-
quxiannihe
拟合函数为 g(x)=0.52253+7.90342*x-7.129385*sin(x)(Fitting function for g (x) = 0.52253+7.90342* x-7.129385* sin (x))
- 2009-03-17 10:29:28下载
- 积分:1
-
bvp5c2
这是一个对解偏微分方程进行求解的matlab程序(BVP5C Solve boundary value problems for ODEs by collocation.)
- 2012-04-14 17:49:47下载
- 积分:1
-
test_msk
ber of minimum shift keying
- 2010-06-24 17:19:03下载
- 积分:1
-
tiaofujietiao
加入噪声的调幅的matlab工程图,运行在matlab软件上(The noise AM matlab drawing, running in the MATLAB software)
- 2013-04-29 23:56:02下载
- 积分:1
-
tun_nh65
线性调频脉冲压缩的Matlab程序,包括广义互相关函数GCC时延估计,计算时间和二维直方图。( LFM pulse compression of the Matlab program, Including the generalized cross-correlation function GCC time delay estimation, Computing time and two-dimensional histogram.)
- 2017-03-25 12:08:50下载
- 积分:1
-
ejeu4w5i5e
双目资料,很好的学习资料,帮助很大,谢谢大家(Binocular information, good learning materials, helpful, thank you)
- 2010-03-09 14:09:48下载
- 积分:1
-
libsvm-3.1
LibSVM code in Matlab
- 2011-06-01 22:50:35下载
- 积分:1
-
C2sanciyangtiaochazhi
C2三次样条插值.
MATLAB源程序(C2 cubic spline interpolation. MATLAB source code)
- 2008-07-02 13:01:15下载
- 积分:1
-
choicephase
故障突变量计算
12point滤序,需改为根据N自动确定滤序公式
设置故障突变量单相定值
设置故障突变量相间定值
设置故障突变量负序零序电流定值( Fault calculation 12point mutations order filter is required to determine the filter order based on the formula N automatically set the amount of single-phase fault mutation set fault value value mutation set the amount of white mutant the amount of negative sequence fault zero sequence current value)
- 2011-01-26 19:50:57下载
- 积分:1
-
tp7-Tp-Filtros
Matlab Filter Implementation
In this section, we will implement (in matlab) the simplest lowpass filter
$displaystyle y(n) = x(n) + x(n-1), n=1,2,ldots,N $
(from Eq.$ ,$(1.1)). For the simplest lowpass filter, we had two program listings:
Fig.1.3 listed simplp for filtering one block of data, and
Fig.1.4 listed a main program for testing simplp.
In matlab, there is a built-in function called filter3.3 which will implement simplp as a special case. The syntax is
y = filter (B, A, x)
where
x is the input signal (a vector of any length),
y is the output signal (returned equal in length to x),
A is a vector of filter feedback coefficients, and
B is a vector of filter feedforward coefficients.
The filter function performs the following iteration over the elements of x to implement any causal, finite-order, linear, time-invariant digital filter:3.4
- 2012-06-05 21:52:24下载
- 积分:1