sony MEX-5di service manual
標(biāo)簽: service manual sony MEX
上傳時(shí)間: 2014-11-01
上傳用戶:dsgkjgkjg
MEX- Matalb executable helps is running c programs in matlab.
標(biāo)簽: executable programs running Matalb
上傳時(shí)間: 2014-02-07
上傳用戶:cursor
這個(gè)是用c編寫MEX程序,十分經(jīng)典,希望能與大家共享.
上傳時(shí)間: 2014-02-04
上傳用戶:liansi
matlab MEX code for lattice prediction
標(biāo)簽: prediction lattice matlab code
上傳時(shí)間: 2013-12-12
上傳用戶:徐孺
G-P算法計(jì)算關(guān)聯(lián)維的 Matlab 程序 (升級(jí)版,MEX函數(shù),超快) 作者:陸振波,海軍工程大學(xué) 歡迎同行來信交流與合作,更多文章與程序下載請?jiān)L問我的個(gè)人主頁 電子郵件:luzhenbo@sina.com 個(gè)人主頁:luzhenbo.88uu.com.cn 更新部分: 引入限制短暫分離參數(shù),使該參數(shù)大于序列平均周期時(shí),去除了同一軌道前后點(diǎn)的關(guān)聯(lián), 使 r 值較小時(shí),ln r - ln C(r) 曲線接近線性 文件夾說明: 1、GP_Algorithm_main.m - 程序主文件 2、LorenzData.dll - 產(chǎn)生Lorenz離散數(shù)據(jù) 3、normalize_1.m - 數(shù)據(jù)歸一化 4、CorrelationIntegral.dll - 計(jì)算關(guān)聯(lián)積分
上傳時(shí)間: 2013-12-14
上傳用戶:fxf126@126.com
《精通MATLAB7.0混合編程》系統(tǒng)地介紹MATLAB 7.0的混合編程方法和技巧。全書共分為13章。第1章和第2章介紹MATLAB的基礎(chǔ)知識(shí),第3章簡要介紹MATLAB混合編程,第4章至第9章分別介紹幾種典型的混合編程方法,包括C-MEX、MATLAB引擎、MAT數(shù)據(jù)文件共享、Mideva、Matrix和Add-in。第10章、第11章介紹MATLAB與Delphi和Excel的混合編程。第12章介紹MATLAB COM Builder,第13章以圖像處理為例介紹了一個(gè)綜合應(yīng)用實(shí)例。 本書按混合編程的具體方法進(jìn)行邏輯編排,自始至終用實(shí)例描述,每章著重闡述各種混合編程方法的實(shí)質(zhì)和要點(diǎn),同時(shí)穿插了作者多年使用MATLAB的經(jīng)驗(yàn)和體會(huì)。本書既適合初學(xué)者自學(xué),也適用于高級(jí)MATLAB用戶,可作為高等數(shù)學(xué)、計(jì)算機(jī)、電子工程、數(shù)值分析、信息工程等課程的教學(xué)參考書,也可供上述領(lǐng)域的科研工作者參考。 這里是本書所有源碼壓縮包,內(nèi)容詳盡、實(shí)例豐富,包含MATLAB實(shí)例的源文件、函數(shù)/命令和注解以及程序?qū)嵗?/p>
上傳時(shí)間: 2013-12-19
上傳用戶:1051290259
這是一本有關(guān)MATLAB的參考書,適合于使用MATLAB或正在打算使用MATLAB的讀者。本書另辟蹊徑可以借助或不借助MATLAB隨帶的文檔資料讓讀者自學(xué)MATLAB。書中口語化的風(fēng)格,使讀者易于閱讀。如書名所示,本書提供了讀者精通MATLAB所需的工具。作為編程語言和可視化工具,MATLAB具有豐富的一系列功能,可解決工程、科學(xué)計(jì)算和數(shù)學(xué)學(xué)科中許多問題。本書的基本目的是通過向讀者展示如何有效地使用這些功能來幫助讀者增強(qiáng)工作能力。由于MATLAB交互式的性質(zhì),書中內(nèi)容以舉例方式來描述。在讀者閱讀本書的同時(shí), 這些例子可以通過運(yùn)行MATLAB而再現(xiàn)。 本書只涉及一般讀者所用到的一些專題,所提供的資料可用于包括UNIX工作站、Macintosh 和PC在內(nèi)的所有計(jì)算機(jī)平臺(tái)。除了標(biāo)準(zhǔn)的MATLAB本身這部分的功能之外,書中只討論了字符工具箱。其它更為專用的工具箱沒有進(jìn)行討論。而且,沒有討論與機(jī)器有關(guān)的MATLAB諸方面,例如MEX文件的編寫。 本書開發(fā)了許多M文件函數(shù),它擴(kuò)展了MATLAB的功能。在書中,作者演示了各種MATLAB的功能和編程技術(shù),它們總稱為精通MATLAB的工具箱。
標(biāo)簽: MATLAB
上傳時(shí)間: 2015-07-26
上傳用戶:nanxia
一個(gè)簡潔好用的SVM代碼,進(jìn)行了MEX集成,效率高,易讀易用。
上傳時(shí)間: 2013-12-18
上傳用戶:924484786
There is an example of how to use the LDPC encode/decode with AWGN channel model in files .\ldpc_decode.m and .\GFq\ldpc_decode.m. There are a few parity check matrices available in the code but you can use other matrices provided you have enough memory to load them. I suggest checking out matrices in Alist format available on David MacKay s web site.You will need to have access to a MEX compiler to be able to use a few functions written in C. LDPC的仿真代碼
標(biāo)簽: example channel ldpc_de encode
上傳時(shí)間: 2013-12-03
上傳用戶:lili123
來自澳大利亞Qeensland大學(xué)的計(jì)算機(jī)視覺Matlab工具箱。 This Toolbox provides a number of functions that are useful in computer vision, machine vision and related areas. It is a somewhat eclectic collection reflecting the author s personal interest in areas of photometry, photogrammetry, colorimetry. It covers functions such as image file reading and writing, filtering, segmentation, feature extraction, camera calibration, camera exterior orientation, display, color space conversion and blackbody radiators. The Toolbox, combined with MATLAB and a modern workstation computer, is a useful and convenient environment for investigation of machine vision algorithms. It is possible to use MEX files to interface with image acquisition hardware ranging from simple framegrabbers to Datacube servers.
標(biāo)簽: Qeensland functions provides Toolbox
上傳時(shí)間: 2015-09-30
上傳用戶:qb1993225
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1