搜索资源列表
adc
- This example sets up the PLL in x10/2 mode, divides SYSCLKOUT by six to reach a 25Mhz HSPCLK (assuming a 30Mhz XCLKIN). The clock divider in the ADC is not used so that the ADC will see the 25Mhz on the HSPCLK. Interrupts are enabled and the EVA i
ADCcalibrationV11
- This example program runs from RAM on the EzDSP. It initializes the event manager to generate a periodic start of conversion (SOC) pulse to the ADC. This will trigger a conversion of the ADC and when completed the ADC will generate an interrupt. The
spwm
- F2812编写的SPWM程序,利用TIME1的周期寄存器实现输出脉冲比较-F2812 SPWM written procedures for the periodic use of TIME1 compare registers for the output pulse
motor2
- The motion control is very simple. Adding an incremental position to the position set point on a periodic basis essentially sets the velocity. In the following code I broke out the "AddToPosition" so that Dilbert s wall following and line following c
dsp1-tms320f2812
- 控制XF引脚周期性变化:循环对XF位置1和清0,用示波器可以在XF脚检测到电平高低周期性变化-XF pin periodic change control: cycle 1 and the location of the XF to 0, with an oscilloscope can be detected in the XF pin low level periodic variation
vmd642_prd
- DM642 平台下周期函数模块的使用,可以正常运行-Periodic function modules use the DM642 platform, normal operation
zAdc_Soc_Lcd
- 针对TI C2000系列的28027,具备使能中断并且ePWM1被设置成产生一个周期性的 ADC SOC-ADCINT1,对13个转换通道进行采样 对所有13个通道进行采样,采样数据依次存放在 Voltage0[13]数组中。-28027 for the TI C2000 series, with the enable interrupt and ePWM1 is arranged to generate a periodic ADC SOC-ADCINT1, the 13 channels
tt
- 正弦波信号发生器,主要产生周期性的正弦波。-Sine wave signal generator, the main produce periodic sine wave.
EvPwm02
- 功 能:PWM1和PWM2输出频率为1KHz的PWM波形。波形的占空比每隔1s变化5 ,范围在10 * 到90 之间。 * 说 明:EVA下面的通用定时器T1工作于连续增/减计数模式,产生对称的PWM波形。通过 T1的周期中断来计时,每隔1s钟改变1次占空比。死区时间为4.27us。-Function: PWM1 and PWM2 output frequency is 1KHz PWM waveform. The duty cycle of the waveform chan
adc_soc
- 中断启用和设置EPWM1是产生SEQ1周期ADC芯片。两通道转换,ADCINA3和ADCINA2。- Interrupts are enabled and the ePWM1 is setup to generate a periodic ADC SOC on SEQ1. Two channels are converted, ADCINA3 and ADCINA2.
pao_v74
- Multirate signal processing, Analog data analysis processing, There are cycle detection, periodic testing.
0338
- High simulation efficiency, There are cycle detection, periodic testing, Machine learning routines.
test2-teacher
- //(1)用定时器模块产生一个连续信号,要求信号参数为周期900ms,其中高电平30ms,精度不小于50us。采用ECAP模块测试该信号,将周期、高电平的值分别记录变量mySignalPeriod1和mySignalHigh1中。 //(2)用EPWM模块产生一个连续信号,要求信号参数为周期9ms,其中高电平300us。采用ECAP模块测试该信号,将周期、高电平的值分别记录变量mySignalPeriod2和mySignalHigh2中。 //观察这2个波形的周期和占空比有什么关系。(/ /