Info

此问题已关闭。 请重新打开它进行编辑或回答。

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

1 次查看(过去 30 天)
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