s32k工程示例,包括ADC,DMA,FlexCAN,Hello,Hello_Clocks,Hello_Interrupts
2023-07-19 19:12:38 8.25MB 文档资料 s32k工程
Linux操作系统课程指导:Ch7 Interrupts and Interrupt Handlers.ppt
2022-06-04 21:00:34 744KB linux 文档资料 运维 服务器
中文版 TMS320x280x, 2801x, 2804x DSP System Control and Interrupts.pdf
2021-11-26 23:21:31 1.26MB 中文版 TMS320x280x 2801x 2804x
1
MSP432-数字陷波滤波器 该程序使用数字陷波滤波器消除不需要的噪声(60 Hz)。 正弦波进入MSP432的精密ADC模块,并在经过数字滤波后通过外部DAC退出。 Matlab用于计算60Hz陷波滤波器传递函数,然后在C语言中实现。 演示: 陷波滤波器传递函数: MATLAB代码: % H(s) = (s^2 + w^2)/(s^2 + (w/Q)s + w^2) % w = 60Hz = center frequency to reject % Q = 3 = quality factor (increase to narrow rejection) % w/Q = bandwidth of the rejection band Hc = tf([ 1 , 0 , ( 2 * pi * 60 )^2], [ 1 , 20 , ( 2 * pi * 60 )^2]); bod
2021-11-07 17:25:41 3KB digital msp432 interrupts notch-filter
1
005 - Resets & Interrupts
2021-07-19 09:02:11 540KB 飞思卡尔
1