-
Based on the positive inversion Proteus controlled stepper motor simulation, wit...
基于Proteus的正反转可控的步进电机的仿真,内有源代码。-Based on the positive inversion Proteus controlled stepper motor simulation, within the source code.
- 2022-07-20 10:41:29下载
- 积分:1
-
本设计采用凌阳16 位单片机SPCE061A对步00进电机进行控制,通过IO口输出的具有时序的方波作为步进电机的控制信号,信号经过芯片L298N驱动步进电机;...
本设计采用凌阳16 位单片机SPCE061A对步00进电机进行控制,通过IO口输出的具有时序的方波作为步进电机的控制信号,信号经过芯片L298N驱动步进电机;-This design uses 16-bit single-chip Sunplus SPCE061A to step into the motor control 00, through the IO port with the output timing of the square wave as a stepper motor control signal, the signal after the chip stepper motor driver L298N
- 2022-03-11 08:22:44下载
- 积分:1
-
各种试验课件,包括ARM汇编指令,存储器,接口,时钟,数码管,液晶屏,触摸屏,USB接口,ucos移植等。...
各种试验课件,包括ARM汇编指令,存储器,接口,时钟,数码管,液晶屏,触摸屏,USB接口,ucos移植等。-courseware for various experiments, including the compilation of ARM instructions, memory, interfaces, clocks, digital control, LCD screen, touch screen, USB, CHANGING transplantation.
- 2023-01-27 13:25:15下载
- 积分:1
-
单片机485 CAN
单片机485 CAN-bus-RS485CAN.pdf-Single-chip 485 CAN-bus-RS485CAN.pdf
- 2022-03-07 02:10:05下载
- 积分:1
-
SCM keyboard depiction sweep procedures. Have been used in the procedure.
单片机键盘描扫程序. 一直在用的程序.-SCM keyboard depiction sweep procedures. Have been used in the procedure.
- 2022-09-25 14:45:03下载
- 积分:1
-
请将下载的2个插件内容拷贝到uVision 的安装目录下的 KeilC51BIN 中
2. 修改 Tool.ini, 此文件位于 uVision 的...
请将下载的2个插件内容拷贝到uVision 的安装目录下的 KeilC51BIN 中
2. 修改 Tool.ini, 此文件位于 uVision 的安装目录 keil 下.
请将下面的内容 添加到 [C51] 部分的后面.
AGSI1=ledkey.dll ("ledkey")
AGSI2=simboard.dll ("simboard")
3. 重启uVsion. 进入Debug 模式, 打开菜单Peripheral, 发现增加了2项
分别是键盘LED仿真板,51实验仿真板。-Please download the contents of two plug-ins are copied to the installation directory uVision under KeilC51BIN 2. Modify Tool.ini, this file is located in the installation directory uVision under keil. Please Add the following line to [C51] part of the back. AGSI1 = ledkey.dll (ledkey) AGSI2 = simboard.dll (simboard) 3. Reset uVsion. entered the Debug mode, open the menu Peripheral, found an increase of 2 are keyboard LED emulation board, emulation board 51 experiments.
- 2022-07-16 18:54:59下载
- 积分:1
-
void InitGoertzel(void)
作用:初始化算法参数
用法:采用算法进行检测前执行一次,如果需要改变参数,调用SetParameter(...
void InitGoertzel(void)
作用:初始化算法参数
用法:采用算法进行检测前执行一次,如果需要改变参数,调用SetParameter()
float CGoertzel::GetMagnitude(unsigned char * sampleData, int length) //算法主接口
作用:对采集下来的音频数据用算法处理,返回一个结果
参数:sampleData-音频数据缓冲地址指针;
length-缓冲区尺寸(音频数据数量),字节数;
返回值:返回算法结果。
void SetParameter(DWORD set_SampleRate, DWORD set_TargetFreq, DWORD set_BlockSize)
作用:设置算法参数;
参数:set_SampleRate-音频数据抽样速率;
set_TargetFreq-目标信号频率;
set_BlockSize-算法数据块尺寸(采样点);
用法:调用本函数后,需要调用一次InitGoertzel(void)才会生效-void InitGoertzel (void) function: initialization algorithm parameters Usage: The algorithm performs a pre-test, if the need to change the parameters, calling SetParameter () float CGoertzel:: GetMagnitude (unsigned char* sampleData, int length)// Algorithm for the main interface role: to collect audio data from the treatment algorithm to return a result parameter: sampleData-audio data buffer address pointer length-buffer size (the number of audio data), number of bytes return value: the return of
- 2023-03-11 13:30:04下载
- 积分:1
-
74ls165控制扫描键盘,串行输出键值的c51键盘程序,并在led上显示...
74ls165控制扫描键盘,串行输出键值的c51键盘程序,并在led上显示-74ls165 control scanning keyboard, serial output of the decoder keyboard keys procedures, and led the show
- 2022-01-21 17:56:39下载
- 积分:1
-
Buzzer buzzer ring to change the frequency by changing the delay time if the buz...
蜂鸣器响
改变蜂鸣器的频率,通过改变延时时间
蜂鸣器的时间要是是靠延时来完成的-Buzzer buzzer ring to change the frequency by changing the delay time if the buzzer is the time to be completed by the time delay
- 2022-01-25 21:10:40下载
- 积分:1
-
直流电机的开环控制c51远代码,调试通过,放心使用。
直流电机的开环控制c51远代码,调试通过,放心使用。-DC motor control of open-loop far decoder code debugging through reassured use.
- 2022-03-23 14:15:29下载
- 积分:1