Changing spectrogram frequency axis to velocity axis

Hi,
I have generated some spectrograms and i want to display 'velocity' instead of 'frequency' on y-axis. Sample code is given below. My wavelength is 0.0039 meters. How can i do this? Kindly guide
load('data.mat');
x = sum(data/max(max(abs(data)))); %normalizing bw 0 and 1 and summing across rows
figure();
c=jet(256);colormap(c);
spectrogram(x,hanning(512),487,1024,12.4e3,'centered','yaxis','MinThreshold',-50);

1 件のコメント

ali
ali 2021 年 6 月 16 日
mat file is also attached with the post.

サインインしてコメントする。

回答 (1 件)

MULLAPUDI GIRI VASU
MULLAPUDI GIRI VASU 2022 年 3 月 19 日

0 投票

Hi @ali can you share resources if you get

カテゴリ

ヘルプ センター および File ExchangeTime-Frequency Analysis についてさらに検索

製品

質問済み:

ali
2021 年 6 月 16 日

回答済み:

2022 年 3 月 19 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by