-
GUI_draw
在matlab编程环境下,实现一个跟windows自带近似的画图板程序。(In the matlab programming environment with windows built to achieve a similar drawing board procedures.)
- 2010-11-17 00:16:24下载
- 积分:1
-
load_ascii
matlab程序中,加载ASCII文件,输出一个数据矩阵。(matlab program, load the ASCII file, the output of a data matrix.)
- 2013-03-12 16:18:13下载
- 积分: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
-
matlab
matlab实现arima算法,这个代码里面有一个循环过程来选择合适的阶(arima algorithe)
- 2011-01-24 16:09:16下载
- 积分:1
-
rank-of-school
基于matlab,利用信息熵法排序。例子为对学校进行排序(Based on matlab, using information entropy ordering. Examples of the sort of school)
- 2016-11-16 10:53:16下载
- 积分:1
-
znkx
说明: 智能控制源程序,适合初学者使用,是用matlab语言编写(Intelligent Control of source code, suitable for beginners to use, is to use matlab language)
- 2008-10-07 18:36:36下载
- 积分:1
-
An-Algorithm-for-Target-Range-
高频地波雷达距离多普勒和方位联合估计算法(An Algorithm for Target Range, Azimuth Angle and Doppler Frequency)
- 2015-12-11 21:19:27下载
- 积分:1
-
RFMethod1
RF法(JC法)计算工程结构可靠度的简单算例
包含1.例题文件,2.RF法计算,3.Matab自带函数抽样,4.自编函数抽样(RF Method and Monte Carlo Method for Solving Reliability Index of Structures)
- 2012-08-03 18:56:35下载
- 积分:1
-
ALS_SI_Brochure
big great world if at on in upon secondary selection under table. For the time now till down
- 2015-03-24 03:03:50下载
- 积分:1
-
DigitalImageProcessing-4
经典书籍-数字图像处理-冈萨雷斯-4。解决各位敲代码的烦恼!These MATLAB functions were created for the book Digital Image
Processing Using MATLAB (DIPUM), by R.C. Gonzalez, R.E. Woods, and
S.L. Eddins, Prentice Ha(Classic books- digital image processing- Gonzalez-4. To resolve the trouble code you knock! These MATLAB functions were created for the book Digital ImageProcessing Using MATLAB (DIPUM), by RC Gonzalez, RE Woods, andS.L. Eddins, Prentice Ha)
- 2007-07-16 11:46:52下载
- 积分:1