《VDHL硬件描述語言與數(shù)字邏輯》 ——————電子工程師必備知識 西安電子科技大學(xué)出版社出版 第一章 數(shù)字系統(tǒng)硬件設(shè)計概述 第二章 VHDL語言程序的基本結(jié)構(gòu) 第三章 VHDL語言的數(shù)據(jù)類型及運算操作符 第四章 VHDL語言構(gòu)造體的描述方式 第五章 VHDL語言的主要描述語言 第六章 數(shù)值系統(tǒng)的狀態(tài)模型 第七章 基本邏輯電路設(shè)計 第八章 仿真與邏輯綜合 第九章 計時電路設(shè)計實例 第十章 微處理器接口芯片設(shè)計實例 第十一章 93版和87版VHDL語言的主要區(qū)別 第十二章 MAx+plusII使用說明
標(biāo)簽: VHDL VDHL 硬件描述語言 數(shù)字邏輯
上傳時間: 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( 角度 ) %**************************************%找出峰值點的坐標(biāo),計算初始頻率和調(diào)頻斜率(正確) %找出峰值點的坐標(biāo) b=MAx(MAx(wh)) [u,a]=find(wh>=0.8*b)
標(biāo)簽: transform radon clear fs
上傳時間: 2014-10-27
上傳用戶:Yukiseop
介紹了一種采用硬件控制的自動數(shù)據(jù)采集系統(tǒng)的設(shè)計方法,包括數(shù)字系統(tǒng)自頂向下的設(shè)計思路、Verilog HDL對系統(tǒng)硬件的描述和狀態(tài)機(jī)的設(shè)計以及MAx+PLUSII開發(fā)軟件的仿真。設(shè)計結(jié)果表明:該采集系統(tǒng)具有很高的實用價值,極大地提高了系統(tǒng)的信號處理能力。
標(biāo)簽: 硬件 控制 數(shù)據(jù)采集系統(tǒng) 自動
上傳時間: 2016-07-01
上傳用戶:czl10052678
16位A/D轉(zhuǎn)換程序,使用MAx+PLUS2做的,用狀態(tài)機(jī)做的,但不夠完善,望大家見諒
上傳時間: 2016-07-23
上傳用戶:趙云興
The task of clustering Web sessions is to group Web sessions based on similarity and consists of MAximizing the intra- group similarity while minimizing the inter-group similarity. The first and foremost question needed to be considered in clustering W b sessions is how to measure the similarity between Web sessions.However.there are many shortcomings in traditiona1 measurements.This paper introduces a new method for measuring similarities between Web pages that takes into account not only the URL but also the viewing time of the visited web page.Yhen we give a new method to measure the similarity of Web sessions using sequence alignment and the similarity of W eb page access in detail Experiments have proved that our method is valid and e幣cient.
標(biāo)簽: sessions clustering similarity Web
上傳時間: 2014-01-11
上傳用戶:songrui
在LP2900工作平臺上,利用MAx+plusII開發(fā)軟件,設(shè)計各個模塊編程實現(xiàn)基本模型計算機(jī),其中最主要的是CPU的設(shè)計。 獨立完成運算器的設(shè)計,并下載仿真
上傳時間: 2014-12-22
上傳用戶:15071087253
使用vriloge硬件描述語言設(shè)計數(shù)字頻率計,其對于高頻測量精確,可測范圍0—99999999HZ,在MAx+PLUSII中運行通過并在實驗箱上運行通過達(dá)到要求
標(biāo)簽: vriloge 硬件描述語言 數(shù)字頻率計
上傳時間: 2016-08-29
上傳用戶:無聊來刷下
中山大學(xué)編譯原理課程的一個實驗,根據(jù)OPP(算符優(yōu)先)做的一個表達(dá)式計算器。 內(nèi)有實驗的設(shè)計文檔。 實驗要求支持sin,cos,MAx,min,power,mod,boolean,?:,等運算。 這個代碼可以為學(xué)習(xí)編譯原理的同學(xué)參考。
上傳時間: 2014-01-27
上傳用戶:PresidentHuang
用prim算法實驗最小生成樹 本程序中用到函數(shù)adjg( ),此函數(shù)作用是通過接受輸入的點數(shù)和邊數(shù),建立無向圖。函數(shù)prg( )用于計算并輸出無向圖的鄰接矩陣。函數(shù)prim( )則用PRIM算法來尋找無向圖的最小生成樹 定義了兩個數(shù)組lowcost[MAx],closest[MAx],若頂點k加入U中,則令lowcost[k]=0。 定義二維數(shù)組g[ ][ ]來建立無向圖的鄰接矩陣。
上傳時間: 2016-10-07
上傳用戶:tonyshao
// -*- Mode: Verilog -*- // Filename : wb_master.v // Description : Wishbone Master Behavorial // Author : Winefred Washington // Created On : 2002 12 24 // Last Modified By: . // Last Modified On: . // Update Count : 0 // Status : Unknown, Use with caution! // Description Specification // General Description: 8, 16, 32-bit WISHBONE Master // Supported cycles: MASTER, READ/WRITE // MASTER, BLOCK READ/WRITE // MASTER, RMW // Data port, size: 8, 16, 32-bit // Data port, granularity 8-bit // Data port, MAx. operand size 32-bit // Data transfer ordering: little endian // Data transfer sequencing: undefined
標(biāo)簽: Description Behavorial wb_master Filename
上傳時間: 2014-07-11
上傳用戶:zhanditian
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1