Location:
Search - AD985
Search list
Description: KeilC51编程,51与DDS芯片 AD9850的接口程序.包括对DDS的初始化以及输出控制.-KeilC51 programming, and 51 AD9850 interface program. DDS including initialization and output control.
Platform: |
Size: 21504 |
Author: hamlemon |
Hits:
Description: 8051控制的DDS信号发生器AD8950(KEIL C)-8051 control AD8950 DDS signal generator (KEIL C)
Platform: |
Size: 3072 |
Author: 黄阳 |
Hits:
Description: 基于AD9850的数字信号发生器c51原代码。编译通过。-based on the AD9850 digital signal decoder source code generator. Compile.
Platform: |
Size: 14336 |
Author: zyb |
Hits:
Description: 信号发生器单片机C程序:使用AD9851,通过DDS,产生正弦波.-signal generator microcontroller C : use of AD9851, DDS, generated sine wave.
Platform: |
Size: 51200 |
Author: 易成 |
Hits:
Description: 51实现ad9850
51单片机的c语言编程
正弦信号发生器ad9850实际键盘-51 realize ad985051 Singlechip c language programming sinusoidal signal generator AD9850 actual keyboard
Platform: |
Size: 70656 |
Author: lht |
Hits:
Description: 基于AD985X系列的DDS设计原理及注意事项,附有控制程序-AD985X Series DDS-based design principles and attention, with control procedures
Platform: |
Size: 169984 |
Author: hsr |
Hits:
Description: 基于AD9850的DDS信号源设计,输出信号稳定,失真度小
Platform: |
Size: 119808 |
Author: hsr |
Hits:
Description: AD9850串行驱动程序,使用51单片机,通过修改宏,能方便地对DDS进行配置!-AD9850 serial driver, using 51 single-chip, by modifying the macro, can be easily configured for DDS!
Platform: |
Size: 15360 |
Author: 魏广寅 |
Hits:
Description: 凌阳单片机控制ad9850来产生正弦波信号1KHz-10MHz的源代码-Sunplus AD9850 single-chip control to generate sine wave signal 1KHz-10MHz source code
Platform: |
Size: 113664 |
Author: 呵呵 |
Hits:
Description: AD9850单片机使用程序,AD9850是AD公司生产的最高时钟为125 MHz、采用先进的CMOS技术的直接频率合成器,主要由可编程DDS系统、高性能模数变换器(DAC)和高速比较器3部分构成,能实现全数字编程控制的频率合成。
-include <reg52.h>
#define uchar unsigned char
#define uint unsigned int
long uint Frequency_Out
double Con_Word_1 = 0x00
double Con_Word_2 = 0x00
long uint ConTrol_Word = 0x00 //根据设置的频率换算成将要送入AD9850中的整数量;
uchar dingshiqilideshijianbianliang = 0x00
uchar keyzhi = 0x00
uchar AnJianCiShuBiangLiang = 0x00
long uint SheZhiZhongYaoXianShiDeShuJu = 0x00
long uint Out_Signal_Max = 3000000
uchar lianjiabiaozhi = 0x00 lianjianbiaozhi = 0x00
sbit Light = P1^0 //程序状态指示灯,它与单片机对9850控制无关,只是调程序的时候使用!
sbit reset = P1^2 //ad9850 reset
sbit w_clk = P1^4 // ad9850 w_clk
sbit fqud = P1^3 //ad9850 fqud
delay(long int n)
{
while(n!=0)
{
n--
}
}
Platform: |
Size: 1024 |
Author: 孙建 |
Hits:
Description: ad985控制ASM源带码,数字信号控制程序-the ad985 control ASM source with the code, the digital signal control program
Platform: |
Size: 4096 |
Author: yzc |
Hits:
Description: STM32控制M62429以及AD985进行音量控制,内含完整工程文件,运行通过。-STM32 control M62429 and AD985 are the volume control that contains the complete project file, running through.
Platform: |
Size: 6047744 |
Author: 奇诺 |
Hits: