-
2的整数次幂FFT算法
FFT是离散傅立叶变换的快速算法,可以将一个信号变换到频域。本工程包含FFTCore.c文件,实现了FFT的蝶形同址运算,输入参数为double型的实部和虚部、logN、点数等,输出则为同址的FFT结果,分别存在double数组中,使用方便。
- 2022-07-07 08:30:28下载
- 积分:1
-
!
2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonline...
!
2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonlinear
3 ! systems of equations by homotopy methods. There are subroutines for
4 ! fixed point, zero finding, and general homotopy curve tracking problems,
5 ! utilizing both dense and sparse Jacobian matrices, and implementing
6 ! three different algorithms: ODE-based, normal flow, and augmented
7 ! Jacobian. The (driver) subroutines called by the user are given in the
8 ! table below, and are well documented internally. The user need not
9 ! be concerned with any other subroutines in HOMPACK90.
-!
2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonlinear
3 ! systems of equations by homotopy methods. There are subroutines for
4 ! fixed point, zero finding, and general homotopy curve tracking problems,
5 ! utilizing both dense and sparse Jacobian matrices, and implementing
6 ! three different algorithms: ODE-based, normal flow, and augmented
7 ! Jac
- 2022-07-21 06:18:17下载
- 积分:1
-
Gauss_Seidel迭代法的Matlab程序
Gauss_Seidel迭代法的Matlab程序 -Gauss_Seidel iteration of the Matlab program
- 2022-05-20 17:32:02下载
- 积分:1
-
mplayer播放器源码
完整的头文件和源代码,里面有少量注释,可以帮组理解。很好的算法,已在Windows XP环境下测试通过。
- 2022-08-21 03:34:38下载
- 积分:1
-
Zju2112 Dynamic Rankings
- 2023-03-30 15:35:03下载
- 积分:1
-
数学、信号处理、通讯类C++库
IT++是一个数学,信号处理和通信类功能的C++库。它的主要用途是模拟通信系统,并进行研究相关领域的通信。它综合了Matlab的功能和C的速度,适合于信号处理等领域。功能和特点模板阵列和堆叠的集装箱类命令和文件的论点分析器模板向量和矩阵类稀疏向量和矩阵类载体功能和矩阵类矩阵分解等特征 求解线性方程组 随机数代二进制和伽罗瓦类型(标量,矢量和矩阵)一体化的一维职能无条件的非线性优化 统计类过滤功能和类频域滤波FFT算法,理论,变换,和Hadamard变换时域和频域窗口评估和寻找根源的多项式(逆行动)滤波器的设计功能快速独立分量分析 矢量调制器(如OFDM和MIMO )OFDM系统和CDMA调制器 多径信道(包括频率单位和频率选择性)海明,格雷,CRC码基于事件的仿真类 信号和简化语法 TCP连接客户端和服务器 选择性重复传标量化和矢量量化类高斯混合模型 阅读和保存几种不同的音频文件格式 阅读和保存不同的图像格式 二进制文件格式,最基础的IT + +类型 定点标量,矢量和矩阵类型
- 2022-12-27 16:40:04下载
- 积分:1
-
BP神经网络的数据分类
1,对BP神经网络初始化;2,隐含层输出计算;3,输出层输出计算;4,误差计算;5,权值更新;6,阈值更新;7,判断算法迭代是否结束。本算法对语音特征信号进行识别。案例选取了民歌,古筝,摇滚和流行四类不同音乐,用BP神经网络实现对四类音乐的有效分类。
- 2022-06-21 10:35:07下载
- 积分:1
-
KALMAN滤波器和condense算法的运动跟踪分析
KALMAN滤波器和condense算法的运动跟踪分析-Kalman filter and condense the motion tracking algorithm analysis
- 2023-07-05 23:40:02下载
- 积分:1
-
anti aliasing c+ code
Line drawing with Anti-aliasingWuLines.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally.WuLines.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-22 10:46:50下载
- 积分:1
-
大整数
计及任意大整数单元-受支持的操作:分配、 加、 减、 乘、 鸿沟,模相比,阶乘(限于运行时的最大整数的阶乘将可能限制它对少得多)所有操作都是 TInteger 类的方法和替换的值与结果。对于二进制运算 (除了阶),第二个操作数是作为一个参数传递给该过程。
- 2022-03-21 19:32:39下载
- 积分:1