I want a table of values (frequency versus power) for a cpsd plot
1 回表示 (過去 30 日間)
古いコメントを表示
I am ploting the cross spectral power between two scalar time series (same length, constant interval). I want the values of frequency versus power from the cpsd plot.
0 件のコメント
回答 (1 件)
dpb
2023 年 11 月 2 日
Read the doc for cpsd, examples illustrate using the outputs for plotting of various types...specifically the forms of the type
[pxy,f] = cpsd(___,fs)
give you exactly what you need...
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Spectral Measurements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!