-
matlab_fir
matlab设计各种滤波器的例子程序,包括带通、带阻、低通、高通,设计需要提供的参数均有注释说明(Design examples of various filters matlab procedures, including band pass, band stop, low pass, high pass, provided the design parameters are needed explanatory notes)
- 2014-02-05 20:01:31下载
- 积分:1
-
LM
说明: 列文伯格—马奎特算法的matlab实现程序(The Matlab program of the Levenberg-Marquardt algorithm)
- 2013-09-04 11:04:41下载
- 积分:1
-
lsqr-matlab
matlab实现lsqr算法的源码,有强烈的参考价值,可用于地球物理反演。(matlab realize lsqr algorithm source code, there is a strong reference value, can be used for geophysical inversion.)
- 2021-04-17 19:18:52下载
- 积分:1
-
OFDMWork20131105
OFDM 系统搭建 仅供学习交流 加入了高斯信道的影响 (OFDM Fiber communication System structure)
- 2013-11-20 21:22:32下载
- 积分: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
-
MEAN-AND-VARIANCE-NORMALIZATION
MEAN AND VARIANCE NORMALIZATION
- 2012-02-14 06:12:14下载
- 积分:1
-
pendul
三阶倒立摆的鲁棒控制算法,包含了H infinity control 和mu analysis 算法,并进行了比较,很好的程序,值得分享。(Robust order inverted pendulum control algorithm, including the H infinity control and mu analysis algorithm, and compared, a very good program, worth sharing.)
- 2010-09-11 16:26:28下载
- 积分:1
-
SolveOMP
说明: 正交匹配追踪,对MP的改进,实现信号的稀疏分解(Orthogonal matching pursuit, the improvement on the MP and the signal is sparse decomposition)
- 2010-04-02 16:47:37下载
- 积分:1
-
Integer-programming--matlab-code
整数规划的matlab代码,常用的优化工具!(Integer programming matlab code, commonly used optimization tools!)
- 2013-09-25 00:09:25下载
- 积分:1
-
ANN
神经网络代码,用于区分种类,里面有详细例子(Neural network code)
- 2014-12-01 15:40:50下载
- 积分:1