Understanding the Spectrogram function
조회 수: 1 (최근 30일)
이전 댓글 표시
The y- axis of the spectrogram plot shows normalized frequencies that go up to 1, but the 's' matrix that stores the spectrogram properties has values that go up to 3000. Why is that?
댓글 수: 0
답변 (1개)
Priyank Sharma
2019년 5월 14일
The output 's' of the functioni is the Short-time Fourier transform which is returned as a matrix.
In the matrix, time increases across the columns of s and frequency increases down the rows, starting from zero.
댓글 수: 0
참고 항목
카테고리
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!