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

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

COSINE

  • The source code simulates BER of OFDM system implemented using discrete COSINE transform.

    The source code simulates BER of OFDM system implemented using discrete COSINE transform.

    標簽: implemented simulates transform discrete

    上傳時間: 2017-03-28

    上傳用戶:685

  • QAM simulation using a carrier COSINE wave with ISI

    QAM simulation using a carrier COSINE wave with ISI

    標簽: simulation carrier COSINE using

    上傳時間: 2014-11-30

    上傳用戶:lxm

  • General Purpose FFT (Fast Fourier/COSINE/Sine Transform)

    General Purpose FFT (Fast Fourier/COSINE/Sine Transform)

    標簽: Transform General Fourier Purpose

    上傳時間: 2017-04-25

    上傳用戶:silenthink

  • Codes for expander, raise COSINE filter and text2binary conversion.

    Codes for expander, raise COSINE filter and text2binary conversion.

    標簽: text2binary conversion expander COSINE

    上傳時間: 2017-09-03

    上傳用戶:zhuoying119

  • cordic algorithm to find sine and COSINE angles.....

    cordic algorithm to find sine and COSINE angles.....

    標簽: algorithm cordic angles COSINE

    上傳時間: 2014-10-13

    上傳用戶:bjgaofei

  • JPEG2000中小波變換的研究與FPGA實現

    JPEG2000是新一代圖像壓縮標準,JPEG2000與傳統JPEG最大的不同,在于它放棄了JPEG所采用的以離散余弦變換(Discrete COSINE Transform)為主的區塊編碼方式,而采用以小波轉換(Wavelet Transform)為主的多解析編碼方式.離散小波變換算法是現代譜分析工具,在圖像處理與圖像分析領域正得到越來越廣泛的應用.由于JPEG2000標準具有復雜的算法,全部用軟件來實現將會占用很大的處理器時間開銷和內存開銷,尤其對于實時圖像傳輸和處理系統,因而用硬件電路來實現JPEG2000標準的部分或全部,就具有重要的意義,本課題的目的就是用硬件電路來實現JPEG2000標準中的離散小波變換部分,論文研究的主要工作就是設計了一個符合JPEG2000標準的、高性能的多級二維離散小波變換的硬件電路.論文研究的內容主要分為兩部分,第一部分首先分析了JPEG2000標準和離散小波變換的原理,重點研究了離散小波變換的快速算法,包括第一代小波變換所采用的卷積算法和第二代小波變換所采用的提升算法,然后具體分析了離散小波變換在JPEG2000中的具體實現.論文第二部分對兩種離散小波變換快速算法的硬件實現進行了比較,并選擇卷積濾波算法作為硬件實現的對象,并采用Daubechies9/7小波基.然后具體設計了離散小波變換的各個模塊,所有的模塊都是有硬件描述語言(Verilog HDL)來實現,經過仿真和邏輯綜合,在一塊自行設計的FPGA開發板上進行了驗證.仿真和驗證的結果表明了該小波變換的硬件電路符合JPEG2000標準,具有較高的速度和信噪比.

    標簽: JPEG 2000 FPGA 小波變換

    上傳時間: 2013-04-24

    上傳用戶:h886166

  • 基于FPGA的圖像處理算法及壓縮編碼

    本文以“機車車輛輪對動態檢測裝置”為研究背景,以改進提升裝置性能為目標,研究在Altera公司的FPGA(Field Programmable Gate Array)芯片Cyclone上實現圖像采集控制、圖像處理算法、JPEG(Joint Photographic Expert Group)壓縮編碼標準的基本系統。本文使用硬件描述語言Verilog,以RedLogic的RVDK開發板作為硬件平臺,在開發工具OUARTUS2 6.0和MODELSIM SE 6.1B環境中完成軟核的設計與仿真驗證。 數據采集部分完成的功能是將由模擬攝像機拍攝到的圖像信號進行數字化,然后從數據流中提取有效數據,加以適當裁剪,最后將奇偶場圖像數據合并成幀,存儲到存儲器中。數字化及碼流產生的功能由SAA7113芯片完成,由FPGA對SAA7113芯片初始化設置、控制,并對數字化后的數據進行操作。 圖像處理算法部分考慮到實時性與算法復雜度等因素,從裝置的圖像處理流程中有選擇性地實現了直方圖均衡化、中值濾波與邊緣檢測三種圖像處理算法。 壓縮編碼部分依據JPEG標準基本系統順序編碼模式,在FPGA上實現了DCT(Discrete COSINE Transform)變換、量化、Zig-Zag掃描、直流系數DPCM(Differential Pulse Code Modulation)編碼、交流系數RLC(Run Length code)編碼、霍夫曼編碼等主要步驟,最后用實際的圖像數據塊對系統進行了驗證。

    標簽: FPGA 圖像處理 壓縮編碼 算法

    上傳時間: 2013-04-24

    上傳用戶:qazwsc

  • 這是06年4月剛剛完成的程序

    這是06年4月剛剛完成的程序,從opencore.org下載而來。用vhdl語言描寫,以及matlab仿真,testbench,以及在xinlinx上的綜合。 The MDCT core is two dimensional discrete COSINE transform implementation designed for use in compression systems like JPEG. Architecture is based on parallel distributed arithmetic with butterfly computation.

    標簽: 程序

    上傳時間: 2013-12-16

    上傳用戶:123啊

  • Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A c

    Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A common approach to implementing these arithmetic functions is to use the Coordinate Rotation Digital Computer (CORDIC) algorithm. The CORDIC algorithm calculates the trigonometric functions of sine, COSINE, magnitude, and phase using an iterative process. It is made up of a series of micro-rotations of the vector by a set of predetermined constants, which are powers of two. Using binary arithmetic, this algorithm essentially replaces multipliers with shift and add operations. In a Stratix™ device, it is possible to calculate some of these arithmetic functions directly, without having to implement the CORDIC algorithm.

    標簽: representation Magnitude the magnitude

    上傳時間: 2013-12-24

    上傳用戶:金宜

  • IEEE Std 1180-1990. IEEE Standard Specifications for the Implementations of 8x8 Inverse Discrete Cos

    IEEE Std 1180-1990. IEEE Standard Specifications for the Implementations of 8x8 Inverse Discrete COSINE Transform, specifies the numerical characteristics of the 8x8 inverse discrete COSINE transform (IDCT) for use in visual telephony and similar applications where the 8x8 IDCT results are used in a reconstruction loop. The specifications ensure the compatibility between different implementations of the IDCT.

    標簽: IEEE Implementations Specifications Discrete

    上傳時間: 2016-01-31

    上傳用戶:guanliya

主站蜘蛛池模板: 南华县| 荣成市| 云浮市| 临武县| 江陵县| 余姚市| 新民市| 福建省| 浠水县| 灵石县| 盖州市| 夏邑县| 耒阳市| 贵定县| 福建省| 应城市| 丰原市| 广东省| 景宁| 喜德县| 兴安县| 洞口县| 临澧县| 定西市| 克山县| 平远县| 白沙| 宁夏| 丘北县| 巍山| 辉南县| 通化市| 西畴县| 麦盖提县| 东阿县| 湘潭市| 林周县| 海原县| 海盐县| 喀喇| 梓潼县|