FFT+Control
FFT+Control技术资料下载专区,收录500份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
500
FFT+Control 全部资料 500 份
speed control of induction motors... it is an assembly language for speed control. it is written usi
speed control of induction motors... it is an assembly language for speed control. it is written using spwm technique.
2017-06-20
79
8点基二fft Fast Fourier Transform (FFT). Using 8 points, takes about 1.2 ms to execute one FFT. Se
8点基二fft Fast Fourier Transform (FFT). Using 8 points, takes about 1.2 ms to execute one FFT. Sets up General Purpos...
2013-12-18
96
fft源代码,#include "f2407_c.h" #include "math.h" #define N 32 // FFT变换的点数 extern void fft(void);
fft源代码,#include "f2407_c.h" #include "math.h" #define N 32 // FFT变换的点数 extern void fft(void); extern void resave(v...
2016-06-28
155