Borrar filtros
Borrar filtros

creating sine wave with variable frequency

68 visualizaciones (últimos 30 días)
requesta depache
requesta depache el 19 de Abr. de 2019
Respondida: Idin Motedayen-Aval el 23 de Mayo de 2024
I used this configuration to create sine wave with variable frequency , i tried changing gain , simulation time , scope's sampling time but ofcourse they all changed wave form but with same frequency
  1 comentario
Rawnak Rahman
Rawnak Rahman el 1 de Abr. de 2023
How can i take this modified sine wave as an input into the physical circuit. Ps-simulink converter doesn't work

Iniciar sesión para comentar.

Respuesta aceptada

Jim Riggs
Jim Riggs el 19 de Abr. de 2019
Editada: Jim Riggs el 19 de Abr. de 2019
The reason that the frequency is constant is that you are driving it with a linear function of time. If you plot the input signal (2*pi*t) you will see that it is a linear ramp. The sine of this is a constant frequency. In order to get a change in frequency, you need to use a highrt power of time. Add an exponent block to the time signal and use an exponent greater than 1. (Use the "Math Function" block, and select "pow" as the function.) (you will also probably want to reduce the gain from 2*pi to somthing much smaller. Try 0.2 to start with)
  1 comentario
requesta depache
requesta depache el 19 de Abr. de 2019
Movida: DGM el 1 de Abr. de 2023
thanks , totally realized my mistake

Iniciar sesión para comentar.

Más respuestas (1)

Idin Motedayen-Aval
Idin Motedayen-Aval el 23 de Mayo de 2024
You can take a more direct/trivial approach to generate sin(2*pi*f*t) with a variable f (model attached).
The follow-up question about how to attach this to a physical circuit:
Use the Simulink-PS converter block.

Community Treasure Hunt

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

Start Hunting!

Translated by