-
OFDM_Simulation_Using_Matlab
OFDMsimulink技术的分析模拟仿真,适合研究OFDM技术的人群,比如毕业设计(OFDMsimulink technology analysis simulation, appropriate to study the crowd OFDM technology, such as the graduation project)
- 2008-05-26 19:42:48下载
- 积分:1
-
ChanAlgorithm
TDOA无源时差定位Chan算法,matlab源码(Chan Passive TDOA TDOA location algorithm, matlab source code)
- 2010-03-11 15:12:51下载
- 积分:1
-
adaptive_mmse_psk
A MMSE demo algorithm regarding adaptive filtering.
- 2011-05-23 16:22:08下载
- 积分:1
-
rbpfSlam
Giving a Compass to a Robot
Probabilistic Techniques for Simultaneous Localisation
and Map Building(SLAM) in Mobile Robotics
- 2020-09-18 16:47:57下载
- 积分:1
-
kuwahara_filter
Contrast Enhancement Utilities (Image Equalization)
- 2011-11-23 22:10:44下载
- 积分:1
-
matrix_inv
该程序对矩阵的求逆运算进行了matlab编程,简便,通用,精度高(The application of matrix inversion has carried on the matlab programming, simple, universal, high precision)
- 2013-12-17 15:38:43下载
- 积分:1
-
dynhgj
matlab来编写多元逐步回归分析,初学者适合(Matlab to prepare multiple stepwise regression analysis, suitable for beginners)
- 2007-04-18 10:58:47下载
- 积分: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
-
ltb
source code of matlab ltb source code of matlab ltb source code of matlab ltb source code of matlab ltb source code of matlab ltb
- 2012-11-23 13:51:50下载
- 积分:1
-
edgecolor
用于对彩色图像进行边缘检测的简单matlab代码(color images edge detection)
- 2011-04-25 14:41:08下载
- 积分:1