<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hi Jae,</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Have you checked whether your input (data13 & data24) has NaNs in them already?</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
If that's not it, it might have to do with edge effects: the wavelet method is unable to transform all the way to the beginning/end of the window and leaves some NaNs around the edges. If the size of your wavelet is big (you set this with cfg.width & cfg.gwidth)
 and the data window is not very long, this could explain why you're getting NaNs. It can be helpful to generate a bigger data window in the step before ft_freqanalysis (e.g. in ft_definetrial set pre- and poststim wider than your window of interest to account
 for the edge effects).</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hope this helps, best of luck!</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Yvonne<br>
</div>
<div>
<div id="appendonsend"></div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> fieldtrip <fieldtrip-bounces@science.ru.nl> on behalf of Jae Moon <jmoon@hollandbloorview.ca><br>
<b>Sent:</b> Monday, September 2, 2019 6:15 PM<br>
<b>To:</b> fieldtrip@science.ru.nl <fieldtrip@science.ru.nl><br>
<b>Subject:</b> [FieldTrip] ft_freqanalysis spitting out only NaNs</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="PlainText">Hi everyone,<br>
<br>
I’m wondering if anyone has been confronted with the same issue of ft_freqanalysis spitting out only NaNs in the output. Here is the code I implemented:<br>
<br>
cfg=[];<br>
cfg.method    = 'wavelet';<br>
cfg.output    = 'pow';<br>
cfg.foilim = [1 60];<br>
<br>
cfg.toi = [1:50:1200];<br>
cfg.pad='nextpow2';<br>
freq13=ft_freqanalysis(cfg,data13);<br>
freq24=ft_freqanalysis(cfg,data24);<br>
<br>
No matter what method I use or whichever output I use, I  keep getting NaNs, and therefore, my granger causality analysis only spits out NaNs as well.<br>
<br>
Your help is very much appreciated!<br>
<br>
Best,<br>
<br>
Jae<br>
<br>
Confidentiality Notice:  <br>
E-mail may be intercepted between the sender and the receiver and is <br>
therefore neither secure nor confidential. Your continued use of e-mail <br>
communication confirms that you accept this risk. If this is an urgent <br>
matter, please contact me at the phone number provided. This e-mail, <br>
including any attachments, is for the sole use of the intended recipient(s)<br>
and may contain private, confidential, and privileged information. <br>
Any unauthorized review, use, disclosure or distribution is prohibited. If <br>
you are not the intended recipient or this information has been <br>
inappropriately forwarded to you, please contact the sender by reply <br>
e-mail and destroy all copies of the original.<br>
<br>
_______________________________________________<br>
fieldtrip mailing list<br>
<a href="https://mailman.science.ru.nl/mailman/listinfo/fieldtrip">https://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br>
<a href="https://doi.org/10.1371/journal.pcbi.1002202">https://doi.org/10.1371/journal.pcbi.1002202</a><br>
</div>
</span></font></div>
</div>
</body>
</html>