-
acoustic_envelop_algorithm
Matlab 求声音信号的包络的源代码 使用方法见说明(Matlab for the sound signal envelope of the source code)
- 2009-04-26 11:35:43下载
- 积分:1
-
fuzzycontrol
说明: 这个程序是我自己编写的小车倒立摆经典PID控制和模糊控制matlab程序,相信对初学模糊控制的朋友有不小的帮助,包含传统PID控制和模糊控制的对比,是一份内容详细的完整报告(This program is written in my own car classic inverted pendulum PID control and fuzzy control matlab program, I believe beginner friends of fuzzy control no small help, with the traditional PID control and fuzzy control of contrast, is a complete and detailed report of)
- 2021-03-25 15:39:14下载
- 积分:1
-
LMSMATLAB
LMS算法的自适应均衡器的MATLAB实现(LMS algorithm in MATLAB to achieve adaptive equalizer)
- 2010-05-19 09:13:10下载
- 积分:1
-
Bessel
Bessel低通滤波器特性幅频及相频特性分析及其阶跃响应和方波响应(Bessel low-pass filter characteristics of amplitude and phase frequency characteristics of frequency and step response and the square wave response)
- 2010-05-22 08:59:57下载
- 积分:1
-
Untitled
FFH中传统门限的比较获取,SNR的不同,BER不同,从中最佳(FFH traditional door limit access to the SNR different BER, from which the best)
- 2012-08-21 15:55:44下载
- 积分:1
-
bcc
单目标细菌群体趋药性算法,自己编写,可运行(
Specific examples of DBCC algorithm)
- 2020-08-23 14:28:17下载
- 积分:1
-
FTandLB
用matlab实现knn时的ft计算过程(Calculated using ft matlab realization process when knn)
- 2014-11-24 11:33:21下载
- 积分:1
-
Matlab_Program_for_CIE
MATLAB 关于cie的一些程序,对于初学者来说有点用(MATLAB on cie number of procedures, some use for beginners)
- 2013-11-12 17:04:38下载
- 积分:1
-
PSOA_
利用粒子群算法, 求一个二维函数的最大值。(The use of particle swarm algorithm, the maximum value for a two-dimensional function.
)
- 2013-11-10 15:12:28下载
- 积分: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