-
风电场电力系统仿真matlabsave
基于matlab环境下的风电场电力系统仿真,包括DFIG和组合风速模型(DFIG and the combination of wind speed model-based wind farm power system simulation in Matlab environment, including)
- 2021-03-22 15:09:16下载
- 积分:1
-
topopt_88linescode
paper on topology optimization
- 2011-10-27 11:58:53下载
- 积分:1
-
DSP_pithshifter.m
這是一個讓原始音訊可以再不改變音訊長度下,改變pitch的程式,因為如果音訊用resample,雖然可改變其音訊頻率音高,但是卻會有拉長音訊的副作用,因此設計了一個可以改善其缺點的小方法(實做paper )(This is an original audio so that you can no longer change the audio down the length of the program to change the pitch because if the audio with resample, although it can change the pitch of the audio frequency, but the audio will be stretched side effects, and thus can improve the design of a small way shortcomings (real do paper))
- 2014-01-07 23:05:03下载
- 积分:1
-
S
说明: S 函数使用及应用举例,对涉及到simulink里s函数的应用有详细的解释(The use and application of S function, for example, relating to the simulink function in the application of s has a detailed explanation)
- 2008-07-24 12:18:47下载
- 积分:1
-
funWatershedGradient
watershed gradient image processing
- 2011-05-03 21:25:00下载
- 积分:1
-
pro
基于综合渐变滤波器的目标识别分类,通过设计训练了综合滤波器来实现(Gradient filter is based on an integrated classification of target identification, through a comprehensive filter design training to achieve)
- 2011-05-09 09:17:48下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
a982cfb5a2d9
小波阈值去噪的各种方法研究,包括软硬阈值函数去噪,新的阈值函数去噪(Wavelet thresholding study various methods, including hard and soft threshold function de-noising, the new threshold function de-noising)
- 2014-03-06 10:59:50下载
- 积分:1
-
1
说明: 利用Matlab和SPSS软件实现聚类分析.运用Matlab中的一些基本矩阵计算方法,通过自己编程实现聚类算法(Matlab and SPSS software using cluster analysis. The use of Matlab, some of the fundamental matrix method, clustering algorithms, through their own programming)
- 2010-09-26 13:28:49下载
- 积分:1
-
doolittle
1.n个节点分段Lagrange插值多项式;
2.使用格式y=lagrange(x0,y0,x,k);
3.输入项x0为n维插值节点向量,y0为n维被插函数值向量;
4.x为m维插值点向量,k为分段插值多项式次数,不超过3,缺省为k=1;
5.输出y为插值点x处的函数值;( 1.n a sub-node Lagrange interpolation polynomial 2. The use of the format y = lagrange (x0, y0, x, k) 3. Input x0 of interpolation nodes for the n-dimensional vector, y0 for n-dimensional vector function to be inserted 4.x interpolation points for the m-dimensional vector, k is the number of sub-polynomial interpolation, not more than 3, the default for k = 1 5. output y for the interpolation points x Department of function )
- 2009-06-23 15:58:19下载
- 积分:1