フィルターのクリア

Info

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

Is it possible to get instantaneous fundamental component values from an array of raw field data (consisting of Harmonics)?

1 回表示 (過去 30 日間)
Varun Jadhav
Varun Jadhav 2016 年 8 月 10 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi,
I have some instantaneous raw data sampled every 1.25ms, which consists of harmonics.
Is there a way to programmatically get another array of same size (1740x1), with only the fundamental (50Hz) component values?
Also, I do not have the signal processing toolbox. Is there a way without making use of it?
Any help will be much appreciated.
Regards,
Varun
  1 件のコメント
Varun Jadhav
Varun Jadhav 2016 年 8 月 18 日
Hi,
I have found a solution, which is more of a fix...
Passing the array to the "From Workspace" block in a model file and further passing that data into the Fourier Block (powerlib_meascontrol/Measurements/Fourier) where we can enter the fundamental frequency and order, and finally again getting the data in the workspace through "To Workspace", which gives the data processed by the Fourier Block.
Cumbersome, but does the trick...
I'm open for a better approach...

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by