-
OFDMsystem
基于IFFTFFT的OFDM系统仿真。完整的可运行的代码。信源用randn产生,信道为高斯白噪声,如用其他,可以方便自行修改。(Based on IFFT FFT of OFDM system simulation. Complete code can be run. Generated using randn source, channel for the Gaussian white noise, such as the use of other, you can easily modify.)
- 2010-06-20 20:49:00下载
- 积分:1
-
OnlineSVR_Matlab_7.0_2006_CodeManual
一个适合进行在线支持向量机回归辨识的Matlab源程序。(Matlab programs for on-line regression identification using Support Vector Machine)
- 2020-06-28 18:00:01下载
- 积分:1
-
GA_for_Matlab5
用于matlab的遗传算法工具箱(里面含有遗传算法所有的操作,如:交叉、变异等等)(for Matlab Toolbox Genetic Algorithm (it contains all the genetic algorithm operators, such as : cross Variation etc.))
- 2006-05-18 20:25:55下载
- 积分:1
-
powell
此文件为 powell算法 用matlab实现,使用方法内附详细说明(powell Algorithm in matlab )
- 2012-05-08 20:42:39下载
- 积分:1
-
LMS
很好的介绍了自适应滤波器的一些相关算法,lms算法,rls算法等等(Very good introduction to some of the adaptive filter correlation algorithm, lms algorithm, rls algorithm and so on)
- 2009-03-17 11:03:05下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
Convolutional
卷积编码和译码全过程的MATLAB源代码,已通过实验(Convolutional coding and decoding of the entire process of MATLAB source code, has passed the experimental)
- 2009-04-13 11:54:48下载
- 积分:1
-
EKFcstr
非线性扩展卡尔曼滤波,在catr模型中的应用。(extending kalman filtering,cstr)
- 2013-09-01 16:04:55下载
- 积分:1
-
Wiener
设计一维纳滤波器。产生三组观测数据,并估计它们的AR模型参数,分析信号长度和模型阶次对实验结果的影响(Wiener filter design. Have three sets of observational data, and estimated AR model parameters of their analysis of the signal length and model order on the impact of experimental results)
- 2009-06-14 15:55:45下载
- 积分:1
-
ELM.m
This file is ELM algorithm in matlab code
- 2015-03-16 17:45:22下载
- 积分:1