-
Matlab
求盒维数的Matlab程序,从网上找到的很不错的阿!欢迎大家使用
(Box-counting dimension for the Matlab program, from the Internet to find a very good Ah! Welcome to use)
- 2007-11-22 20:03:39下载
- 积分:1
-
script_ber_mimo_zf_bpsk_rayleigh_channel
BFSK Modulation for digital signal processing
- 2010-06-01 19:37:47下载
- 积分:1
-
conversion_gui
function ret = Int2Hex(var)
Prints integer array to hexadecimal string
varType = class(var)
cast signness away:
if ( u ~= varType(1) )
varType = [ u varType]
var = typecast(var,varType)
end
nBits = str2double(varType(5:end))
if (64 == nBits)
split 64 bit case into two 32 s
cuz dec2hex doesn t handle 64 bit...
varType(5:end) = 32
var = typecast(var,varType)
end
ret = dec2hex(var)
if (64 == nBits)
littleEndian = all(typecast(uint32(1), uint16 )==[1 0])
first = 1 + littleEndian
second = 2 - littleEndian
ret = [ret(first:2:end,:),ret(second:2:end,:)]
end
end
- 2010-07-30 09:39:56下载
- 积分:1
-
chapitre2
this file contains matlab software
- 2011-09-15 15:16:21下载
- 积分:1
-
EE13M1016_A4
The matlab code describes different schemes to store the sparse matrix of a given power system network.
- 2014-11-14 19:46:57下载
- 积分:1
-
matlab
通信原理基于MATLAB的计算机仿真,课本上的源代码(Communication Theory MATLAB-based computer simulation, source code on the textbook)
- 2013-04-09 17:56:41下载
- 积分:1
-
adaptivefilter
这是一本非常实用的关于自适应滤波器的教材的电子书(This is a very useful textbook on adaptive filter e-book)
- 2010-09-23 17:30:24下载
- 积分:1
-
dsisoftv5
具有特色的地震数据处理源码,由matlab语言编写,可用于各个版本的matlab(characteristics of the seismic data processing source code from Matlab language, can be used for all versions of Matlab)
- 2007-04-30 23:09:26下载
- 积分:1
-
T01
matlab采用半色调技术对图像进行显示:用模板近似表示10个灰度级,每一个灰度级用3*3 的模板来表示,并对如下图所示的256*256的渐变图像进行半色调输出的检验。(matlab using halftoning image display: template approximated 10 gray levels, a gray level of each template used to represent the 3* 3, and the gradation of the image as shown in Figure 256* 256 halftone inspection of the output.)
- 2014-01-08 10:35:37下载
- 积分:1
-
Basic-concept-in-matlab
basic concept in matlab
- 2015-02-19 16:47:33下载
- 积分:1