-
surfcv
Code for plotting bessel functions
- 2013-10-29 14:15:39下载
- 积分: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
-
lssvm
lssvm All plotting is done with this simple command. It looks for the best way of displaying the result
- 2017-07-06 11:19:56下载
- 积分:1
-
mathmodel
数学问题:实用下料中下料方式,余料,matlab编程(Mathematical problems: A practical way of cutting material, more than expected, matlab programming)
- 2007-10-19 17:18:27下载
- 积分:1
-
ellipticfilterdesign
椭圆滤波器的设计与计算,能根据设计者的要求计算出滤波器的阶数(Elliptic filter design and calculation, according to the requirements of the designer to calculate the order of filter)
- 2009-12-08 22:29:55下载
- 积分:1
-
SimulinkBasedSimulationofDigitalFilter
介绍数字滤波器的定义、分类及实现方法。讨论IIR滤波器、FIR滤波器的设计方法以及如何运用MATLAB中的DSP Blockset工具箱设计数字滤波器。(Introduce digital filter definition, classification and realization method. Discussion of IIR filters, FIR filter design methods and how to use MATLAB in the DSP Blockset toolbox design digital filters.)
- 2009-12-15 13:21:06下载
- 积分:1
-
Matlab_Secret
很好的一本Matlab电子书——Matlab揭秘 (Matlab_Secret)
- 2010-12-18 10:14:21下载
- 积分:1
-
random-valued-impulse-noise
MATLAB® is a high-level technical computing language and interactive environment for algorithm development, data visualization, data analysis, and numeric computation. Using the MATLAB product, you can solve technical computing problems faster than with traditional programming languages, such as C, C++, and Fortran.You can use MATLAB in a wide range of applications, including signal and image processing, communications, control design, test and measurement, financial modeling and analysis, and computational biology. Add-on toolboxes (collections of special-purpose MATLAB functions, available separately) extend the MATLAB environment to solve particular classes of problems in these application areas.MATLAB provides a number of features for documenting and sharing your work. You can integrate your MATLAB code with other languages and applications, and distribute your MATLAB algorithms and applications.
- 2011-08-14 19:11:46下载
- 积分:1
-
gaborfilter_function
Matlab source code of garborfilter
- 2011-12-21 10:02:23下载
- 积分:1
-
MUSIC
说明: 用MUSIC方法实现谱估计的程序,可以用于频谱分析,(Spectrum estimation using MUSIC method implementation procedures can be used for spectrum analysis,)
- 2011-02-28 19:16:00下载
- 积分:1