powergui block in simulink

조회 수: 10 (최근 30일)
Mudasir Ahmed
Mudasir Ahmed 2015년 7월 10일
댓글: Tony Castillo 2016년 12월 7일
hi
i have a data and i want to apply fft on it using powergui block , can any one knows hows it works. the values are stored in a variable. how to call variable in powergui block and apply fft analysis. kindly help me.
regards mudasir

채택된 답변

Sebastian Castro
Sebastian Castro 2015년 7월 10일
You need to save data using a Scope block, ensuring that the data is formatted as a "Structure with Time". Search this documentation page for "History pane" and you'll see how to do this.
Once you've run this model and the scope data gets saved to the workspace, you should see it in the powergui block's FFT tool. You can then follow the steps as shown here.
- Sebastian
  댓글 수: 2
Mudasir Ahmed
Mudasir Ahmed 2015년 7월 10일
편집: Mudasir Ahmed 2015년 7월 10일
dear sir,
actually my program is written in .m file (script file). how sir, i display it in scope?
i have variable which stores values of voltages with harmonics like
optimumv = 92.1596 -1.3810 -1.1094 2.7546 -0.2628
1st=92.1596
5th harmonic=-1.3810
7th harmonic=-1.1094
11th harmonic=2.7546
13th harmonic=-0.2628
i want to apply fft on above data. is this possible sir, i want a view of output as attached?
Tony Castillo
Tony Castillo 2016년 12월 7일
Hi Sebastian Castro, i've seem your blog, and that's why i ask you for help, because you also work with phisycal modelling, please refer to this link to understand my doubts about SPS, http://es.mathworks.com/matlabcentral/answers/315484-is-it-possible-a-buck-converter-in-discrete-time-not-in-continuos-solver

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Power Transmission and Distribution에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by