文件名称:DSP
介绍说明--下载内容均来自于网络,请自行研究使用
This programme is to control DC motor in a certain speed using PWM.
The target speed is \"r\", it is the speed in 1s.
The sample rate is 0.1s, so the actual speed target is \"rc\"=r/10.
The \"r\" and \"rc\" are integer, and the range of \"r\" is from 50 to 100.
Keep rc=r/10!!!
The array \"speed1\" and \"speed2\" are the control result, in 0.1s and 1s.
The length of \"speed1\" is 2400, and \"speed2\" is 240.
The \"pw\" and \"nw\" are the parameters of PWM.
The test will last 4 min.
The target speed is \"r\", it is the speed in 1s.
The sample rate is 0.1s, so the actual speed target is \"rc\"=r/10.
The \"r\" and \"rc\" are integer, and the range of \"r\" is from 50 to 100.
Keep rc=r/10!!!
The array \"speed1\" and \"speed2\" are the control result, in 0.1s and 1s.
The length of \"speed1\" is 2400, and \"speed2\" is 240.
The \"pw\" and \"nw\" are the parameters of PWM.
The test will last 4 min.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 67506257dsp.rar 列表 DSP 直流电机转动代码\DCMcontrol.c DSP 直流电机转动代码\driver.asm DSP 直流电机转动代码\vectors.asm DSP 直流电机转动代码