亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Max-log-map

  • 該程序為matlab環境下程序

    該程序為matlab環境下程序,主要演示“科學與藝術奇才”皮克歐沃的國王映射(King map),可以生成許多類似三維的復雜曲面,調整參數,或者加上高階攝動項,會得到更多的花樣一個

    標簽: matlab 程序 環境

    上傳時間: 2014-01-06

    上傳用戶:fhzm5658

  • This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseud

    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)

    本程序是一個行計算器(即對表達式求值)。計算器能實現加、減、乘、除、取余(%)和乘方(^)運算;能實現三角函數(正弦函數sin和余弦函數cos),求10為底的對數log,求2為底的對數ln,求e的指數冪exp,其參數也可以是合法的表達式; 計算器并能對表達式的合法性進行測試,錯誤的能給出表達式錯誤的信息。 ] 輸入文件格式:第一行是一個正整數N,表示有多少行表達式。接下來的N行每一行是 一個表達式。表達式使用由浮點數(只用小數點表示)和運算符表示。 輸出格式:每個行輸出一個表達式的結果(浮點輸出結果使用小數點表示法表示,)

    標簽: sin cos 計算器 程序

    上傳時間: 2016-05-27

    上傳用戶:aeiouetla

  • 包含附件中的頭文件

    包含附件中的頭文件,就可以在出log時,將log寫到文件中,方便調試。

    標簽: 附件 頭文件

    上傳時間: 2013-12-22

    上傳用戶:lmeeworm

  • % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input da

    % 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 pseud

    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

    msLinux v1.0 可以在arm ads 下仿真運行的linux,對學習linux很有幫助 運行于ARMulate時,請選擇在ARMulate目錄下的map文件

    標簽: msLinux linux 1.0 arm

    上傳時間: 2014-01-27

    上傳用戶:qq521

  • 《VDHL硬件描述語言與數字邏輯》 ——————電子工程師必備知識 西安電子科技大學出版社出版 第一章 數字系統硬件設計概述 第二章 VHDL語言程序的基本結構 第三章 VHDL語言的數據類

    《VDHL硬件描述語言與數字邏輯》 ——————電子工程師必備知識 西安電子科技大學出版社出版 第一章 數字系統硬件設計概述 第二章 VHDL語言程序的基本結構 第三章 VHDL語言的數據類型及運算操作符 第四章 VHDL語言構造體的描述方式 第五章 VHDL語言的主要描述語言 第六章 數值系統的狀態模型 第七章 基本邏輯電路設計 第八章 仿真與邏輯綜合 第九章 計時電路設計實例 第十章 微處理器接口芯片設計實例 第十一章 93版和87版VHDL語言的主要區別 第十二章 MAX+plusII使用說明

    標簽: VHDL VDHL 硬件描述語言 數字邏輯

    上傳時間: 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

    %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)

    標簽: transform radon clear fs

    上傳時間: 2014-10-27

    上傳用戶:Yukiseop

  • 用VHTL描述7段數碼管器

    用VHTL描述7段數碼管器,輸入為一個四位二進制,在數碼管上顯示數字的同時也顯示這四位二進制。使用了port map語句

    標簽: VHTL 數碼管

    上傳時間: 2016-06-17

    上傳用戶:ruixue198909

主站蜘蛛池模板: 克拉玛依市| 库车县| 秦安县| 特克斯县| 都江堰市| 深圳市| 永清县| 乐平市| 光山县| 平利县| 泗阳县| 固原市| 阿拉善盟| 巴里| 兖州市| 天峻县| 西丰县| 信阳市| 大理市| 墨脱县| 南投市| 桃园市| 绥阳县| 浏阳市| 封丘县| 乌拉特后旗| 南溪县| 淮滨县| 五峰| 当涂县| 遵义市| 壶关县| 金坛市| 油尖旺区| 江西省| 扬中市| 古丈县| 冕宁县| 闽侯县| 三门峡市| 商丘市|