-
雷达方程
"Radar_eq.m"函数实现方程 (1.61)。输出是 dB 中的信噪比或在 Km 范围内不同的地方输入的设置用于每个案例。
- 2022-06-18 02:24:16下载
- 积分:1
-
MMSE 信道估计分析均衡 ofdm 信道容量分析
这是真正好的代码的 MMSE 信道估计你可以享受的 ofdm 信道容量分析,这是比别人更好的信道估计技术
- 2023-08-15 04:00:03下载
- 积分: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
-
粒子群优化算法是一种新的技术,在实践中得到了很好的表现。粒子群优化算法是一种基于种群的搜索算法,模拟了种群内鸟类的社会行为。
使用系统;
- 2022-06-18 22:52:20下载
- 积分:1
-
achieved through hosting the numerical algorithm (linear equations)
通过托管实现的数值算法(线性方程组)-achieved through hosting the numerical algorithm (linear equations)
- 2022-04-25 04:17:27下载
- 积分:1
-
python 实现用遗传算法优化神经网络权重
神经网络的训练过程中,使用遗传算法来优化神经网络的权重,用于寻找全局最优权重
- 2022-04-27 13:11:45下载
- 积分:1
-
EHMM人脸识别实例,OPENCV,MFC
基于EHMM的人脸识别程序实例。可执行,无错误。环境:VC++6.0,OPENCV1.0。附带ORL、FERET人脸图像库人脸图像,测试结果正确率接近100%。本科毕业设计答辩通过。
- 2023-05-03 05:25:06下载
- 积分:1
-
本程序实现了卡尔曼滤波器的算法及其在信号处理中的应用
本程序实现了卡尔曼滤波器的算法及其在信号处理中的应用-This procedure achieved a Kalman Filter Algorithm and Its Application in Signal Processing
- 2022-10-29 19:10:04下载
- 积分:1
-
The content is comform as the title, if you have the better code, let me know.th...
The content is comform as the title, if you have the better code, let me know.thanks.
- 2022-11-22 13:45:04下载
- 积分:1
-
多项式拟合 demo
1、把x,y数据复制在txt文件
2、输入拟合阶数
3、点击拟合
- 2023-08-07 19:15:03下载
- 积分:1