フィルターのクリア

what is the detailed code/theory behind the cpsd function?

4 ビュー (過去 30 日間)
Yang
Yang 2015 年 11 月 2 日
回答済み: Nitin Khola 2015 年 11 月 4 日
what is the detailed code/theory behind the cpsd function? For example, two complex signals u(t) and v(t), other parameters are default, "twosized". How did cpsd work?

回答 (1 件)

Nitin Khola
Nitin Khola 2015 年 11 月 4 日
Hi Yang,
If you type, "edit cpsd" on your command window. The function "cpsd" will open in editor. As you will be able to see, it uses "welch" under the hood. Hence, it our implementation of "Welch's method" that the function, cpsd, uses. For other details about complex signal inputs, reading the comments in the "cpsd.m" file will be helpful!

カテゴリ

Help Center および File ExchangeSignal Processing Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by