필터 지우기
필터 지우기

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