-
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
-
matlab-pv-model
基于MATLAB的光伏电池通用数学模型.pdf(matlab simulink pv battery)
- 2012-04-18 02:44:43下载
- 积分:1
-
my_test
该源代码是粗糙集属性约简,适用环境为matlab,属于常规属性约简(The source code is rough set attribute reduction, for the environment for matlab, part of the regular attribute reduction)
- 2013-11-04 10:28:38下载
- 积分:1
-
IIR
一个简单的IIR滤波器实现编程,已经过调试,完全正确可用(A simple IIR filter programming, has been debugging, can be used entirely correct)
- 2009-01-08 15:19:55下载
- 积分:1
-
GMM_test1
This file is for GMM TEST
- 2010-08-06 17:02:38下载
- 积分:1
-
RLS
使用MATLAB编写的rls滤波器程序代码!(Prepared using the MATLAB code filter rls!)
- 2008-07-21 21:00:33下载
- 积分:1
-
Higham
Matlab codes for the book: Higham Higham 2005 Matlab Guide 2ed
- 2013-09-20 20:58:03下载
- 积分:1
-
MPPT--MATLAB
扰动观察法实现MPPT的程序,可以加深对MPPT的理解(Achieve MPPT perturbation observation program, you can deepen the understanding of MPPT)
- 2015-02-14 16:39:58下载
- 积分:1
-
matlab_simulations_of_mimo_for_cdma
matlab simulations of mimo for cdma
- 2009-10-14 00:57:28下载
- 积分:1
-
FBG
FBG反射谱,要用的人会非常需要,需要的人可以看看,很不错的(FBG id1=fopen( lambdaCMT.txt , wt )
fid2=fopen( rhoCMT.txt , wt )
f1=inline( -i.*delta.*y1-k.*y2 , t , lambda , wk , delta , k , y1 , y2 )
f2=inline( -k.*y1+i.*delta.*y2 , t , lambda , wk , delta , k , y1 , y2 )
lambda=1547
while lambda<1552
t0=-501426
h=2.0057e+003
n=500
y1=1
y2=0
)
- 2010-09-09 18:17:07下载
- 积分:1