-
shuzichulixinhao
这是关于数字处理信号的MATLAB源代码,含有一些在数字信号处理中基本操作的源代码,希望对大家有所帮助。(This is on the digital processing of signals in MATLAB source code, contains a number of digital signal processing in the basic operation of the source code, I hope to help all of you.)
- 2009-05-23 21:24:47下载
- 积分:1
-
gnosis
说明: 小波降噪与BSS在航空发动机故障诊断中的应用(Wavelet noise reduction and BSS in Aircraft Engine Fault Diagnosis)
- 2011-03-29 18:36:37下载
- 积分:1
-
CVaR-optimization
计算CVaR值并在CVaR最小化的前提下求解资产组合的权重问题(CVaR optimal)
- 2021-01-06 01:08:53下载
- 积分:1
-
bp
说明: 基于MATLAB完成的神经网络源程序,因为此类程序较多,我也分不清是否与现有资源相同(MATLAB based on the completion of the neural network source code, because such procedures more, I also distinguish whether or not the same as with the existing resources)
- 2007-10-19 14:03:42下载
- 积分:1
-
2LEDbars
light emiitting diod
- 2012-04-24 16:39:12下载
- 积分:1
-
IntroductiontoSignalProcessing
Introduction to Signal Processing 书的源代码,里面有非常多的数字信号处理算法,很多都是工程使用的,理论上也很有参考价值.是用matlab和C语言写的。(Book Introduction to Signal Processing of the source code, there are an awful lot of digital signal processing algorithms, many of which are used in the project, in theory, is also useful reference value.)
- 2009-06-28 11:17:55下载
- 积分:1
-
music_circle
均匀圆阵仿真:m=8 阵元数 azimuth=[-55 0 40] 方位角 p=length(azimuth) 信号源个数 snap=1000 最大快拍数 drl=0.5 圆阵半径与波长之比 snr=15 信噪比dB 流程:1、构造信号2、构造噪声阵列流型矩阵3、观测信号4、观测信号协方差矩阵5、求解特征值与特征向量6、显示图谱。(The uniform circular array simulation: m = 8 element azimuth = [-55 0 40] azimuth p = length (azimuth) number of source snap = 1000 maximum number of snapshots drl = 0.5 ratio of the radius of the circular array wavelength snr = 15 SNR dB process: 1, constructed signal structure noise array manifold matrix 3, the observed signals observed signals covariance matrix 5 eigenvalue and eigenvector 6, display the map.)
- 2013-04-15 22:48:58下载
- 积分:1
-
Newton-Raphson-Algorithm
常用牛顿拉夫逊潮流计算程序是用matlab编写的,本程序是用C语言编写,含有中文详细说明和源代码,可以直接粘贴使用。(Common Newton Raphson power flow calculation program is prepared using matlab, this program is written in C language, containing Chinese detailed description and source code can be pasted directly use.)
- 2014-02-19 20:33:10下载
- 积分:1
-
jacobian
function to define the jacobian
- 2012-03-30 03:04:22下载
- 积分:1
-
bisection_new
Step 1: Set i=1
FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2
FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then
OUTPUT(p)
STOP.
prepared by Razana Alwee
24
Algorithm
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p
FA=FP
else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,
No=’, No)
- 2011-11-23 09:49:57下载
- 积分:1