Spectrogram semester presentation project
9 次查看(过去 30 天)
显示 更早的评论
Hi guys, this semester i took digital signal processing lecture and at the end of semester, teacher said us everyone select a topic and give me your presentation. on presentation, i failed. next week i gonna represent my topic(makeup). My topic is Spectrogram.
my teacher asking these(below) things if i want to pass this course.
- FFT and Spectrogram of 100Hz Sinusoidal Signal (matlab code)
- FFT and Spectrogram of 500Hz Sinusoidal Signal (matlab code)
- FFT and Spectrogram (1st half time 100Hz and 2nd half time 500hz) (matlab code)
- Frequency starting 100hz to 1000hz FFT and Spectrogram(matlab code)
- How can i obtain a spectrogram and what is the advantage? ( why we are using more spectrogram than FFT)
- How window length(in spectrogram) effect to obtained spectrogram?
i hope you gonna help me want to pass this course, thank you if you help me.
0 个评论
回答(2 个)
Walter Roberson
2016-1-28
"How can I obtain a spectrogram"
"why we are using more spectrogram than FFT"
That is a research question for you, not a MATLAB question. You can get some ideas by examining http://www.mathworks.com/help/signal/examples/practical-introduction-to-time-frequency-analysis.html
"How window length(in spectrogram) effect to obtained spectrogram?"
That is a matter for you to experiment with.
FFT and Spectrogram of 100Hz Sinusoidal Signal (matlab code)
FFT and Spectrogram of 500Hz Sinusoidal Signal (matlab code)
FFT and Spectrogram (1st half time 100Hz and 2nd half time 500hz) (matlab code)
Frequency starting 100hz to 1000hz FFT and Spectrogram(matlab code)
All of those are homework questions for you.
0 个评论
Deniz S
2016-1-28
1 个评论
Walter Roberson
2016-1-28
Of course there are solutions to those MATLAB questions. They start with you generating a signal and then passing it to spectrogram() . You can find an example in the spectrogram documentation that I linked to, or see http://www.mathworks.com/help/signal/examples/signal-generation-and-visualization.html
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Time-Frequency Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!