-
guihua
一个matlab经典算法程序,用于处理规划问题,是比较好的。(A classical algorithm matlab program for treatment planning is relatively good.)
- 2008-05-28 12:45:41下载
- 积分:1
-
FastMarching_version3b
This function Skeleton will calculate an accurate skeleton (centerlines) of an object represented by an binary image / volume using the fastmarching distance transform.
- 2014-10-08 01:25:55下载
- 积分:1
-
specanal
说明: 基于matlab的通信系统仿真系列。A simulated oscilloscope and a simulated spectrum analyzer。供刚接触到matlab通信系统仿真的朋友使用。(Matlab-based communications system simulation series. A simulated oscilloscope and a simulated spect rum analyzer. Matlab for the counting of the communications system simulation using friends.)
- 2006-04-17 10:14:43下载
- 积分:1
-
Matlab
自学MATLAB的60个小程序。容易上手(60 small self-study program MATLAB. Easy to use)
- 2011-05-13 12:22:51下载
- 积分:1
-
random-experient
在给定条件下对低通滤波器和高通滤波器的matlab仿真,通过有和没有噪声情况下的对比,观察波形(Under the given conditions the low-pass filter and high pass filter matlab simulation, with and without noise by comparison of the case, observe the waveform)
- 2011-10-26 10:05:17下载
- 积分:1
-
obscurance
Obscurance Invariance in Template Matching
- 2013-11-20 22:04:13下载
- 积分:1
-
FFTfractsplinefilters
Computation of the frequency response of the low- and high-pass
filters that generate the orthonormal or semi-orthonormal (B-spline
or dual) fractional splines of degree alpha, and of type + (causal),
- (anticausal) or * (symmetric).(fract spline filters)
- 2009-05-10 18:48:02下载
- 积分:1
-
GAaPSO
MATLAB环境下,有关遗传算法以及粒子群算法的程序(the program of GA and PSO in matlab)
- 2014-12-05 13:44:26下载
- 积分:1
-
3rd-harmonic
在进行谐波抑制过程中,往往用指定次谐波算法来完成,该代码为3次谐波算法。(In process of harmonic suppression, often with a specified harmonic algorithm to complete, the code for three times harmonic algorithm.
)
- 2014-12-14 20:08:25下载
- 积分:1
-
script2_music_circulaire.m.tar
fs = 8000 t = (0:1/fs:1).
x1 = cos(2*pi*t*300) x2 = cos(2*pi*t*400)
ha = phased.ULA( NumElements ,10, ElementSpacing ,1)
ha.Element.FrequencyRange = [100e6 300e6]
fc = 150e6
x = collectPlaneWave(ha,[x1 x2],[10 20 45 60] ,fc)
rng default
noise = 0.1/sqrt(2)*(randn(size(x))+1i*randn(size(x)))
hdoa = phased.ESPRITEstimator( SensorArray ,ha,...
OperatingFrequency ,fc)
doas = step(hdoa,x+noise)
az = broadside2az(sort(doas),[20 60])
- 2014-01-11 00:13:46下载
- 积分:1