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?

조회 수: 17 (최근 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?

답변 (2개)

Joel Van Sickel
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.

Sai
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

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

태그

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by