-
bspline_Matlab
采用德布尔算法进行B样条的生成,可以用来进行型线优化设计前的参数化处理(De Boer algorithm using the generated b-spline)
- 2009-04-21 09:24:36下载
- 积分:1
-
mathscript
Simulation if the MIMO OFDM with frequency offset and multhipath channel
- 2014-01-19 00:21:17下载
- 积分:1
-
Barlette_method_for_doa_estimation
Barlette 方法估算入射信号源的到达角的方法,使用Matlab工具。(a simple and good Barlette method for doa estimation.)
- 2014-09-27 23:17:01下载
- 积分:1
-
WG15W_16AK_STD_STO15-1_80F7_091202
Mstar tsmu16ak source code(tsmu16ak source code)
- 2013-12-18 05:31:31下载
- 积分:1
-
Convolutional code
说明: 卷积码的仿真,包含多种译码算法,例如维特比,MAP等。(It's about convolutional code simulation, including a variety of decoding algorithms.)
- 2017-09-10 14:35:58下载
- 积分:1
-
6090044Tracking(Imm)
matlab做的基于交互多模(IMM)算法的机动目标跟踪仿真程序((Matlab done on interactive multi-mode (IMM) algorithm mobile target tracking simulation program))
- 2018-03-14 09:33:02下载
- 积分:1
-
RM_code
里德穆勒码的编码和解码过程,以及误码率曲线仿真。(Lidemule code encoding and decoding process and error rate curve simulation.)
- 2021-01-30 18:48:34下载
- 积分:1
-
face_lbp
LBP纹理特征提取,主要是针对人脸表情的动态纹理特征进行分类!(LBP texture feature extraction, the main classification dynamic texture feature recognition is facial expression!)
- 2014-08-13 14:29:20下载
- 积分: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
-
03
说明: 03_认识MetaCharacters03_认识MetaCharacters03_认识MetaCharacters(RegExp)
- 2009-12-20 17:50:01下载
- 积分:1