FFT Analysis Tool in Powergui
이전 댓글 표시
I want to use the powergui block for fft analysis.I am measuring three phase signals using a current measurement block connected to a scope. After running the simulation , the powergui's fft analysis does not display anything and the name and input fields display '-Empty-'. Can anyone please suggest a solution to this problem, urgently.
댓글 수: 27
aashish kumar
2019년 8월 8일
i am also facing the same problem and till now i have not been able to sort it out.
SACHU SEBASTIAN
2019년 11월 13일
I am using MATLAB 2019a and i also faced this problem. when FFT analysis is done from Powergui The signals are shown as EMPTY .
The reason for this is that, in the Model Configuration Parameters in "Data Import/Export" Section, the option "Single simulation output" has been selected.
- go to model configuration parameter and select Data Import/Export.
- Untick the Single simulation output and click on Apply.
- double tap the scope and go to Logging and select Log data to the workspace and select Structure with Time and click on Apply.
- Run the simulation
- double tap Powergui and select FFT Analysis.
You will see the magic
PS: It worked for me . It will work for you sure.
Kanchan Jha
2019년 11월 26일
it worked.. thank you so much
Chetan Amminabhavi
2020년 2월 14일
Where to Logging and select Log data to the workspace and select Structure with
SUMIT PATIL
2020년 4월 8일
It worked! Thanks!
Pamela Jackson
2020년 4월 29일
I do not see any scope or log data to workspace, mine is 2020a version
rakan albaz
2020년 8월 1일
Same here. I did the "log data to workspace" and "structure with time" in the scope, but it is still showing empty
XIaokeng Shi
2020년 11월 3일
It worked, I really appriciate it.
Asutosh Dash
2020년 11월 25일
Thank you..sachu sabastian sir
Rakhee R
2020년 12월 4일
Thank You Sir
Sebastian Krupa
2020년 12월 13일
Worked for me.
juning zhang
2021년 1월 6일
Thank you. It worked.
NITHYA DEVI S M
2021년 1월 25일
thank you very much
naveed suhail
2021년 2월 17일
thank you
Aadil Salam
2021년 3월 7일
thank you very very much
Yasser Abdelhadi Zerouala
2021년 4월 6일
Thank you so much you are the best
syed Khawar Shah
2021년 7월 13일
Thank you very much. You are a life saver
Ram Kumar Karode
2021년 7월 25일
Thank you You saved my time
Felix Kibooli
2021년 8월 22일
Thank you. It did work
Marlon Callacando Guaña
2021년 9월 23일
Hola, quiero refrescar las señales del powergui como hago?
porque en el analisisi fft me salen señales que ya borre
ayuda
Osborne Grässe
2022년 5월 28일
david ignacio miranda miranda
2022년 6월 9일
thank you you saved my life.
srikaanth mandarapu
2022년 6월 16일
Thank you very much sir. It really helped me a lot.
Mustakim
2022년 8월 7일
@Luke Perabo thanks for your solution but didn't worked for me since there was another issue in my Matlab 2020
However my issue was solved as::
Model settings/Data Import Export
then tick the states also select the format as "Structure with time"
you can add this steps in your solution. Thanks
Kaustubh Kasle
2022년 9월 7일
hello,
in my case it is selected only a small part of the whole signal ( red coloured ) but i want to do the analysis of the whole signal in the complete time duration.
can someone help??
Mounir Benadja
2022년 11월 15일
Hello,
The Scope must be Configured with Structure With Time.
Thank You.
Shweta
2025년 1월 12일
Thank you it worked.
채택된 답변
추가 답변 (6개)
For the FFT analysis tool to pop up data names, you need to satisfy 2 things:
- You should have run the simulation
- MATLAB workspace should have a struct variable including time with the results of the simulation. (e.g. you can use the Scope blocks to log data into the workspace, note that this needs to be struct with time)
After you do 1 and 2, you should be able to see the names pop up in the FFT analysis tool. If you don't, try clicking the 'Refresh' button to see if that helps.
Aarti Srivastava
2018년 4월 17일
2 개 추천
Make sure to go to the settings of Scope, Scope-> Settings -> History -> Save to workspace -> Name the desired variable -> change the format from 'Array' to 'Structure with Time' and run the program.
In the Powergui, open FFT tool, and select the signal using the name given earlier from the list of Available signals.
댓글 수: 3
jorel owona
2018년 8월 5일
Very important to use the 'structure with time'!
thanks a lot!
mohammad norshazwan
2021년 12월 20일
Thank you! Very useful and helpful for me. Appreciated it so much!
ZHIJUN LI
2022년 12월 4일
Thank you. it works!
V Vaishnavi Kumar
2018년 3월 8일
0 개 추천
Observed similar thing. In addition to above steps mentioned, set the solver in block parameters of power gui to discrete and set sample time
댓글 수: 2
inayat ali
2022년 8월 22일
I have a problem in matlab 2021a I have done FFT analysis but can not able to either edit the axes or save the result as the window tools bar(like edit , save, saveas etc) are not appear in fft screen So please help me if possible
chagamreddy venkata subba reddy
2022년 9월 13일
i have also same problem. i am unable to open in property editor
rajanand patnaik
2018년 10월 1일
0 개 추천
i want to check FFT analysis using simscape components, but by using powergui its not working can anyone suggest me an idea to check the FFT Will be appreciated.
Thanks
댓글 수: 3
rakan albaz
2020년 8월 1일
Reply from Shishir Dwivedi, IN MathWorks Support <support@mathworks.in>:
I understand that you are not able to view the logged signal names/values in Powergui FFT Analysis tool & are able to view the "Output" signal as defined in the scope block.
The reason for this is that, in the Model Configuration Parameters in "Data Import/Export" Section, the option "Single simulation output" has been selected, this parameter enforces Simulink to return simulation outputs within a single Simulink.SimulationOutput object [As the name is provided as "Out" here, hence all Simulation Outputs are contained in this variable].
If you deselect this option, and Simulate the model, you would be able to see "Output" signal in the MATLAB Workspace and the Powergui FFT Analysis tool will reflect the name/values of Signals as expected.
Sukanta Roy
2022년 7월 8일
Thanks a lot. This is helpful for me, where I was really lost why the dataset is inside that Out simulation output packet, and powergui FFT was having empty list. Thanks again.
Walter Roberson
2022년 12월 12일
Ameer Hamza Siddiqui
2019년 5월 4일
0 개 추천
yes this methodis not working
댓글 수: 2
rakan albaz
2020년 8월 1일
Reply from Shishir Dwivedi, IN MathWorks Support <support@mathworks.in>:
I understand that you are not able to view the logged signal names/values in Powergui FFT Analysis tool & are able to view the "Output" signal as defined in the scope block.
The reason for this is that, in the Model Configuration Parameters in "Data Import/Export" Section, the option "Single simulation output" has been selected, this parameter enforces Simulink to return simulation outputs within a single Simulink.SimulationOutput object [As the name is provided as "Out" here, hence all Simulation Outputs are contained in this variable].
If you deselect this option, and Simulate the model, you would be able to see "Output" signal in the MATLAB Workspace and the Powergui FFT Analysis tool will reflect the name/values of Signals as expected.
rajalakshmi D
2021년 7월 26일
Yes . Click the model settings---- Configuration parameters settings in simulink page. Click data import / Export . Deselect single simulation output. Then run the simulation then proceed with power gui
zeh essiane Raymond pavelli
2023년 6월 9일
0 개 추천
I have a question. I want to show in a same Time more than one scope in fft analysis. Hop i can do it ?
카테고리
도움말 센터 및 File Exchange에서 Transforms에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!