搜索资源列表
1024FFT FPGA实现仿真参考
- 1024 点FFT,基于基4蝶形运算,在VC编译通过,可以作为FPGA实现仿真参考-1024-point FFT, radix-4 butterfly operations based in the VC compiler, FPGA emulation can be used as reference
butterfly.h264
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
bufferfly
- 一个对编写VITERBI算法很有用的资料,其中描述了VITERBI基本的运算单元-蝶形运算,很有参考价值-VITERBI algorithm for the preparation of a useful information, which describes the basic computing unit VITERBI- butterfly computation, a good reference
FFT_top_5
- 方案组成模块及系统框图 本方案设计主要由以下模块组成 1:顶层模块 2:数据输入排序模块 3:系统控制模块 4:RAM控制器模块 5:ROM控制器模块 6:蝶型单元模块(Program composition module and system diagram The design of this scheme is mainly composed of the following modules 1: top m
FFT算法程序分步详解C程序
- 分步细讲解基2蝶形算法,尽量让你在最短的时间内掌握FFT算法的程序实现。(Step by step to explain the basic 2 butterfly algorithm, try to let you grasp the FFT algorithm in the shortest time.)