-
lms
自适应算法滤波器--lms,以《现代信号处理》(张贤达)书上所讲过程所写(Adaptive algorithm filters- lms, to the "Modern Signal Processing" (Zhang XD) book written by the process of speaking)
- 2013-12-15 14:08:34下载
- 积分:1
-
12
说明: a common use of fourier transforms is to find the frequency components
- 2012-11-23 02:39: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
-
coarsening
说明: 自适应算法中解的精确性及改善性研究,紧接上篇上载内容(Refine)
- 2010-04-14 10:31:43下载
- 积分:1
-
bpsk
说明: bpsk程序 用matlab实现的 很有实用价值 是初学者的福音(bpsk program implemented by matlab is a very practical value of the gospel for beginners)
- 2011-03-30 12:43:23下载
- 积分:1
-
cobarecogfucincai
Optical Character Recognition for the first algorithm to process it in NN area
- 2013-01-10 02:14:35下载
- 积分:1
-
Subcarrier-allocation-algorithm
多用户多速率OFDM中的子载波分配和功率控制参考文献(Subcarrier allocation and power control in multi-user multi-rate OFDM)
- 2012-04-30 00:09:29下载
- 积分:1
-
kde2d
二维正态分布的检验函数,如果需要进行二维正态分布的检验,在你的程序运行前运行此程序,就可直接调用函数功能。(Dimensional normal distribution test function, if you need a two-dimensional normal distribution test, run your program before you run this program, you can directly call the function function.)
- 2020-12-28 15:49:01下载
- 积分:1
-
ond_six_pas
It is an inverter six steps (indirect) (three phase)
- 2013-11-17 05:49:07下载
- 积分:1
-
shipinfenxi
跳频通信的时频分析,稳定性分析及图片显示,跳频序列码的仿真(hop frequence STFT)
- 2013-10-28 10:29:55下载
- 积分:1