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
One kind of decision-making tree algorithm, can be seen as one kind data mining algorithm ,find the rule from large-scale data middle.
標簽: algorithm kind decision-making mining
上傳時間: 2014-01-13
上傳用戶:ruan2570406
libgsmc is a GSM Communications library intended to be used as a foundation for phone applications on linux based handheld mobile phones.
標簽: Communications applications foundation intended
上傳時間: 2016-02-14
上傳用戶:ecooo
制作五星的源碼.讓大家來研究下.沒有AS編程的.放心使用吧.
上傳時間: 2016-02-15
上傳用戶:frank1234
The paper presents the CORDIC Algorithm, which has been implemented as an virtual component (IP core) in a VHDL simulation environment. The core is packaged as a soft (VHDL) macro and it implements all transcenden-tal functions. Analysis of the accuracy of the algorithms implemented shows that the CORDIC functions are equivalent to the accuracy of a Pentium coprocessor.
標簽: implemented Algorithm component presents
上傳時間: 2016-02-16
上傳用戶:wcl168881111111
OFDM Signal generation and decoding using 16-QAM .64QAM as the modulation technique. This type of OFDM is particularly useful for WiMAX and other Wireless and Multimedia Standards. Just run the Model and with different SNRs in the AWGN Channel Block observe the performance of the OFDM.
標簽: generation modulation QAM technique
上傳時間: 2014-01-10
上傳用戶:lps11188
簡單的ds18b20溫度采集上位機程序。本程序采用labview編寫,讀取命令為r,單片機得程序為<ds18b20的應用>在網站中可以找到
上傳時間: 2014-01-02
上傳用戶:gtzj
USB HID R/W 測試程式, 從網路上抓下來, 並修正其問題
上傳時間: 2016-02-20
上傳用戶:米卡
該AS可以生成圖片的倒影效果。該源碼由ACTIONSCRIPT3.0編寫。歡迎使用。
標簽: ACTIONSCRIPT 3.0 源碼 編寫
上傳時間: 2013-12-21
上傳用戶:熊少鋒
// 移頻選頻原理 //Fvco=[(P*B)+A]*Frefin/R //P=32 //loop filter 100k----prescribe //R=12.8M/100K=128---Parameter1 //Fvco=頻點*2+170280 -1400 //B=Fvco/32-----------Parameter2 //A=Fvco-32*B
標簽: 100 prescribe Frefin filter
上傳時間: 2013-12-26
上傳用戶:dancnc