I want to make a phase shift of a nonsinusoidal signal by 30 degree in simulink. Is there any phase shifting block or I have to create using different combinational elemenrs?
16 次查看(过去 30 天)
显示 更早的评论
If the input is input 1 then I need to send a signal with same phase in 'a', 120 degree lag in 'b' and 240 degree lag in 'c'. Is there any soluton for this problem?
0 个评论
回答(2 个)
Joel Van Sickel
2022-11-21
You can either create three seperate sources, and phase shift them that way, or add the appropriate amount to the output of the single source. If you need, you can then use modulus division to keep the signal bounded.
0 个评论
Sai
2022-11-22
I understand that you are trying to obtain a phase shift to a signal in Simulink.
You can use Complex Phase Shift block which accepts two inputs(In - Input signal to be phase shifted, Ph - amount of phase the signal should be shifted in radian). Refer to the below documentation for more information
You can also use Variable Phase Shift block and along with it you should use other RF blocks as shown in the below documentation
The example given in the above documentation can be accessed by running the following command in your command window
>>openExample('simrf/VariablePhaseShiftExample')
Refer to the below documentation for more information on Variable Phase Shift block
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sources 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!