Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Need help with spectrogram? Pls help

Status
Not open for further replies.

brano

Newbie level 1
Joined
Mar 13, 2007
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,288
I have plotted the spectrogram of linear FM signal using TFTB toolbox in Matlab. Here is the code:
y=fmlin(128,0.1,0.3);
h=tftb_window(21,'Hamming');
tfrsp(y,1:128,128,h,1);

My questions are:
How to find peak values of the spectrogram for every time instant (when you have mesh plot)?
How to plot a graph for a constant frequency, that will show at what time instants is that frequency present?

Thank you in advance...
 

max() function can do for your first question.
I can't understand your second question.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top