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

์กฐํšŒ ์ˆ˜: 235 (์ตœ๊ทผ 30์ผ)
ANIMESH UPADHYAY
ANIMESH UPADHYAY 2019๋…„ 7์›” 19์ผ
๋Œ“๊ธ€: Shyju 2024๋…„ 4์›” 5์ผ 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
parvathy ss
parvathy ss 2024๋…„ 2์›” 28์ผ
thank you
Shyju
Shyju 2024๋…„ 4์›” 5์ผ 3:40
Thank you Sachu

๋Œ“๊ธ€์„ ๋‹ฌ๋ ค๋ฉด ๋กœ๊ทธ์ธํ•˜์‹ญ์‹œ์˜ค.

๋‹ต๋ณ€ (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".
  ๋Œ“๊ธ€ ์ˆ˜: 4
Hari Babu
Hari Babu 2022๋…„ 7์›” 10์ผ
Thanks alot. this helped me alot.
Yola Warnita
Yola Warnita 2022๋…„ 7์›” 14์ผ
what about matlab 2022a?, i can't bring up the fundamentals on fft analysis

๋Œ“๊ธ€์„ ๋‹ฌ๋ ค๋ฉด ๋กœ๊ทธ์ธํ•˜์‹ญ์‹œ์˜ค.


mohammad ebrahimy
mohammad ebrahimy 2021๋…„ 3์›” 15์ผ
the Answer is in the comments of post ๐Ÿ‘†
in case you didn't see it

Eng.
Eng. 2023๋…„ 10์›” 14์ผ
In response to Mr. Salah's correct solution, I attach his solution steps with pictures. Thank you Mr. Sala
  ๋Œ“๊ธ€ ์ˆ˜: 1
Sri harshitha
Sri harshitha 2024๋…„ 1์›” 24์ผ
Thanks a lot

๋Œ“๊ธ€์„ ๋‹ฌ๋ ค๋ฉด ๋กœ๊ทธ์ธํ•˜์‹ญ์‹œ์˜ค.


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 Center ๋ฐ File Exchange์—์„œ Spectral Measurements์— ๋Œ€ํ•ด ์ž์„ธํžˆ ์•Œ์•„๋ณด๊ธฐ

ํƒœ๊ทธ

Community Treasure Hunt

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

Start Hunting!

Translated by