variable sine wave for DAC
2 views (last 30 days)
Show older comments
I am new to MATLAB environment,I want to generate variable sine-wave[0-10hz] points for external DAC by using fixed look up table,i will send points to micro-controller via Dll(dynamic link lib). my end product is PID controller.
Regards
GermanEngineer
0 Comments
Answers (1)
jonathan taylor
on 13 Apr 2018
x=[0:.01:1000]
y=x/2pi %or whatever frequency modulation you want
z=sin(x)
0 Comments
See Also
Categories
Find more on PID Controller Tuning in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!