How to create a phase shifter using Fast Fourier Transform?
7 ビュー (過去 30 日間)
表示 古いコメント
I need to shift a signal by 30 degree in simulink and I found that it can be done by Fast Fourier transform. I am not able to perform this solution.
0 件のコメント
回答 (1 件)
Kartikay Sapra
2022 年 11 月 22 日
Moved: Joel Van Sickel
2022 年 12 月 2 日
Hi Gaurav,
The simplest method is to use the Phase Shift Block and specify the Phase Shift as '30' with the unit being 'deg'.
If it is required to use FFT/IFFT manually, the following link provides a complete explanation to achieve this:
For Simulink, you may create a MATLAB function block or create a sub-system for this approach.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!