-
MbookMATLAB
本书主要可以分为两部分,第一本书是基础,主要介绍了matlab的基本图像处理方法;第二部分是应用,主要介绍理论和方法的实际使用。(The book can be divided into two main parts, the first book is the basis, mainly introduces the basic matlab image processing method the second part of the application, the main theoretical and methodological introduction of actual use.)
- 2007-10-31 14:01:48下载
- 积分:1
-
arithematicdecoded
Arithmetic decoding of a file
- 2011-02-04 23:17:00下载
- 积分:1
-
Additive.m
计算无线通信网络的效用值。采用s型函数,具备2个可调参数,分别控制中值和弹性。(The calculation of the wireless communication network utility value. S function, with two adjustable parameters, respectively, to control the value and flexibility.)
- 2012-04-11 09:28:31下载
- 积分:1
-
sparsemang1
稀疏分析用于处理欠定盲源分离问题,有英文注释(Sparse analysis dealing with underdetermined blind source separation, English Notes)
- 2013-04-22 16:33:56下载
- 积分:1
-
bin2hex
function total_length=text_length_num(file_cell)
total_length=0
for i=1:length(file_cell)
y1=char(file_cell(i))
for j=1:length(y1)
if(y1(j)== > )
got=j-3
end
end
y=
for k=1:got
y(k)=y1(k)
end
[a,b,c,d]=fileparts(y)
FileName=[b c]
fid=fopen(y)
total_length_char=0
while 1
tline = fgetl(fid)
if ~ischar(tline), break,
- 2010-07-30 09:38:27下载
- 积分:1
-
MATLAB
MATLAB常用到的,比较基础的代码,有实例教学,很适合新手(MATLAB used to compare the basis of the code, there are examples of teaching, it is suitable for novice)
- 2008-04-09 11:34:54下载
- 积分:1
-
GassianXY
利用二元域的高斯消元法得到输入矩阵H对应的生成矩阵G,同时返回与G满足mod(G*P ,2)=0的矩阵P,其中P 表示P的转置
使用方法:[P,G]=Gaussian(H,x),x=1 or 2,1表示G的左边为单位阵(binary domain PGE law input matrix corresponding to the formation of H matrix G, Meanwhile the return of mod meet with the G (G* P, 2) = 0 matrix P, which said P P switch home use : [P, G] = Gaussian (H, x), x = 1 or 2,1 G said the left side of the RUF unit)
- 2007-05-12 10:59:44下载
- 积分:1
-
matlab
在matlab环境下,采用二进制的编码方式,利用遗传算法,对数学问题进行研究。(In the matlab environment, the use of binary encoding, the use of genetic algorithms, to undertake a study of mathematics.)
- 2009-05-01 17:13:22下载
- 积分:1
-
RLE
RLE=Run Lenght Coding for image.
- 2009-05-19 21:54:46下载
- 积分:1
-
xinhao
画出矩形脉冲波形,并对其进行调制,载波为正弦信号,并画出任意延时后的波形(Draw the rectangular pulse waveform, and its modulation, Carrier is a sinusoidal signal, and to draw an arbitrary delay the waveform after)
- 2013-03-12 19:16:23下载
- 积分:1