搜索资源列表
triangle-wave-measurement-code
- 自己编写的三角波测量程序,可实现对三角波幅度,频率和斜率的测量。-For triangle wave measurement program, I have written the triangular wave amplitude, frequency and slope measurements.
Key-change-detection-wave-PWM-
- 按键切换检测PWM波的占空比,频率,幅度-Key change detection wave PWM duty cycle, frequency, amplitude
sky_adc_pwm
- (msp430g2553)正弦信号,一方面被adc采集获取其幅度信息,另一方面经比较器变成方波,经Timer捕获获取其频率,然后控制SPWM信号的频率与幅度,使输入与输出同幅同频变化。-(Msp430g2553) sinusoidal signal, on the one hand is to get its amplitude information collected adc, on the other hand by the comparator into a square wave, c
shiboqixixi
- ARM示波器源码,基于STM32,频率,幅度,波形显示-ARM oscilloscope
AD9910驱动程序
- 包含AD9910驱动头文件及串行驱动程序 使用说明 底层驱动目前提供4个函数: 1.void Init_AD9910(void); //芯片初始化 2.void Write_frequence(u32 Freq); //写频率 3.void Write_Amplitude(u32 Ampli); //写幅度 4.void AD9910_IOInit(void); //控制器IO初始化 使用步骤: void AD9910_IOInit(void); void Init_A