搜索资源列表
Goertzel
- Goertzel基本算法在每次采样后立即进行处理,在每个第N次采样进行一次音调检测。在采用FFT算法时,我们要对成块的采样进行处理,但这并不意味着必须按块来处理数据。数字处理的时间很短,因此如果每次采样都存在一次中断,那么这些数字处理完全可以在中断服务程序(ISR)内完成。或者,如果系统中存在采样缓存,那么可以持续采样,然后进行批处理。-Goertzel basic algorithms in each sample immediately after processing, in each o
Calculation-algorithm-of-cand-cPP
- 一些c++和c语言常用算法,包括数值积分等数值计算算法和C语言编写一个DOS下的中断服务程序等算法-Some c and c++ commonly used algorithms, including numerical integration, interpolation algorithms and examples of 87 C language under a DOS interrupt service routine algorithms