creating sine wave with variable frequency

107 次查看(过去 30 天)
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 个评论
Rawnak Rahman
Rawnak Rahman 2023-4-1
How can i take this modified sine wave as an input into the physical circuit. Ps-simulink converter doesn't work

请先登录,再进行评论。

采纳的回答

Jim Riggs
Jim Riggs 2019-4-19
编辑:Jim Riggs 2019-4-19
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)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Circuit Envelope Simulation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by