-
8
说明: 用二分法和割线法求非线性方程在一区间的解,使误差不超过10E-4(With the dichotomy and the secant method for solving nonlinear equations in a range of solutions, so that error is less than 10E-4)
- 2010-08-26 21:17:17下载
- 积分:1
-
tiaopin
说明: 跳频通信仿真论文,大家看一下啊,好不容易找到的(Frequency-hopping communication simulation paper, we look at, ah, hard-won)
- 2010-04-21 09:33:20下载
- 积分:1
-
vad.m
voice activity detect
- 2012-03-23 12:39:02下载
- 积分:1
-
szjhq
基于MATLAB的数字均衡器
设计与实现
(MATLAB-based Design and Implementation of Digital Equalizer)
- 2009-10-19 12:33:12下载
- 积分:1
-
system
自动控制原理中应用仿真软件对系统的频率响应和稳定性的研究(The application of the principle of automatic control system simulation software, the frequency response and stability study)
- 2009-04-28 19:40:00下载
- 积分:1
-
PetalsAroundTheRose
HTML version of popular game Petals Around the Rose
- 2014-08-19 00:07:52下载
- 积分: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
-
69491737matlab7.0
说明: 常用MATLAB程序 看看程序就知道了 (program is for MATLAB)
- 2010-04-24 15:32:58下载
- 积分:1
-
gas-liquid-and-vapor-liquid
水的沸腾程序,能和FLUENT一起做水的相变(Water boiling process, energy and FLUENT to do with the phase change of water)
- 2011-05-20 09:49:57下载
- 积分:1
-
eyediagram
eyediagram of qpsk signal
- 2013-12-10 19:03:22下载
- 积分:1