搜索资源列表
c166
- C166 1024点汇编FFT源代码,使用Tasking编译器-C166 1024-point FFT compilation of source code, compilers use tasking
2260
- 基于RTD2260单片机实现点屏系统。基于51核,用TTL转VGA显示。最大支持1024*1024显示-MCU based RTD2260 point screen system. Based on 51 core, absolutely unique information.
1024_fft
- 在单片中实现的1024点的FFT运算,算法的实现是采用1024点的查表发。-Implemented in 1024 in a single point FFT computation, the algorithm implementation is made with 1024 points in the look-up table.
fft_1024
- 1024点的FFT变换,很实用,用于单片机做快速傅立叶变换-1024-point FFT transform, it is practical, fast Fourier transform for the microcontroller to do
fft
- 用c语言可实现1024点的FFT(快速傅里叶变换)-1024-point FFT (Fast Fourier Transform) can be achieved using c language
cfft
- 1024点FFT输入12位输出14位与 - 限制和溢流处理内部-radix 4 1024 point FFT input 12 bit Output 14 bit with limit and overfall processing internal
DA正弦波三角波输出测试51
- 通过改变单片机的DA输出电压,可以得到各种各样的电压波形输出,下面介绍产生正弦波形需送DA的数据是如何计算的。 首先既然是正弦波,那么就要确定要输出一个周期正弦波的采样点数point,即由多少点组成了一周期的正弦波,还要知道单片机输出DA的数字值maxnum是多少,比如 8位DA,maxnum=256。10位DA,maxnum=1024。 知道以上两个值后,就开始计算需要得到的正弦波DA数据了,我设置一个正弦波由61个点组成,所选DA最大数字输入值为1024,那