-
Pseudo-Stereo-Mixture
Pseudo-Stereo Mixture
- 2014-02-20 08:11:42下载
- 积分:1
-
compAlgrothim
自适应滤波算法,变步长nlms算法、wena滤波算法(Adaptive filtering algorithm, variable step-size nlms algorithm, wena filtering algorithm)
- 2008-12-21 19:06:50下载
- 积分: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
-
motordrag
电动机拖动simulink模型,调节pi控制器的参数模拟控制效果,另附程序运行结果图(Drag motor simulink model, adjusting the parameters pi controller analog control results, an additional program to run the results of Figure)
- 2007-09-09 14:12:35下载
- 积分:1
-
freqchar
find frequence charachteristics of audiofile
- 2015-12-12 23:46:40下载
- 积分:1
-
sanxiangyouyuanlvboqi
三相有源滤波器建模,可以实现更好的滤波效果(Modeling of three phase active filter)
- 2020-10-26 22:40:01下载
- 积分:1
-
随书仿真模型
说明: 现代永磁同步电机控制原理及MATLAB仿真__袁雷编著pdf以及随书仿真模型(Control principle of modern permanent magnet synchronous motor and MATLAB simulation)
- 2020-12-22 16:19:07下载
- 积分:1
-
DelMidBand
实现去中间频带法实现宽间隔跳频处理,该程序为一个是实现函数(To the middle of Act to achieve the realization of wide band frequency hopping interval processing, the program is to achieve as a function)
- 2008-01-19 14:53:23下载
- 积分:1
-
histo_Y_100000
enjoy matlab histogram ploting
- 2009-04-01 11:20:51下载
- 积分:1
-
matlab_GUI_8
matlab gui的进度条设计,以及怎样来美观界面的实例!这是视频教程。(matlab gui design of the progress bar, as well as how to interface, examples of beautiful! This is a video tutorial.)
- 2009-06-14 17:03:51下载
- 积分:1