-
APF_zhao
有源电力滤波器(APF:Active power filter)是一种用于动态抑制谐波、补偿无功的新型电力电子装置(Active power filter (APF, the Active power filter) is a kind of used for dynamic suppress harmonic and compensate reactive power of the new power electronic devices)
- 2018-04-27 16:16:39下载
- 积分: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
-
bsif_code_and_data
filter bank for face recognition
- 2013-12-14 22:08:55下载
- 积分:1
-
chuaattrators
蔡氏混沌电路程序混沌吸引子波形图相平面图的MATLAB源程序(Chua' s chaotic circuit chaotic attractor programs relative to plan the waveform diagram of the MATLAB source code)
- 2010-02-09 09:43:11下载
- 积分:1
-
DSP
基于Matlab,针对不同采样点数做的频谱分析对比(Based on Matlab, spectrum analysis and comparison of different sampling points)
- 2012-12-30 02:20:07下载
- 积分:1
-
two-dimensional-silulation
这是一个关于二维的FDTD的源代码,主要模仿电磁波传播的传播,对于做天线,雷达的朋友有帮助(This is one of the two dimensional FDTD source code, mainly to imitate the propagation of electromagnetic wave propagation, for antenna, radar has to help a friend)
- 2012-04-23 22:37:55下载
- 积分:1
-
sobelfilter
this is the source of sobel filter
- 2009-09-08 08:29:25下载
- 积分:1
-
cartoon
CARTOON Image abstraction using bilateral filtering.
This function uses the bilateral filter to abstract
an image following the method outlined in:
Holger Winnemoller, Sven C. Olsen, and Bruce Gooch.
Real-Time Video Abstraction. In Proceedings of ACM
SIGGRAPH, 2006.
- 2014-01-28 16:39:55下载
- 积分:1
-
periodogram
平均周期图法 重叠和不重叠分段 功率谱估计(Average periodogram overlapping and non-overlapping sub-power spectrum estimation)
- 2007-11-29 00:16:31下载
- 积分:1
-
mdls
Matlab: simulink mdl files for some basic queues.
- 2009-05-28 03:46:41下载
- 积分:1