Вопрос

I have a signal that is 507150 samples long and I want a spectrogram between samples 202336 and 234398 only. How should I format the spectrogram function? Or is there another method?

Это было полезно?

Решение

I think it is as simple as this:

Assume x is your sample.

S=spectrogram(x(202336:234398))
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top