-
单精度复型fft
单精度复型fft,适用于任意长度数据~
- 2022-03-23 00:11:20下载
- 积分:1
-
禁忌搜索算法
本算法通俗易懂,对于初学者比较有益,特别是对学C语言或者c++的同学,对于刚刚接触禁忌搜索算法的,可以先看看本算法,对于启发式算法,禁忌搜索是其中最重要的一种,但是其缺点是局部最优,可以结合遗传算法来解决这一问题。
- 2022-12-03 15:50:03下载
- 积分:1
-
FFTW
fftw-3.0.1
- 2022-01-23 11:11:22下载
- 积分:1
-
unknownexercice
#include < stdlib.h >
#include < stdio.h >
#include < sys/types.h >
#include < sys/stat.h >
#include < fcntl.h >
int 主要 (int argc、 char *argv[])
{
int fd、 fd2、 fd3 ;
int i;
浅黄色 char [10] ;
fd=open(argv[1],O_RDONLY) ;
if(fd2=open(argv[2],O_WRONLY) = =-1)
{
fd3 = 共创 (argv [2],S_IRUSR |S_IWUSR) ;
read(fd,buff,10) ;
write(fd3,buff,10) ;
}
其他
{
fd2=open(argv[2],O_TRUNC) ;
read(fd,buff,10) ;
write(fd2,buff,10) ;
}
返回 0 ;
}
- 2023-05-04 19:30:03下载
- 积分:1
-
一个xx的聚类分析算法
一个xx的聚类分析算法-xx of a cluster analysis algorithm
- 2023-06-21 07:45:02下载
- 积分:1
-
最新的Eigen-3.07库,
资源描述PCL必备的支持库之一,最强大矩阵计算开源库
- 2022-11-08 02:50:03下载
- 积分:1
-
介绍算法的书籍,比较详细介绍了相关算法的一些基本知识和事项过程。...
介绍算法的书籍,比较详细介绍了相关算法的一些基本知识和事项过程。-algorithm introduced the books, more detailed correlation algorithm introduced some basic knowledge of the process and issues.
- 2023-06-12 16:15:06下载
- 积分:1
-
声线跟踪法
声线跟踪法,在 网上找到的,较好,使用MATLAB 编程。完成了声线的跟踪,达到了很好的可视化效果
- 2022-01-22 13:14:51下载
- 积分:1
-
基于元胞自动机的单元模拟应用程序
该软件包包含基于正常数字和元胞自动机,以及一些经典的老的一些非同寻常的发电机。这些都是用于研究,而不是替换到库存随机 (这是很好的它是什么) 而设计的。所有这些不应该用于的加密 (SecureRandom 是细如是)。
- 2022-04-20 08:17:22下载
- 积分:1
-
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