-
servo
servo system using matlab
- 2012-04-16 12:56:41下载
- 积分:1
-
Gaussian_Quadrature_double_integral
code for integrating a double integral problem numerically using the numerical Gauss-Quadrature technique
- 2012-08-26 20:02:12下载
- 积分:1
-
Raised-cosine-weighting-function
升cosine窗加权的波束方向图:N=11(Raised cosine weighting function)
- 2011-12-21 12:03:15下载
- 积分:1
-
ycsf
遗传算法的优化计算:建模自变量降维,减少运算时间。(Genetic algorithm for optimal computing: Modeling argument dimensionality reduction, to reduce computation time.)
- 2016-05-16 12:09:59下载
- 积分:1
-
low_pass
图像的低通滤波器,用MATLAB设计一个3×3模板标准差为0.5的高斯低通滤波。(Image low-pass filter MATLAB design, a standard template for 3 x 3 0.5 gaussian low-pass filter)
- 2010-06-09 15:31:34下载
- 积分:1
-
otsu
说明: 图像二值化经典算法最大类间方差法的matlab程序。(Algorithm for image binarization classic Otsu method matlab program.)
- 2011-03-25 11:02:28下载
- 积分:1
-
Matlab+Wireless+Communications
说明: Matlab环境下的各种无线系统的仿真例程(Matlab environment a variety of wireless systems simulation routines)
- 2008-11-11 18:14:46下载
- 积分:1
-
gabor
cgftezydnh,nvvnv nhfjglgjh uoygjgj juyiglkbj,m uyjg jjh
- 2013-01-29 18:41:04下载
- 积分: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
-
Exercise10 Sparse Coding
稀疏自编码,用于自动提取输入图像特征,作为分类器输入,MATLAB代码(Sparse self coding, which is used to automatically extract input image features, is used as classifier input, MATLAB code.)
- 2018-05-14 21:47:53下载
- 积分:1