-
matlab65
Learning Matlab 2010
- 2010-12-26 01:59:59下载
- 积分:1
-
课程作业时的虚拟阵元进行DOA估计程序
这是第二能量熵的matlab代码,PLS部分最小二乘工具箱,BP神经网络的整个训练过程,模拟数据分析处理的过程,光纤陀螺输出误差的allan方差分析,Pisarenko谐波分解算法。
- 2022-03-18 01:00:25下载
- 积分:1
-
filter12
介绍滤波器的性能 帮助我们更好理解滤波器的各种性能 能够更好的设计(Introduction filter performance help us better understand the filter performance can better design)
- 2009-03-06 21:03:50下载
- 积分:1
-
jacobi_quadrature
jacobi quadrature, to resolve linear system with jacobi.
- 2009-03-26 07:21:31下载
- 积分:1
-
wavelet
matlab 实现的小波变换 希望对大家有用(wavelet transform)
- 2009-05-15 15:36:50下载
- 积分:1
-
get_distanceA
计算地球上的椭球面的距离,输入两点的经纬度(Calculated on the earth ellipsoid distances, enter the latitude and longitude points)
- 2014-08-12 12:36:23下载
- 积分:1
-
111111111111
利用matlab实现数据模糊查询的功能,实现了在不精确数据中验证数据属于那个集合(Matlab fuzzy query data using the function
)
- 2011-10-17 11:26:01下载
- 积分:1
-
JGJ
图中加入文本根据坐标和角度加入文本图中加入文本根据坐标和角度加入文本(add text)
- 2013-11-28 20:09:57下载
- 积分:1
-
SPSO
PSO算法程序,主要应用于电力系统中潮流计算的优化算法(PSO algorithm program. Mainly used in power system optimization algorithm flow calculation)
- 2015-03-11 15:42:23下载
- 积分: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