-
用全选主元高斯消去法求解N复系数阶线性方程组AX=B
用全选主元高斯消去法求解N复系数阶线性方程组AX=B-Select All PCA with Gaussian elimination method to solve N-order complex coefficients of linear equations AX = B
- 2022-10-29 07:50:03下载
- 积分:1
-
人工智能神经网络之感应器
该程序主要包括计算输出值、感知器学习算法(权值的调整)
- 2022-12-02 08:10:04下载
- 积分:1
-
asynchronous motor braking characteristics of the simulation program
异步电动机制动特性的仿真程序-asynchronous motor braking characteristics of the simulation program
- 2022-04-02 10:44:29下载
- 积分:1
-
BPatch 和 BDiff Delpfi 的实现
包括 Pascal BDiff 和 BPatch 的一些标准 C 库代码的实现。很好。享受
- 2022-05-30 03:32:08下载
- 积分:1
-
STC12系列单片机示波器
应用背景
STC12单片机示波器
用内部ADC对电压采集
适合新手学习单片机之用
关键技术STC12系列单片机示波器,通过内部ADC对信号的采集,然后转换成电压,在LCD12864上打点显示,可以选择档位显示波形,代码简单易学,适合新手学习单片机之用
- 2022-01-27 09:13:17下载
- 积分:1
-
The graphic model NURBS algorithm realization source code, to the person which...
三维图形学NURBS算法实现源代码,对搞三维图形编程的人有帮助-The graphic model NURBS algorithm realization source code, to the person which does the three dimensional graph programming has helps
- 2022-09-03 23:55:02下载
- 积分:1
-
二维FDTD仿真程序,在matlab中实现
2D FDTD Simulation program implemented in MATLAB
- 2022-04-16 04:03:25下载
- 积分:1
-
牛顿法求解非线性方程组
牛顿法求解非线性方程组-Newton method for solving nonlinear equations
- 2022-02-06 07:59:11下载
- 积分:1
-
运筹学演示程序之运输问题
运筹学演示程序之运输问题- Operations research transportation question demonstration
program
- 2022-05-12 22:03:27下载
- 积分:1
-
傅里叶变换算法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