FFT analysis through powergui block is showing empty in signal options.

조회 수: 94 (최근 30일)
ANIMESH UPADHYAY
ANIMESH UPADHYAY 2019년 7월 19일
댓글: Saqib 2025년 7월 3일
Hi all,
I have to obtain the fft bar plot of the 5 level stepped sinusoidal wave which is the output of the 5 level cascaded multilevel inverter. I have changed the scope settings also to loggin>struct with time. I have tried changing the powergui to discrete as well with different time steps. Still i am not able to view anything in the FFT bar plot. Can anyone suggest any remedy for it or is there any setting problem in my MATLAB. I'm using MATLAB 2019 version.
  댓글 수: 23
Saqib
Saqib 2025년 7월 3일
i faced this issue in Matlab 2023b. This solution worked for me. Goto>>Modeling>>Data Import/Export>> uncheck single simulation output

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

답변 (4개)

SALAH alatai
SALAH alatai 2021년 5월 31일
Go to model configuration parameters in "Data Import/Export" Section, you will find the option "Single simulation output" has been selected. remove the tick on single simulation output".
  댓글 수: 6

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


Eng.
Eng. 2023년 10월 14일
In response to Mr. Salah's correct solution, I attach his solution steps with pictures. Thank you Mr. Sala

mohammad ebrahimy
mohammad ebrahimy 2021년 3월 15일
the Answer is in the comments of post 👆
in case you didn't see it

Kaashyap Pappu
Kaashyap Pappu 2019년 7월 26일
Hi,
Given that I have been unable to reproduce this issue, a possible workaround I have identified would be to connect the output of the “PS-Simulink Converter” to the “Scope”, check “Log Data to workspace” under the Logging tab and select “Save format” as an Array.
Run the model, and the logged data would appear as an array with 2 columns. Using the “fft” function and “bar” function, calculate the Fourier transform on the second column of the logged variable and obtain the bar plot. If the variable name is ScopedData, the second column can be accessed using ScopedData(:,2).
Use the “abs” function to obtain the magnitude of FFT. Note that "fft" returns a 2-sided spectrum.
The documentation for “fft” is here, for “abs” is here and for “bar” is here.
Hope this helps.

카테고리

Help CenterFile Exchange에서 Data Logging에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by