Rank: 2724 based on 26 downloads (last 30 days) and 1 file submitted
photo

Tony Reina

E-mail

Personal Profile:

Professional Interests:

 

Watch this Author's files

 

Files Posted by Tony
Updated   File Tags Downloads
(last 30 days)
Comments Rating
16 Feb 2007 Adaptive Optimal Kernel An Adaptive Optimal-Kernel Time-Frequency Representation Author: Tony Reina time frequency, filtering, ambiguity, domain, analysis, wavelets 26 1
  • 5.0
5.0 | 1 rating
Comments and Ratings on Tony's Files
Updated File Comment by Comments Rating
20 Nov 2007 Adaptive Optimal Kernel An Adaptive Optimal-Kernel Time-Frequency Representation Author: Tony Reina Campbell, Dave

This software works well and can handle large signals but could use some improved documentation. However if you are very familiar with the Jones and Baraniuk paper you can piece together what it is doing and especially the form of the output matrix. I am a fan of the AOK-TFR method for adaptive time-frequency estimation.

There seems to a minor glitches in the figure produced in main_AOK.m:
The plot it produces is inverted so that the positive frequency components are shown as negative frequencies and vice versa. Also the final plot is not trimmed so that the time axis does not correspond to the time interval of the original signal and the time units on this final plot are in observation points not seconds (or other original time units of the signal)

Consequently the time axis is of questionable value, however this is easily fixed by using something like on the output matrix ofp:

contour(1/samp_freq:1/samp_freq:(length(real(sig_in_tmp)))/samp_freq,...
f_axis,...
(abs(ofp((nraf/2+1):(length(real(sig_in_tmp))+nraf/2),:)')));
xlabel('Time');
ylabel('Frequency (Hz)');

Top Tags Applied by Tony
time frequency, wavelets
Files Tagged by Tony
Updated   File Tags Downloads
(last 30 days)
Comments Rating
16 Feb 2007 Adaptive Optimal Kernel An Adaptive Optimal-Kernel Time-Frequency Representation Author: Tony Reina time frequency, filtering, ambiguity, domain, analysis, wavelets 26 1
  • 5.0
5.0 | 1 rating
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com