CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - MATLAB double binary
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - MATLAB double binary - List
[
Algorithm
]
n2b
DL : 0
Two functions, num2bin and bin2num are provided. num2bin takes a double and converts it to a binary string representation. bin2num is its inverse operation. It can be used in a numerical analysis course when floating point arithmetic is discussed. -Two functions, num2bin and bin2num are provided. Num2bin takes a double and converts it to a binary string representation. Bin2num is its inverse operation. It can be used in a numerical analysis course when floating point arithmetic is discussed.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
Tom
[
Communication-Mobile
]
DoubleBinaryTurbo
DL : 0
采用 DVB反向链路(DVB-RCS)标准中的双二元Turbo码matlab仿真程序和仿真结果。支持1/2和1/3码率。支持MAP,LOG-MAP解码算法。-The use of DVB reverse link (DVB-RCS) standard double-binary Turbo code matlab simulation program and simulation results. Support for 1/2 and 1/3 rate. Support MAP, LOG-MAP decoding algorithm.
Update
: 2025-02-19
Size
: 47kb
Publisher
:
李明
[
matlab
]
dou2bin
DL : 0
convert double type to binary type with matlab. double 转换为二进制 在matlab2008a 上运行无误-convert double type to binary type with matlab
Update
: 2025-02-19
Size
: 1kb
Publisher
:
faliu
[
matlab
]
bin2dou
DL : 0
二进制转换为double型 在matlab2008a上运行无误 可以直接被其他程序调用-Binary is converted to double type in the correct matlab2008a run other programs can be directly invoked
Update
: 2025-02-19
Size
: 1kb
Publisher
:
faliu
[
DNA
]
QualityGuidedUnwrap2D_r1
DL : 0
基于matlab实现干涉显微镜图像重构中的二维解包裹函数。- QualityGuidedUnwrap2D implements 2D quality guided path following phase unwrapping algorithm. Inputs: 1. Complex image in .mat double format 2. Binary mask (optional) Outputs: 1. Unwrapped phase image 2. Phase quality map This code can easily be extended for 3D phase unwrapping. Technique adapted from: D. C. Ghiglia and M. D. Pritt, Two-Dimensional Phase Unwrapping: Theory, Algorithms and Software. New York: Wiley-Interscience, 1998. Posted by Bruce Spottiswoode on 22 December 2008 2010/07/23 Modified by Carey Smith
Update
: 2025-02-19
Size
: 2kb
Publisher
:
zhouxin
[
Software Engineering
]
double_dec2bin
DL : 0
matlab将双精度十进制数转换成二进制数-matlab convert double-precision decimal to binary ..
Update
: 2025-02-19
Size
: 13kb
Publisher
:
刘昆鹏
[
Special Effects
]
enviread
DL : 0
利用multibandread函数,此函数用于读取多波段二进制影像文件。至于何为二进制影像文件,简单地说ENVI主菜单file—save file as—envi standard得到的就是二进制影像文件,有时甚至会看到后缀名为bsq、bil、bip等影像,也是二进制影像文件。 对于一幅tif格式的高光谱影像,这里有两种方法将影像读入matlab: (1)直接利用imread函数读取,不知为何tif格式的高光谱影像居然可以读取,但是速度挺慢 (2)利用multibandread函数读取,建议首先利用envi将tif格式转换为envi标准格式(如何转换上文有),至于为什么转换,原因在于这个函数是用来读取二进制影像的,若直接读取tif格式的影像虽然能够成功但是有些波段却变得模糊了,显得该波段信息量很少了,转换格式后不会出现这问题了(这是在实验中发现的,不知怎么解释)。-I = ENVIREAD(FILENAME) Reads an ENVI binary file into an array using the information the corresponding header file FILENAME.hdr. The output structure I contains fields I.x, I.y, I.z and I.info containing the x-coordinate vector, y-coordinate vector, images data and header info, respectively. I.z will be in whatever number format (double, int, etc.) as in the envi file. I= ENVIREAD(FILENAME,HEADERFILE) Uses the header information in headerfile.
Update
: 2025-02-19
Size
: 3kb
Publisher
:
毛巴马
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.