-
波峰值频率
项目包括一个测试实施的Goertzel算法频率的认可。说明:给出的主导间距为给定的选择视觉逼近。你可以得到相当准确的读数清洁或中档合成的信号,但仍可能会遇到不准确的较低的低音频率或更复杂的信号。包括一个可调节的滚动条来估计一波剪辑的平均节奏。选择样本的足够数目(约2000至4000)。首选的.wav格式为16位,44100千赫,单声道/立体声。
- 2022-05-31 17:39:38下载
- 积分:1
-
这个代码执行算术运算。这只是一个计算器。非常…
This code performs the arithmatic operations. This is simply an calculator. Very useful code for the beginner of C-This code performs the arithmatic operations. This is simply an calculator. Very useful code for the beginner of C++
- 2022-03-01 14:40:36下载
- 积分:1
-
排序算法
不同的算法使用的排序算法。我们已经介绍了更有趣的算法是: 插入排序、 归并排序、 快速排序、 堆排序
- 2022-02-03 04:19:56下载
- 积分:1
-
各种不同排序思想的排序源程序
各种不同排序思想的排序源程序- Each kind of different arrangement thought arrangement source
program
- 2022-02-05 06:08:06下载
- 积分:1
-
vbP3公式
水文学P3公式这里主要是描述降雨量之类的曲线用vb程序来实现的
- 2022-08-15 07:05:43下载
- 积分:1
-
数值分析相关问题代码,数据拟合
利用数值分析方法进行数据拟合#include
#include
#include
void main()
{
int i;
float a[3];
float x[16];
float y[16];
void Approx(float[],float[],int,int,float[]);
Approx(x,y,16,2,a);
for(i=0;i
- 2022-03-25 20:23:44下载
- 积分:1
-
compiler principles of regular
编译原理中的正则式匹配算法-compiler principles of regular-matching algorithm
- 2022-02-24 20:36:43下载
- 积分:1
-
相亲游戏
这是一个模拟相亲的程序,包括男选女、女挑男等一系列过程,通过数次“选择”,和“抛弃”,确保找到最合适的配对伙伴。最终将整个团队中的人配完对。
- 2022-07-28 08:35:53下载
- 积分:1
-
64点FFT处理器设计
资源描述这是一个用Verilog实现的基4的FFT处理器,这是一个用Verilog实现的基4的FFT处理器,这是一个用Verilog实现的基4的FFT处理器,这是一个用Verilog实现的基4的FFT处理器,这是一个用Verilog实现的基4的FFT处理器,
- 2022-08-07 19:07:56下载
- 积分:1
-
error detection and correction
this code is downed from website and can detect the data`s error and correct it .it can detect 2 bit error and correct 1bit error for 512bytes or 256 words data.
- 2022-02-20 02:06:51下载
- 积分:1