-
Chapter1
第四版的proakis的数字通信配套matlab源程序--第一章部分(matlab code for digital communication <4th edition>)
- 2009-03-17 14:58:49下载
- 积分:1
-
QPSKRayleighchannel
QPSK调制解调技术在瑞利信道中的研究分析。(QPSK modulation and demodulation in Rayleigh Channel analysis.)
- 2010-09-01 22:20:31下载
- 积分:1
-
Jacobi
Jacobi雅克比公式计算,利用雅可比公式的调用(Jacobi Jacobi formula using the call of the Jacobian formula)
- 2012-05-30 22:28:16下载
- 积分:1
-
CRC校验编码和解码程序
MATLAB写的CRC校验编码和解码程序(CRC check code written in MATLAB and the decoder)
- 2014-11-01 13:12:06下载
- 积分: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
-
kalmanfilter
卡尔曼滤波器的演示程序 可以运行的 仅仅是演示(Kalman filter demo program can run only a demo)
- 2013-12-08 21:27:46下载
- 积分:1
-
qpsk_rayl
qpsk信号瑞利信道的仿真程序还有搞死的有ber(qpsk signal Rayleigh channel simulation program has also Gaosi ber)
- 2013-11-14 13:03:27下载
- 积分:1
-
vind2sub--by-Chris
vind2sub by Chris
MATLAB s ind2sub function implemented to return a variable length vector (vector, matrix, utility)
- 2014-02-06 16:22:27下载
- 积分:1
-
PSO
说明: 粒子群算法寻优,在限定条件下实现对群体变量的选择优化,以达到目标的最优值。(Particle swarm optimization)
- 2020-09-12 14:08:59下载
- 积分:1
-
levelsetcode
用matlab编的基于水平集的图像分割.m文件(Matlab code using level set based image segmentation. M file)
- 2010-05-18 21:21:51下载
- 积分:1