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 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (2)
Joel Van Sickel
el 21 de Nov. de 2022
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 comentarios
Sai
el 22 de Nov. de 2022
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 comentarios
Ver también
Categorías
Más información sobre Sources en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!