-
PocklingtonPulseSolution
MATLAB中实现天线运用波克林顿函数计算偶极子的程序(something abart 。。。。)
- 2010-08-23 17:38:45下载
- 积分:1
-
Matlab2
matlab程序设计基础教程2,对初学者很有帮助(matlab Programming Essentials 2, very helpful for beginners)
- 2008-06-24 13:39:36下载
- 积分:1
-
Matlab-Basics
matlab basics include the vector arrays, matrix manupulation, inputs and outputs and plotting in general and 2d and functions & Iterations
- 2012-05-06 10:44:02下载
- 积分:1
-
Array-Pattern-Based-on-FFT
了等距线阵方向图与傅立叶变换的一致性,用F丌算法进行阵列方向图快速计算。通过严格的数学推导,揭示变换序列与可见空问的关系,讨论了不同单元问距情况下的处理方法(In this paper,the consistence of equispaced linear array pattem and foureir transfom is analyzed,so the
linear arrayy pattem can be computed rapidly with FFT a1goritllm.By the use of reUgious mathmatic deducing process,relation between transfotmation sequences and visible space are given,and different handling procedures are discussed in the case of different element spacing. )
- 2011-10-27 22:19:56下载
- 积分:1
-
dat2xml
一个基于QR分解的并行原-对偶内点算法,给予matlab,读入数据成为xml文件。
(QR decomposition based on parallel the original- dual interior point algorithm, given matlab, read into the data become a xml file.)
- 2008-06-26 14:49:09下载
- 积分: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
-
area_measuring
an GUI application in matlab
- 2009-10-20 10:07:35下载
- 积分:1
-
cpplapack-2005_03_25.tar
lapack的c++版本之一.lapack是imsl,mkl,matlab等大部分数值计算的使用者.最早是for77的,后来出现c++,java等的.(lapack one of the c version. Lapack is imsl, mkl. Matlab, and most numerical calculation users. The first was for77, subsequently c, java and so on.)
- 2007-01-12 04:40:19下载
- 积分:1
-
plot-setting
从文件读取数据,matlab绘图,属性设置,标题,坐标轴,注释(Read the data, matlab graphics, property settings the file title, axes, comments)
- 2015-03-26 10:46:46下载
- 积分:1
-
music_ism_chirp
自写的基于MUSIC的ISM宽带测角谱估计算法,线性调频信号,4阵元,2目标,正常运行。(My own MUSIC based ISM broadband DOA estimation algorithm. Chirp signals, four elements, two objection. Functioning properly.)
- 2013-09-25 20:35:03下载
- 积分:1