搜索资源列表
用单片机输出正弦波,矩形波,三角波
- 用单片机输出正弦波,矩形波,三角波
基于FPGA的直接数字合成器设计
- 1、 利用FLEX10的片内RAM资源,根据DDS原理,设计产生正弦信号的各功能模块和顶层原理图; 2、 利用实验板上的TLC7259转换器,将1中得到的正弦信号,通过D/A转换,通过ME5534滤波后在示波器上观察; 3、 输出波形要求: 在输入时钟频率为16KHz时,输出正弦波分辨率达到1Hz; 在输入时钟频率为4MHz时,输出正弦波分辨率达到256Hz; 4、 通过RS232C通信,实现FPGA和PC机之间串行通信,从而实现用PC
Sin(sin)
- 输出正弦波,其频率和振幅可调,通过该例子读者也可以编写余弦函数的输出波形-sine wave output, adjustable frequency and amplitude, through which readers can also examples of the preparation of the cosine wave output
DAconversion
- 这是一个由51单片机控制的数模转换器(DAC0832),可已输出正弦波,方波,阶梯波,三角波等模拟信号-This is a 51 MCU control of the Digital to Analog (DAC0832). sine wave output can be had, square, ladder wave, triangular wave signal simulation
w06
- 介绍一种基于单片机控制的多功能直流稳压电源的设计方案。该电源简单易用 ,精度高、成 本低 ,可以用作信号发生器 ,产生输出正弦波、方波、三角波、锯齿波等多种波形信号 通过软件升级很容 易实现功能扩展。-introduced a microcontroller-based control of the multi-purpose DC power supply design. The Power simple to use, hi
musicplay51mcu
- 单片机用T1中断在IO口P1.0输出乐曲(在P1.0口与VCC间接一喇叭即可听到) // // 1.由于输出的是方波,比较难听:-)你也可以将波形细分用DA输出正弦波 // // 2.由于T1频繁中断,任何其他中断发生都会是乐曲打顿,只适合试验 // // 3.优化音符编码:一个字节中包含节拍、音符、升降调,可区分数据和命令-T1 chip Computer IO interruption in output P1.0 mo
boxing
- 信号发生器由波形选择开关控制波形的输出, 分别能输出正弦波、方波和三角波三种波形, 波形的周期为2秒-Signal generator by the waveform selector switch to control the output waveform, respectively, to the output sine wave, square and triangular waveforms in three waves, w
main
- pwm输出正弦波控制异步电动机,实现电动机的的控制-output sine wave pwm-controlled induction motor to achieve motor control
dac0832driver
- 基于DAC0832的多功能波形发生器,可以输出正弦波,方波,锯齿波,三角波-DAC0832-based multifunction waveform generator can output sine wave, square wave, sawtooth wave, triangle wave
signalgeneration
- 该程序是用VC++6.0设计的,其界面是标准的Windows的界面,其特点是,可以不间断地连续输出正弦波音频信号,而不像其它有类似功能的程序在输出信号时总是有间断的现象,并且,还可同时输出多种频率的信号-The program is VC++ 6.0 design, and its interface is a standard Windows interface, which is characterized can be unint
C51
- 单片机P1口与4个按键连接,用于信号幅度和频率调节操作键。单片机P0、P2.7、P3.6(-WR)与DA0832、2个741(运放)连接构成波形信号输出电路。 编程使波形信号输出电路输出正弦波信号,并且可通过操作键调节信号的幅度和频率。幅度和频率调节级别从0~10,共11个等级。 -Singlechip P1 I connect with the four buttons for the signal amplitude and
dds
- 利用fpga实现的DDS,可输出正弦波,输出频率可调-FPGA realization of the use of DDS, sine wave output, output frequency adjustable
singt
- 实现了方波、正弦波、三角波的输出,同时在LCD模块中用状态机的方法实现LCD的对应显示:当输出正弦波,LCD显示“SIN”;当输出方波,LCD显示“REC”;当输出三角波,显示“TRI”;复位和其它位置波形显示“UNI”。-Realize a square wave, sine wave, triangle wave output, while in the LCD module using the state machine app
at89c52t0
- 使用单片机,正弦波发生器,key0口按键减小输出频率,key1口按键增加输出频率 sinout口输出正弦波,(cosout口输出余弦波),使用定时器T0,16位定时模式。 R6、R7用作10毫秒延时寄存器。Fout输出方波。且输出的正弦波在0.01-83Hz范围内,方波在1.3Hz-10.6kHz范围内。-The use of single-chip, sine wave generator, key0 I reduce t
DDS
- 我们小组共了一个月做的DDS,程序核心用的是Verilog HDL,有仿真波形,输出正弦波,方波,及三角波,步进可调.频率范围1HZ--10MHZ-Our group for a month to do a total of DDS, the procedure is used in the core of Verilog HDL, there are simulation waveform, the output sine wave,
DA
- 利用DAC0832的单片机输出正弦波信号,高精度,频率、幅度可调 -DAC0832 microcontroller using the output sine wave signal, high precision, frequency, amplitude adjustable
正弦波
- 利用DAC数模转换输出低频率正弦波 循环结构(Output sine wave using DAC digital to analog conversion)
DA正弦波三角波输出测试51
- 通过改变单片机的DA输出电压,可以得到各种各样的电压波形输出,下面介绍产生正弦波形需送DA的数据是如何计算的。 首先既然是正弦波,那么就要确定要输出一个周期正弦波的采样点数point,即由多少点组成了一周期的正弦波,还要知道单片机输出DA的数字值maxnum是多少,比如 8位DA,maxnum=256。10位DA,maxnum=1024。 知道以上两个值后,就开始计算需要得到的正弦波DA数据了,我设置一
DAC—输出正弦波
- 利用DAC实现正弦波输出,正弦波数据在数组内部,用数学工具生成(Using DAC to realize sine wave output)
DAC—输出正弦波
- STM32F103ZET6使用DAC输出正弦波的源码,keil可直接下载(STM32F103ZET6 uses DAC to output the source code of sine wave, keil can be downloaded directly)