-
傅里叶变换算法fft
How To Use
void main(void)
{
gen_w_r2(w, N); // Generate coefficient table
bit_rev(w, N>>1); // Bit−reverse coefficient table
DSPF_sp_cfftr2_dit(x, w, N);
// radix−2 DIT forward FFT
// input in normal order, output in
// order bit−reversed
// coefficient table in bit−reversed
// order
DSPF_sp_icfftr2_dif(x, w, N);
// Inverse radix 2 FFT
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-02 15:55:21下载
- 积分:1
-
利用FORTRAN双曲型方程的数值算法
用fortran编写的双曲线方程的数值算法-using FORTRAN hyperbolic equation prepared by the numerical algorithm
- 2022-10-11 02:30:03下载
- 积分:1
-
这是一个迭代法实现的C代码。本算法采用的是SOR迭代法。
这是一个迭代法实现的C代码。本算法采用的是SOR迭代法。-This is an iterative method to achieve the C code. This algorithm is used SOR iteration.
- 2022-05-10 22:57:04下载
- 积分:1
-
n阶方阵的克劳特(crout)分解matlab实现
应用背景n阶方阵的克劳特(crout)分解matlab实现关键技术在矩阵分析课上学习了n阶方阵的三角分解或叫克劳特(crout)分解,便尝试着用MATLAB编程实现。给一个例子如下:
原矩阵a=[2 1 -5 1;1 -3 0 -6;0 2 -1 2;1 4 -7 6]
执行 [l,u]=crout(a);
分解后得:
l=[2 0 0 0;1 -3.5 0 0;0 2 0.4286 0;1 3.5 -2 -9]
u=[1 0.2 2.5 0.5;0 1 -0.7143 1.8571;0 0 1 -4;0 0 0 1]
- 2022-03-20 07:06:32下载
- 积分:1
-
基于AVR的DS18B20函数设计,利用LCD模块显示温度变化,精度高,反应迅速。...
基于AVR的DS18B20函数设计,利用LCD模块显示温度变化,精度高,反应迅速。-AVR-DS18B20 function design based on the use of LCD modules show that the temperature changes, high precision and rapid response.
- 2022-06-26 23:10:44下载
- 积分:1
-
车辆路径问题算法
带时间窗的车辆路径问题(Vehicle Routing Problem with Time
Windows, VRPTW)是对物流配送管理的核心问题——配送车辆调度
的问题抽象,其是在基本VRP基础上添加了时间窗约束衍生而来的,
可以将VRPTW描述为:使车辆从站点出发服务用户,完成用户需求
后仍返回站点,规定每个用户只能被一辆车服务且仅服务一次,且对
用户的服务必须在用户事先指定的时间窗内进行,问题的优化目标是
如何选择适当的路径,使得在满足以上约束条件的情况下,完成全部
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-12 21:40:20下载
- 积分:1
-
顶盖驱动LBM模拟
应用背景顶盖驱动流是计算流体与计算传热学一个经典问题,常用作不可压缩流动的校核算例,同时也是很好的lbm模拟学习的入门算例。对于刚开始接触的入门者有很大帮助。关键技术该程序采用了不可压缩的D2Q9模型以及标准的碰撞迁移规则,边界处理则采用了非平衡外推格式。虽然程序针对顶盖驱动而编写,但读者可以通过改变初始条件边界条件来计算其他的物理量。
- 2023-03-21 19:05:03下载
- 积分:1
-
3D FDTD code for electromagnetic simulation
In the pFDTD, pre-defined, a number of functions helps you to input complex dielectric/metallic
structures by the repeated use of rather simple geometric structures. For example, the later
use of input object functions will take over the overlapped region with the previously defined
structures. In the present pFDTD version, only metals that can be described by simple Drude
model can be handled.
- 2022-04-18 00:45:50下载
- 积分:1
-
多实例学习代码
资源描述// MissSVM.h: interface for the MissSVM class.
//
//////////////////////////////////////////////////////////////////////
// Reference: Z.-H. Zhou and J.-M. Xu. On the relation between multi-
// instance learning and semi-supervised learning. In: Proceedings of
// the 24th International Conference on Machine Learning (ICML"07),
// Corvallis, OR, 2007.
//////////////////////////////////////////////////////////////////////
- 2022-03-24 13:09:34下载
- 积分:1
-
Hypersonic Reentry
这一代码是最终确定的计算与简化模型的车辆进入大气层的轨迹。
- 2022-01-25 14:52:30下载
- 积分:1