-
enegydetectpf
bpsk能量检测程序 以SNR为变量 PF值固定 输出结果(energy detection bpsk)
- 2016-07-03 18:39: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
-
myclock
displays the analog clock in matlab figure
- 2011-11-18 17:12:26下载
- 积分:1
-
xiaobobaofenjie
小波包分解并能提取特征频段能量的完整的matlab程序(The wavelet packet decomposes and can extract the full matlab program of feature frequency energy)
- 2020-07-09 14:28:55下载
- 积分:1
-
svm
SVM algorithm in matlab.
- 2021-03-17 08:59:21下载
- 积分:1
-
OFDM_sync
说明: 基于共轭对称结构训练符号的OFDM同步算法性能分析(Conjugate symmetry based training symbol synchronization algorithm for OFDM Performance Analysis)
- 2010-04-05 11:06:58下载
- 积分:1
-
LMS
这个程序是本人在网上下了,运行没有问题,只是要用的话,还需要自己修改一下。(This program is my down-line, run no problem, just use it, also need to make changes to it.)
- 2011-05-06 14:34:56下载
- 积分:1
-
zengqiangfenge
Matlab tuxiangzengqiang
- 2010-05-22 10:54:54下载
- 积分:1
-
3
说明: 《Matlab与C++》这本书的第3章,包含matlab程序和C++程序(" Matlab and C++" Chapter 3 of this book, including the matlab program and C++ program)
- 2011-08-24 10:21:10下载
- 积分:1
-
Buck_Simulink
BUCK电路数字电流型控制包括PID输出电压3v,电流1A(BUCK digital current-mode control circuit including PID,Output voltage 3v, current 1A)
- 2020-07-04 14:00:02下载
- 积分:1