<div dir="ltr">It turns out that new_timef() calls timefreq(), which creates the wavelet filters based on parameters specified in new_timef() by calling the function dftfilt3() or dftfilt2().<div><br></div><div>It turns out the dftfilt3() has options additional outputs:</div>

<div><br></div><div>[wavelet,cycles,freqresol,timeresol] = dftfilt3( freqs, cycles, srate, varargin)</div><div><br></div><div>You can use the resultant cycles, freqresol, and timeresol to compute more traditional wavelet parameters m and c as well.</div>

<div><br></div><div><br></div><div>Kyle</div><div><br></div></div>