Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Spectrogram with Three Signals

Status
Not open for further replies.

yabby24

Chemical
Joined
Nov 2, 2015
Messages
10
Location
US
I have three acoustic data sets z1, z2, z3 that are nx1 matrices. I would like to plot them in a spectrogram in Matlab. I am aware of the spectrogram function, but I am new to Matlab and unsure how three signals would work.
 
I think you would want to use the spectrogram command with a 256 window and 128 overlap. Then you use the hold command to plot the spectrums in the same graph.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top