<div dir="ltr">Dear Community,<div><br></div><div><font face="arial, helvetica, sans-serif">I want to estimate the cross spectra of two time-series in a particular frequency band (not at individual frequency points), at the same time I also want to keep the time information as well. So, I preferred to use <span style="background-color:rgb(247,249,250);color:rgb(0,0,0);font-size:12px;text-align:justify;white-space:pre-wrap">wavelet time-frequency </span><span style="background-color:rgb(247,249,250);color:rgb(0,0,0);font-size:12px;text-align:justify;white-space:pre-wrap">transformation. If I use the following code I get cross spectra at 21 different frequency points. However, I want to compute it in a particular frequency band. </span></font><span style="font-size:12.8px">I would be very grateful if any could kindly give me suggestions how to achieve this.</span></div><div><font face="arial, helvetica, sans-serif"><span style="background-color:rgb(247,249,250);color:rgb(0,0,0);font-size:12px;text-align:justify;white-space:pre-wrap"><br></span></font></div><div><span style="background-color:rgb(247,249,250);text-align:justify;font-size:12px;white-space:pre-wrap"><font color="#000000" face="arial, helvetica, sans-serif"><div>    cfg = [];</div><div>    cfg.method = 'wavelet';</div><div>    cfg.output = 'powandcsd';</div><div>    cfg.toi = 1:0.01:2;</div><div>    cfg.foilim = [8 13];</div><div>    cfg.keeptrials = 'yes';</div><div>    freq = ft_freqanalysis(cfg,data);</div><div><br></div><div><br></div></font></span></div><div><br clear="all"><div><div class="gmail-m_-286269653414525008m_4166449396837105165m_3935721815015865747gmail_signature"><div dir="ltr"><div><div dir="ltr">Thanks and Regards,<div>Susmita Sen</div><div>Research Scholar</div><div>Audio and Bio Signal Processing Lab.</div><div>E & ECE Dept.</div><div>IIT Kharagpur</div></div></div></div></div></div>
</div></div>