What inputs for pcolor

12 ビュー (過去 30 日間)
kermit
kermit 2019 年 5 月 3 日
コメント済み: darova 2019 年 5 月 3 日
Hi,
I am trying to generate a plot similar to this one:
I have a set of text files with two columns; Time in s and Velocity in m/s
I have a sampling freq of 20,000
I have generated a PSD using the code:
[Pxx, f] = pwelch(E,[],[],[],Fs);
where E is the all of the velocities and Fs is the sampling freq
How can I generate the above plot? What inputs should I put into the code:
pcolor(x,y,z)
Sizes:
E: 131072 1
f: 16385 1
Pxx: 16385 1
Sorry for the layout of the question, I dont understand enough to know how to ask the question eloquently
  1 件のコメント
darova
darova 2019 年 5 月 3 日
What are your x,y,z? What do you want to plot? Can you attach your data?

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeParametric Spectral Estimation についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by