variable sine wave for DAC
이전 댓글 표시

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
답변 (1개)
jonathan taylor
2018년 4월 13일
0 개 추천
x=[0:.01:1000]
y=x/2pi %or whatever frequency modulation you want
z=sin(x)
카테고리
도움말 센터 및 File Exchange에서 PID Controller Tuning에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!