Hi
how can i generate the signal sine wave with a variable frerquency, i need to use the function matlab with Clock for the time. ??
Thnks

Answers (1)

Fangjun Jiang
Fangjun Jiang on 29 Jul 2019

1 vote

If there is no constrain, you could multiple the Clock with 2*pi*f, where f is your frequency and then feed it to an "Interpreted MATLAB Fcn" block where you specify it as "sin" or "sin(u)". You could implement "f" as a constant, or a parameter or an Inport.

2 Comments

but i need to take the frequence as an random variable between 50 and 250 Hz ??
then multiply the Clock with 2*pi and the Random Number block.

Sign in to comment.

Products

Release

R2014a

Tags

Asked:

on 29 Jul 2019

Commented:

on 30 Jul 2019

Community Treasure Hunt

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

Start Hunting!