フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Process range of columns not all matrix

1 回表示 (過去 30 日間)
Lamia
Lamia 2020 年 2 月 9 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I have a matrix data(91*921600) with 921600 samples.
I need to perform power spectral density using pwelch function only form column 1 until column 88 of the data matrix.
pwelch(data (1:88 , :))
But I need to include the remaining three columns 89, 90, and 91 in the same matrix without performing power spectral density on the values of columns 89, 90, and 91.
Hope you understand my question, I appreciate your kind assistance.

回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by