<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div class="">Note that the units of the time points specified in cfg.toi should coincide with the units in the time axis of the data, i.e. data.time.</div>
<div class=""><br class="">
</div>
<div class="">JM</div>
<div class=""><br class="">
</div>
<br class="">
<div>
<blockquote type="cite" class="">
<div class="">On 12 Aug 2016, at 16:51, Bahareh Elahian (belahian) <<a href="mailto:belahian@memphis.edu" class="">belahian@memphis.edu</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div id="divtagdefaultwrapper" style="font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-size: 12pt; background-color: rgb(255, 255, 255); font-family: Calibri, Arial, Helvetica, sans-serif;" class="">
<p style="margin-top: 0px; margin-bottom: 0px;" class=""></p>
<div class="">Hi All,</div>
<div class=""><br class="">
</div>
<div class="">I am trying to apply wavelet on my signal to see HFOs. </div>
<div class="">According to <a href="http://www.fieldtriptoolbox.org/tutorial/timefrequencyanalysis" class="OWAAutoLink" id="LPlnk121702">http://www.fieldtriptoolbox.org/tutorial/timefrequencyanalysis</a> </div>
<div class="">I wrote the following lines but I will get an error that: "<span class="">the padding that you specified is shorter than the data</span>".</div>
<div class="">As far as I understood <span style="font-family: Calibri, Arial, Helvetica, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', NotoColorEmoji, 'Segoe UI Symbol', 'Android Emoji', EmojiSymbols; font-size: 16px;" class="">'maxperlen' is the default.</span></div>
<div class="">Any other idea for padding or solving this problem?</div>
<div style="margin-bottom: 20px; overflow: auto; width: 656px; text-indent: 0px;" class="">
<table cellspacing="0" style="width: 590px; position: relative; overflow: auto; padding-top: 20px; padding-bottom: 20px; margin-top: 20px; border-top-width: 1px; border-top-style: dotted; border-top-color: rgb(200, 200, 200); border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: rgb(200, 200, 200); background-color: rgb(255, 255, 255);" class="">
<tbody class="">
<tr valign="top" style="border-spacing: 0px;" class="">
<td colspan="1" style="width: 250px; position: relative; display: table-cell; padding-right: 20px;" class="">
<div style="height: 150px; position: relative; margin: auto; display: table; width: 150px; background-color: rgb(255, 255, 255);" class="">
<a href="http://www.fieldtriptoolbox.org/tutorial/timefrequencyanalysis" style="display: table-cell; text-align: center;" class=""><img width="150" height="150" src="https://www.bing.com/th?id=OVP.V249f2fff057aa7a9c87ce8b67ec6c972&pid=Api" style="display: inline-block; max-width: 250px; max-height: 250px; height: 150px; width: 150px; border-width: 0px; vertical-align: bottom;" class=""></a></div>
</td>
<td colspan="2" style="vertical-align: top; position: relative; padding: 0px; display: table-cell;" class="">
<div class=""><a class="ms-Icon--x ms-icon-font-size-14" style="font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; font-weight: normal; position: relative; cursor: pointer; padding: 8px; float: right; color: rgb(102, 102, 102); -webkit-user-select: none; margin-left: 10px; background-color: rgb(239, 246, 252);"></a></div>
<div style="top: 0px; color: rgb(0, 120, 215); font-weight: normal; font-size: 21px; font-family: wf_segoe-ui_light, 'Segoe UI Light', 'Segoe WP Light', 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; line-height: 21px;" class="">
<a href="http://www.fieldtriptoolbox.org/tutorial/timefrequencyanalysis" style="text-decoration: none;" class="">tutorial:timefrequencyanalysis – FieldTrip</a></div>
<div style="margin: 10px 0px 16px; color: rgb(102, 102, 102); font-weight: normal; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; font-size: 14px; line-height: 14px;" class="">
<a href="http://www.fieldtriptoolbox.org/" class="">www.fieldtriptoolbox.org</a></div>
</td>
</tr>
</tbody>
</table>
</div>
<br class="">
<div class=""><br class="">
</div>
<div class="">cfg= [];</div>
<div class="">cfg.pad = 'maxperlen';</div>
<div class="">cfg.method = 'wavelet';</div>
<div class="">cfg.output = 'pow';</div>
<div class="">cfg.channel = 'chan 4';</div>
<div class="">cfg.toi = 1:size(eeg.eeg_data,2);</div>
<div class="">cfg.foilim  = [80 500];</div>
<div class="">[freq] = ft_freqanalysis(cfg, data1);</div>
<br class="">
<p style="margin-top: 0px; margin-bottom: 0px;" class=""></p>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><br class="">
</div>
<div style="margin-top: 0px; margin-bottom: 0px;" class=""><br class="">
</div>
<div style="margin-top: 0px; margin-bottom: 0px;" class="">data1 is  my data which I get by applying ft_preprocessing.</div>
<div style="margin-top: 0px; margin-bottom: 0px;" class="">_________________________________________________</div>
<div class="">
<div style="font-size: 12pt; background-color: rgb(255, 255, 255); font-family: Calibri, Arial, Helvetica, sans-serif;" class="">
<div style="margin-top: 0px; margin-bottom: 0px; font-family: Tahoma; font-size: 13px;" class="">
<i class=""><b class="">Bahar</b></i></div>
<div style="margin-top: 0px; margin-bottom: 0px; font-family: Tahoma; font-size: 13px;" class="">
<i class=""></i></div>
</div>
</div>
</div>
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">_______________________________________________</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">fieldtrip
 mailing list</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<a href="mailto:fieldtrip@donders.ru.nl" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">fieldtrip@donders.ru.nl</a><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<a href="https://mailman.science.ru.nl/mailman/listinfo/fieldtrip" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">https://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a></div>
</blockquote>
</div>
<br class="">
</body>
</html>