-
Goertzel基本算法在每次采样后立即进行处理,在每个第N次采样进行一次音调检测。在采用FFT算法时,我们要对成块的采样进行处理,但这并不意味着必须按块来处理...
Goertzel基本算法在每次采样后立即进行处理,在每个第N次采样进行一次音调检测。在采用FFT算法时,我们要对成块的采样进行处理,但这并不意味着必须按块来处理数据。数字处理的时间很短,因此如果每次采样都存在一次中断,那么这些数字处理完全可以在中断服务程序(ISR)内完成。或者,如果系统中存在采样缓存,那么可以持续采样,然后进行批处理。-Goertzel basic algorithms in each sample immediately after processing, in each of the first N sub-samples to conduct a tone detection. In the use of FFT algorithms, we would like to be processed into a block of samples, but this does not mean that must block processing the data. Digital processing time is very short, so if an interrupt for each sample are present, then the digital processing is fully able to interrupt service routine (ISR) to complete. Or, if the system exists in sample buffer, you can continue to sample, and then batch.
- 2022-05-27 11:46:36下载
- 积分:1
-
MFC游戏开发
应用背景基于MFC的2D 游戏开发技术。。。代码利用c++解决了怪物碰撞后的具体实现,,关键技术采用visual studio 2010开发的 mfc游戏中的 关键技术 怪物碰撞处理
- 2023-05-29 22:50:09下载
- 积分:1
-
水平集方法实现图像分割
这份代码是用matlab 编写的,实现图像的分割,尤其对于背景和前景灰度差不明显的图像,效果非常好,采用CV模型,也是主动轮廓模型的一种类型,本程序采用半隐式方案实现变分水平集图像分割方法中的CV模型,效果很好~~~希望对大家有所帮助
- 2022-05-21 03:20:01下载
- 积分:1
-
LBP特征提取
采用C++开发的源程序,可用于对灰度图片LBP特征提取,然后可对提取特征后的图片送入分类器进行识别,LBP特征具有很强的鲁棒性
- 2023-07-15 10:10:05下载
- 积分:1
-
串口虚拟示波器(上位机、51下位机)
应用背景在手上没有硬件工具的时候,你想了解单片机的一些变量。这个时候你将会非常的郁闷,想看有看不到,。这个时候虚拟串口示波器就可以帮助到你,解决你的困扰。只要你有USB转串口以及几根线就OK了。关键技术利用单片机的UART来进行通讯,电脑端要配一个USB转串口。C代码,简单易读,只需移植不需写通讯协议。
- 2022-12-31 12:15:04下载
- 积分:1
-
大数运算,生成两个随机大数,然后计算他们的和,差等
大数运算,生成两个随机大数,然后计算他们的和,差等-Computation of large numbers to generate two random large numbers, and then calculate them and, poor
- 2022-04-24 02:19:26下载
- 积分:1
-
Learnin Mathematics with the ABACUS Activity
Learnin Mathematics with the ABACUS Activity-book
part 6
- 2022-05-05 04:37:03下载
- 积分:1
-
用于生成不同参数的正态分布的随机数;瑞利分布随机数;泊松分布随机数...
用于生成不同参数的正态分布的随机数;瑞利分布随机数;泊松分布随机数-Different parameters used to generate the normal distribution of random numbers Rayleigh distribution random numbers Poisson distribution random number
- 2022-08-13 06:49:23下载
- 积分:1
-
这是我用verilog hdl语言写的浮点乘法器,用的是基4的booth算法,对于部分积使用了5...
这是我用verilog hdl语言写的浮点乘法器,用的是基4的booth算法,对于部分积使用了5-2压缩和3-2压缩,欢迎大家指点,也欢迎大家把它改成流水线以提高速度.-This is my verilog hdl language used to write floating-point multiplier, using a Radix-4 algorithm for the booth for part of the plot using the 5-2 and 3-2 compression compression, welcomed everyone pointing, also welcomed the U.S. put it into a pipeline to improve speed.
- 2022-08-14 05:45:48下载
- 积分:1
-
Fast Fourier Transform code
快速富立叶变换的代码-Fast Fourier Transform code
- 2022-02-01 18:32:57下载
- 积分:1