搜索资源列表
Matlab2
- :Matlab遗传算法(GA)优4~-r-具箱是基于基本操作及终止条件、二进制和十进制相互转换等操作的综合 函数库。其实现步骤包括:通过输入及输出函数求出遗传算法主函数、初始种群的生成函数,采用选择、交叉、变异 操作求得基本遗传操作函数。以函数仿真为例,对该函数优化和GA改进,只需改写函数m文件形式即可。
P018M_Convertor
- 编制不同数制间的转换程序。要求提供输入输出界面,当输完一个任意十进制数字, //程序能自动将其转化为另外的数制表示的值,包括二进制、八进制和十六进制-Between the preparation of the different number system conversion process. Asked for input and output interfaces, when the losers an arbitrary decimal number,// program can
number_system
- 十进制转换为二进制,在Matlab中实现,利用矩阵来进行实现-Decimal to binary, implemented in Matlab using the matrix to be achieved
fine
- ecg信号读取与二进制到十进制转换,为处理做准备-read ecg signal with the binary to decimal conversion, in preparation for the treatment
decimal-and-binary
- matlab 十进制与二进制的转换 包括二进制转换为十进制;也包括十进制转换为二进制-decimal to binary binary to decimal
youchengbianjiema
- 游程编码 输入一个一维数组,会将其内容进行编码,编码程序中包含十进制与二进制之间的相互转换。解码为其逆过程-RLE enter a one-dimensional array, its contents will be encoded, encoding process includes the interaction between decimal and binary conversion. Decode its reverse process
fdec2bin_diy
- 把输入的十进制小数,转换为二进制。输入的十进制区分正负数-no descr iption
function-y
- 此程序代码是实现将十进制小数转换为二进制数。-Achieve decimal is converted to a binary number
求负数的补码
- 在matlab中虽然有dec2bin函数可以将十进制数转换为二进制数,但是它只能对正数计算,而无法求负数的补码,此程序实现在matlab中编程求负数的补码。
readEcg
- 本代码可将自主研发的心电采集设备中的ECG数据读取并显示。原始数据以二进制格式存储,该程序可将实验室自采数据转换为十进制数并显示在界面中。要求输入的文件格式为.txt或.ecg文件。(This code can read and display ECG data in self-developed ECG acquisition equipment. The original data is stored in binary format. The program can convert lab
matlab十进制转二进制
- matlab程序,可以将十进制的正数或负数转换为二进制有符号数,带详细注释。