-
heed
在matlab下的对无线传感器网络中heed算法仿真,相当经典! (Matlab under in wireless sensor networks heed algorithm simulation, very classic!)
- 2009-01-10 19:44:50下载
- 积分:1
-
unsample
说明: 图像区域非均匀采样matlab程序
可以实现类人眼的图像不同采样率演示(Image regional non-uniform sampling procedures can be achieved Matlab category eye images demonstrate different sampling rates)
- 2005-09-03 11:08:44下载
- 积分: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
-
gauss1
数值分析---计算实习题第五章:高斯求积公式(Numerical analysis--- calculation practice problems Chapter: Gaussian quadrature)
- 2011-11-30 19:54:43下载
- 积分:1
-
Simulink
Simulink元件库的介绍,PPT形式,简单清晰明了.(The introduction of Simulink component library, PPT form is simple and clear.)
- 2013-04-27 20:28:26下载
- 积分:1
-
recognize
this matlab program recognises the given telugu character and gives the corrsponding iscii code
- 2010-08-18 15:31:06下载
- 积分:1
-
M@-code
program which includes the edge detection and is done inmatlab...helpful in finding edges in medical imges
- 2011-06-28 01:39:19下载
- 积分:1
-
matlab-modeling-algorithm(2)
本资料包含了系统的matlab建模用算法(This pack contains the system matlab modeling algorithm used)
- 2013-08-03 19:45:05下载
- 积分:1
-
mvdr
MVDR算法基于matlab的实现,经过测试可以运行(The realization of MVDR algorithm based on matlab)
- 2020-12-24 17:09:05下载
- 积分:1
-
MATLABSOPHOMORE
MATLAB Tutorial for sophomore students. Very useful for beginners.
- 2012-01-09 02:30:03下载
- 积分:1