-
address_sin
正弦值查找表是用matlab代码写的,根据量化地址来查找实际地址的正弦值(Sine value lookup table is written in matlab code, according to quantify the address to find the actual address of the sine value)
- 2008-12-30 17:13:31下载
- 积分:1
-
Firdesi
最优FIR滤波器设计方法课件,大家过来分享!!(Optimal FIR Filter Design Methods courseware, we come to share! !)
- 2010-01-01 20:26:49下载
- 积分:1
-
lpg
说明: 长周期光纤光栅 传输矩阵程序段matlab代码(Long period fiber grating transfer matrix program segment matlab code)
- 2010-04-10 09:40:47下载
- 积分:1
-
bisection
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.
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) STOP.
- 2011-11-23 09:46:51下载
- 积分:1
-
Fitting-and-interpolation
此文档介绍了Matlab软件的更重要的另外一种算法--插值与拟合。(This document describes the Matlab software more importantly, another algorithm- interpolation and fitting.)
- 2013-05-14 23:45:56下载
- 积分:1
-
sigxpand
将输入d进行扩张,方法是在d的每个数据中插入M-1个零值。
如输入d=[1,2,3,4] M=3
输出out=[1 0 0 2 0 0 3 0 0 4 0 0](To expand the input d, the method is to insert each data d, M-1 zero value. If the input d = [1,2,3,4] M = 3 output out = [1 0 0 2 0 0 3 0 0 4 0 0])
- 2010-11-14 11:18:01下载
- 积分:1
-
fengshanchukoucanshu
可以计算出航空发动机的风扇及其相关部件的相关参数(Can be calculated fan of aircraft engines, the relevant parameters and associated components)
- 2013-09-22 23:05:31下载
- 积分:1
-
stateestimation_with_kalmanfilter
state estimation for navigation system
- 2015-03-12 21:31:00下载
- 积分:1
-
morphology
形态学实现代码,腐蚀,膨胀,开运算,闭运算等(Morphological implementation code, erosion, dilation, opening operation and closing operation, etc.)
- 2016-04-11 18:33:33下载
- 积分:1
-
FuzzyPID
利用matlab程序,进行模糊PID设计(Using matlab procedures designed fuzzy PID)
- 2007-12-15 23:40:55下载
- 积分:1