-
m10_2
说明: matlab系统仿真实例教程,ch10\m10_2.rar(examples of system simulation matlab tutorial, ch10 \ m10_1.rar)
- 2010-03-23 21:28:28下载
- 积分:1
-
processing-frequency-signals-
matlab频域信号处理算例,包括带通滤波、高通滤波、低通滤波(signals processing in frequency domain ,including Low pass filter
,high pass filter,Band pass filter)
- 2012-04-05 13:48:29下载
- 积分:1
-
shudu
求解数独的小程序
其中采用了图形界面,对初学者可以参考图形界面的编写方法。
求解数独算法比较简单,但是其中注释很少
(A small program to solve Sudoku
Which uses a graphical interface, a graphical interface for beginners can refer to the preparation method.
Sudoku solving algorithm is relatively simple, but very few comments which)
- 2011-12-12 17:31:01下载
- 积分:1
-
BluetoothVoice_matsim
The Bluetooth Voice model makes extensive use of frame based processing in Simulink, which can propagate large frames of samples at each execution step allowing for much faster simulation of digital systems.
- 2014-01-19 13:40:19下载
- 积分: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
-
code_4
matlab code for mdct
- 2013-01-30 16:31:27下载
- 积分:1
-
Baidu Apollo EM Motion Planner
说明: 自动驾驶决策仿真,一种自动驾驶路径规划的方法(auto driver matlab simulink)
- 2020-11-15 21:59:40下载
- 积分:1
-
armada
matlab 的数据挖掘工具包,图像界面,有效挖掘数据的关联关系(Matlab data mining tools package, graphical interface to effectively tap the data relationship
)
- 2012-04-10 14:11:27下载
- 积分:1
-
ch2
MATLAB高级讲义2(矩阵与向量的乘积,绘制单位圆,图形文字标示命令的使用,图形分割命令的使用等)(MATLAB Advanced Materials 2 (matrix and vector product, mapping the unit circle, graphics commands the use of the word mark, graphics, order the use of segmentation, etc.))
- 2008-08-17 17:35:53下载
- 积分:1
-
pso
是关于粒子群的一个优化MATLAB程序,直接可以生成M文件使用,稍作修改即可。(MATLAB program is the particle swarm optimization can directly generate the M-file using minor modifications.)
- 2013-03-26 11:06:47下载
- 积分:1