The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
利用一组样本之间的相关性,对这些样本(矢量)一起进行量化,每个样样本矢量用信号中经常出现的代表性的矢量(模式)代替。对量化参数进行二进制编码,实现压缩,以达到减少视频序列的码率的目的,以便能够在给定的通信信道上实时传输视频。
标签: 样本
上传时间: 2014-01-06
上传用户:siguazgb
CDMA业务信道卷积编码实现,根据上下行信道区分生成不同码率的卷积码序列,original_sequence是原始输入序列,channel_select是信道选择参数,其中下行码率为1/2,上行信道为1/3
上传时间: 2013-12-30
上传用户:haohaoxuexi
CDMA业务信道卷积解码实现,根据上下行信道区分生成不同码率的卷积码序列,original_sequence是原始输入序列,channel_select是信道选择参数,其中下行码率为1/2,上行信道为1/3
上传时间: 2016-08-12
上传用户:康郎
语音acm控件,带源码,可以控制捕获语音
上传时间: 2016-10-06
上传用户:bruce
Generate trellis of a rate-1/n recursive convolutional code,生成网格图(对码率为1/n的递归卷积码)
标签: convolutional recursive Generate trellis
上传时间: 2013-12-09
上传用户:xz85592677
包括了H.264视频在无线环境下传输的一系列文章。如H_264在无线网络中的可靠传输,联合H_264和多码率Turbo码的无线视频传输等
上传时间: 2013-12-26
上传用户:xwd2010
汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C
标签: the animation Simulate movement
上传时间: 2017-02-11
上传用户:waizhang
根据PCM编码特点,利用VHDL来设计出采编器;本设计为码率2Mbs,子长为8位,帧长100位。
上传时间: 2013-12-30
上传用户:czl10052678
从sdh数据流中找到相应的帧,并将其帧头按照另一码率输出。
上传时间: 2014-01-09
上传用户:坏坏的华仔