Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

1 Ansicht (letzte 30 Tage)
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 Kommentar
Varun Jadhav
Varun Jadhav am 18 Aug. 2016
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...

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by