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

221 visualizaciones (últimos 30 días)
ANIMESH UPADHYAY
ANIMESH UPADHYAY el 19 de Jul. de 2019
Comentada: Shyju el 5 de Abr. de 2024 a las 3:40
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.
  20 comentarios

Iniciar sesión para comentar.

Respuestas (4)

SALAH alatai
SALAH alatai el 31 de Mayo de 2021
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".
  4 comentarios
Yola Warnita
Yola Warnita el 14 de Jul. de 2022
what about matlab 2022a?, i can't bring up the fundamentals on fft analysis

Iniciar sesión para comentar.


mohammad ebrahimy
mohammad ebrahimy el 15 de Mzo. de 2021
the Answer is in the comments of post 👆
in case you didn't see it

Eng.
Eng. el 14 de Oct. de 2023
In response to Mr. Salah's correct solution, I attach his solution steps with pictures. Thank you Mr. Sala

Kaashyap Pappu
Kaashyap Pappu el 26 de Jul. de 2019
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.

Categorías

Más información sobre Spectral Measurements en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by