-
basic
简单数字调制编程,方便初学者学习
简单数字调制编程,方便初学者学习(Simple digital modulation program, easy for beginners to learn simple programming of digital modulation, easy for beginners to learn)
- 2010-12-30 12:48:36下载
- 积分:1
-
BG-PSO
说明: 细菌觅食算法源代码,可以在MATLAB上运行,调试通过(Bacterial foraging algorithm source code)
- 2011-03-16 16:06:38下载
- 积分:1
-
QAM_16
TD-LTE PMCH matlab source code
- 2011-04-27 18:45:41下载
- 积分:1
-
laser-resonator
用fox-li数值迭代法模拟模拟激光谐振腔的振荡过程并计算最终的稳态分布(Using fox-li iterative numerical simulation simulate laser resonator oscillation process and calculate the final steady-state distribution)
- 2013-10-19 10:56:31下载
- 积分:1
-
ManifoldLearn.tar
流形学习的matlab集成代码,包括经典的LLE等算法(manifold learning for matlab)
- 2015-02-02 21:32:37下载
- 积分:1
-
shiyan59
本人提供的是利用MATLAB语言设计FIR滤波器的源代码(I provided is the use of MATLAB language design FIR filter source code)
- 2008-12-26 17:26:12下载
- 积分:1
-
PV_model_general
太阳能光伏阵列的Matlab/Simulink模型(Matlab/Simulink model for solar array)
- 2012-07-31 17:16:25下载
- 积分: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
-
test
this is matlab dat file whis contan infor
- 2010-11-24 02:05:39下载
- 积分:1
-
123
编写仿真程序画出(8,1)重复码系统在硬判决译码和软判决译码两种情况下的BER性能曲线(均采用最小距离译码)(Write simulation program, draw (8, 1) repeat code system in the hard decision decoding and soft decision decoding two cases of BER performance curve (both using minimum distance decoding))
- 2020-12-07 13:49:21下载
- 积分:1