The two spectrograms are in the same dimension.
I tried S = spectrogram() to get the vector S, but I don’t know how to draw back to spectrogram with it.
The two spectrograms are in the same dimension. I tried S = spectrogram() to
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the documentation, it says that the images are drawn with the command
surf(T,F,10*log10(abs(P)));. So for example, you could plot the difference of two of these images with:This code makes the following plot: