<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div apple-content-edited="true">
<div><div style="orphans: 2; widows: 2; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>Hi Payashi,</div><div><br></div></div></div></div><div><blockquote type="cite">

<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">

<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div apple-content-edited="true"> I have computed the ratio per sample and called it ADR. It is a 14x1x480 matrix (channels x freq x time).</div></div></blockquote>good, so now you squeeze(ADR) in order to get the actual ‘chan_time’ representation. Then you introduce a new variable say tlk_ADR:</div><div>tlk_ADR.avg      =ADR;</div><div>tlk_ADR.label    = freq_ADR.label;</div><div>tlk_ADR.dimord = freq_ADR.dimord;</div><div>tlk_ADR.time     = freq_ADR.time;</div><div>tlk_ADR.elec     = freq_ADR.elec;</div><div><br></div><div>then you call all plotting functions that deal with time domain signals such as ft_multiplotER, ft_singleplotER and ft_topoplotER. Not …TFR. </div><div>So your code would look like;</div><div><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div apple-content-edited="true"><div apple-content-edited="true"><font face="Calibri">cfg=[];</font></div><div apple-content-edited="true"><font face="Calibri">cfg.xlim = [3000 3200];</font></div><div apple-content-edited="true"><font face="Calibri">cfg.colorbar = 'yes';</font></div><div apple-content-edited="true"><font face="Calibri">figure</font></div><div apple-content-edited="true"><font face="Calibri">ft_topoplotER(cfg, tlk_ADR);</font></div></div></div></blockquote><br></div><div>good luck</div><div>tzvetan</div><div><br></div></body></html>