-
optimization
基于最速下降法、牛顿法、共轭梯度法的matlab程序
(Steepest descent
Newton
conjugate gradient method)
- 2010-05-31 10:38:40下载
- 积分:1
-
max_line_search_3pt_equal_intervals
max_line_search_3pt_equal_intervals matlab code
- 2010-12-22 12:58:38下载
- 积分:1
-
matlab
图像处理边沿检测,基于matlab的开发(image edge deal by matlab)
- 2012-04-03 11:24:54下载
- 积分:1
-
mrc-antena(snr)
This code simulate MRC receiver in wireless network for different SNR.
this program is for MATLAB.
- 2012-10-09 20:28:37下载
- 积分:1
-
esprit
esprit 旋转不变技术来估计波达方向 最基本算法,能估计出波达方向,但特征值较难估计,有误差,按照现代通信原理最基本算法matlab编码。(esprit ESPRIT DOA estimates the basic algorithm can estimate the DOA, but difficult to estimate eigenvalues, margin of error, according to the basic principles of modern communication matlab coding algorithm.)
- 2013-12-05 23:17:05下载
- 积分: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
-
HeatTransport
数值方法计算传热问题实例
边长为200×200mm的二维矩形材料内的稳态温度分布。上侧和左侧维持恒壁温;下侧为绝热;右侧为对流换热条件。具体参数为:
材料的导热系数=20w/m• k;
上侧温度t1=100℃
右侧流体温度tf=20℃ 表面传热系数 h分别为1w/m2• k和100 w/m2• k
左侧温度t2=20℃
下侧绝热(Numerical method to calculate the heat transfer problem instance side of 200 × 200mm rectangular two-dimensional steady-state temperature distribution within the material. On the left side and to maintain constant wall temperature lower side of insulation the right side of the convective heat transfer conditions. Specific parameters are: thermal conductivity of the material = 20w/m • k on the side of the temperature t1 = 100 ℃ right side of the fluid temperature tf = 20 ℃ surface heat transfer coefficient h were 1w/m2 • k and 100 w/m2 • k temperature t2 = 20 ℃ left side of the insulation under)
- 2011-10-13 17:57:16下载
- 积分:1
-
men-in-black-iii_english-620159
Matlab program files mitra 3 edition
- 2012-09-05 02:31:26下载
- 积分:1
-
decimate
MATLAB 数字信号处理工具箱中decimate函数c语言实现(MATLAB Digital Signal Processing Toolbox decimate function c language)
- 2013-11-05 14:13:08下载
- 积分:1
-
Aintroduction
matlab学习教程
都是最基本的内容,对新手很有帮助
虽然是英文的,但我相信大家都能听得懂(matlab tutorials are the most basic learning content, is very helpful for novice English, but I believe that everyone can understand)
- 2008-07-27 09:35:46下载
- 积分:1