IDCT-M is a medium speed 1D IDCT core -- it can accept a continous stream of 12-bit input words at a rate of -- 1 bit/ck cycle, operating at 50MHz speed, it can process MP@ML MPEG video -- the core is 100% synthesizable
標簽: continous IDCT-M accept medium
上傳時間: 2015-07-07
上傳用戶:1583060504
供初學空時編碼(vblast接收)的matlab仿真程序,是關于vblast接收中ML算法的簡單的仿真
上傳時間: 2015-09-04
上傳用戶:diets
該程序模擬UNIX中save與resume函數,并介紹在VC中如何使用匯編進行機器級的操作. 主函數很簡單首先引入兩個外部函數,extern "C"表示按傳統C命名習慣.函數save將程序指針保存在(*s)中并返回0,為什么有 if(save(&sp)){...} if后的語句看起來永遠都不會被執行,但是運行結果表明它被執行了.這個問題同UNIX中處理機調度函數(switch)的那個if語句(第一句)一樣. 程序執行完save(&sp)后得到因為條件為假而執行else語句,卻在判斷之前將程序指針保存在sp中了. else語句中的resume(&sp),該函數很狡猾將堆棧中的返回地址改變了,改到了sp所指出,即將程序指針改到了執行條件判斷前.resume返回1,條件滿足,執行if語句. save函數堆棧: eip ebp+8 s ebp+4 ebp ebp+0 resume函數堆棧與save的相同. 新建一個win32的工程,將unixc.cpp和unix.obj加入過程即可. unix.obj是用masm6.11生成的:ML /c /coff unix.asm,生成coff格式的obj而不是omf格式.
上傳時間: 2015-09-10
上傳用戶:變形金剛
Hidden_Markov_model_for_automatic_speech_recognition This code implements in C++ a basic left-right hidden Markov model and corresponding Baum-Welch (ML) training algorithm. It is meant as an example of the HMM algorithms described by L.Rabiner (1) and others. Serious students are directed to the sources listed below for a theoretical description of the algorithm. KF Lee (2) offers an especially good tutorial of how to build a speech recognition system using hidden Markov models.
標簽: Hidden_Markov_model_for_automatic speech_recognition implements left-right
上傳時間: 2016-01-23
上傳用戶:569342831
一種常用空分復用的MIMO系統,v-blast系統的各種檢測算法:ML,MMSE,ZF,以及采用迫零的連續干擾消除檢測算法
上傳時間: 2013-12-13
上傳用戶:源弋弋
第一只感染flash的病毒源代碼。采用匯編語言編寫。 SWF/LFM-926 Virus: ------------------ Description: WinNT/XP Virus dropper for Flash .SWF files! Masm Version 6.11: ML.EXE SWF.ASM Virus Size: 926 bytes Infection Size: 3247 bytes. Last Edit: 01/08/2002
標簽: Virus Description flash WinNT
上傳時間: 2016-06-02
上傳用戶:miaochun888
本程序為模擬可校時的時鐘程序;clk--時鐘信號,rst--清零信號,set_en--校時 使能信號,faster--快進信號,slower--快退信號,hour--小時校時,min--分鐘校 時,(hh,hl,ML,mh,sh,sl)--時,分,秒顯示信號。 校時的時候,秒清零。
上傳時間: 2013-12-06
上傳用戶:x4587
定時器程序 采用89c2051 2001.10 ****************** ****************** 偽定義 ****************** SL EQU 30H SL存放秒的個位數 SH EQU 31H SH存放秒的十位數 ML EQU 32H ML存放分的個位數 MH EQU 33H MH存放分的十位數 HL EQU 34H HL存放時的個位數 HH EQU 35H HH存放時的十位數
上傳時間: 2014-01-04
上傳用戶:qq1604324866
本程序是對V-BLAST系統及其檢測算法的仿真,可采用BPSK,QPSK,16QAM,64QAM調制。檢測算法為ML,MMSE,ZF,以及采用迫零的連續干擾消除檢測算法。
上傳時間: 2016-08-04
上傳用戶:ainimao
數值水印,本內容可以用文本打開,也可以用ML打開,適合廣大愛好者共同學習使用.
上傳時間: 2013-12-10
上傳用戶:731140412