-
command-matlab
matlab 命令大全,做数值分析比较好用,查找方便(commands of matlab )
- 2009-07-01 20:38:17下载
- 积分: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
-
111
求积分的matlab源程序,该程序的执行效率比较高,并且简单。(Quadrature matlab source, the efficiency of the program is relatively high, and simple.)
- 2013-12-11 18:05:21下载
- 积分:1
-
yizhongxongdezhededed
这是一位博士写的一种新的正弦信号频率估计方法,很有参考意义。(This is a Ph.D. to write a new method of sinusoidal frequency estimation, lot of reference value.)
- 2010-08-21 23:48:44下载
- 积分:1
-
ecgpdf
精确心电信号ECG的信号处理,生物医学工程的学习材料(ECG accurate ECG signal processing, and biomedical engineering learning materials)
- 2013-12-14 15:13:50下载
- 积分:1
-
LED
Press the revolving door control interface output, a very simple program for beginners to see the program with
- 2015-04-05 20:27:49下载
- 积分:1
-
pss-sss
说明: LTE协议中的主同步和辅同步信号的产生程序,matlab实现,可用,供参考(In LTE protocol, the main synchronous signal and the auxiliary synchronous signal are generated by MATLAB, which is available for reference)
- 2021-01-23 13:28:40下载
- 积分:1
-
fastdetector
说明: harris 角点检测 MATLAB 代码(Harris corner detection MATLAB code)
- 2010-05-05 10:05:25下载
- 积分:1
-
baizaos
这是一个用MATLAB编程得到的白噪声程序,主要的作用就是用于学习(White noise generator program, complete procedures for system identification or signal processing)
- 2013-03-28 13:18:01下载
- 积分:1
-
senglou
IDW距离反比加权方法,意信号卷积的运算,并且绘制图象,包含CV、CA、Single、当前、恒转弯速率、转弯模型。( IDW inverse distance weighting method, Convolution operation is intended to signal and image rendering, It contains CV, CA, Single, current, constant turn rate, turning model.)
- 2016-11-25 14:20:38下载
- 积分:1