FFT issues in Matlab 2019b version
이전 댓글 표시
I am doing fft on motor line to line voltage, I have different pulse mode like 21, 15, 11, 9, 7 ,5,3. I am getting more fundamental voltage in 21 pulse mode for a fixed frequency and fixed modulation index than 3 pulse mode. However i have to get more fundamental voltage in 3 pulse mode than 21 pulse mode.Please suggest me what iI need to do.
답변 (1개)
Joel Van Sickel
2020년 8월 17일
0 개 추천
Hello Debashish,
You need to narrow it down to 1 of 2 possiblities.
1, the simulaiton is correct, but fft is providing the wrong results. In this case, it can be easy to have a bug in the script written to generate an FFT. Are you writing your own script or using existing tools? I suggest starting here for FFT analysis: https://www.mathworks.com/help/physmod/sps/powersys/ug/simulating-variable-speed-motor-control.html#f1-11898
2, You are using fft correctly, but the simulation is wrong. Are you able to share your model for it to be looked at for potential issues? Can you share your fft results that are showing this unexpected behavior?
Regards,
Joel
카테고리
도움말 센터 및 File Exchange에서 Transforms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!