該程序為matlab環境下程序,主要演示“科學與藝術奇才”皮克歐沃的國王映射(King map),可以生成許多類似三維的復雜曲面,調整參數,或者加上高階攝動項,會得到更多的花樣一個
上傳時間: 2014-01-06
上傳用戶:fhzm5658
This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collection is well documented, in my opinion, C source codes are still overwhelming, especially if you are not knowledgeable in C language. My software is written for MATLAB, which is more readable than C. You may also want to refer to another MATLAB based LDPC source codes in [2], which has different flavor of code-writing style (in fact Arun has error in his log-likelihood decoder).
標簽: LDPC introduction simulation software
上傳時間: 2014-01-14
上傳用戶:大融融rr
本程序是一個行計算器(即對表達式求值)。計算器能實現加、減、乘、除、取余(%)和乘方(^)運算;能實現三角函數(正弦函數sin和余弦函數cos),求10為底的對數log,求2為底的對數ln,求e的指數冪exp,其參數也可以是合法的表達式; 計算器并能對表達式的合法性進行測試,錯誤的能給出表達式錯誤的信息。 ] 輸入文件格式:第一行是一個正整數N,表示有多少行表達式。接下來的N行每一行是 一個表達式。表達式使用由浮點數(只用小數點表示)和運算符表示。 輸出格式:每個行輸出一個表達式的結果(浮點輸出結果使用小數點表示法表示,)
上傳時間: 2016-05-27
上傳用戶:aeiouetla
包含附件中的頭文件,就可以在出log時,將log寫到文件中,方便調試。
上傳時間: 2013-12-22
上傳用戶:lmeeworm
% EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input data, n=number of observations, d=dimension of variable % k - maximum number of Gaussian components allowed % ltol - percentage of the log likelihood difference between 2 iterations ([] for none) % maxiter - maximum number of iteration allowed ([] for none) % pflag - 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none) % Init - structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none) % % Ouputs: % W(1,k) - estimated weights of GM % M(d,k) - estimated mean vectors of GM % V(d,d,k) - estimated covariance matrices of GM % L - log likelihood of estimates %
標簽: multidimensional estimation algorithm Gaussian
上傳時間: 2013-12-03
上傳用戶:我們的船長
This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collection is well documented, in my opinion, C source codes are still overwhelming, especially if you are not knowledgeable in C language. My software is written for MATLAB, which is more readable than C. You may also want to refer to another MATLAB based LDPC source codes in [2], which has different flavor of code-writing style (in fact Arun has error in his log-likelihood decoder).
標簽: LDPC introduction simulation software
上傳時間: 2014-12-05
上傳用戶:change0329
msLinux v1.0 可以在arm ads 下仿真運行的linux,對學習linux很有幫助 運行于ARMulate時,請選擇在ARMulate目錄下的map文件
上傳時間: 2014-01-27
上傳用戶:qq521
《VDHL硬件描述語言與數字邏輯》 ——————電子工程師必備知識 西安電子科技大學出版社出版 第一章 數字系統硬件設計概述 第二章 VHDL語言程序的基本結構 第三章 VHDL語言的數據類型及運算操作符 第四章 VHDL語言構造體的描述方式 第五章 VHDL語言的主要描述語言 第六章 數值系統的狀態模型 第七章 基本邏輯電路設計 第八章 仿真與邏輯綜合 第九章 計時電路設計實例 第十章 微處理器接口芯片設計實例 第十一章 93版和87版VHDL語言的主要區別 第十二章 MAX+plusII使用說明
上傳時間: 2013-12-30
上傳用戶:皇族傳媒
%radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2)) x2=exp(j*2*pi*(5*t+0.5*15*t.^2)) x=x1+x2 %N=length(x) % ambifunb(x ) %*****************************************RAT naf=ambifunb(x) htl(abs(naf)) % [wh,rho,theta]=htl(abs(naf)) colormap([0,0,0]) % xlabel( 極半徑 ) % ylabel( 角度 ) %**************************************%找出峰值點的坐標,計算初始頻率和調頻斜率(正確) %找出峰值點的坐標 b=max(max(wh)) [u,a]=find(wh>=0.8*b)
上傳時間: 2014-10-27
上傳用戶:Yukiseop
用VHTL描述7段數碼管器,輸入為一個四位二進制,在數碼管上顯示數字的同時也顯示這四位二進制。使用了port map語句
上傳時間: 2016-06-17
上傳用戶:ruixue198909