搜索资源列表
jpeg
- JPEG(Joint Photographic Expert Group,联合摄影专家组)编码的数据执行解压缩的各项功能.JPEG的VHDL实现代码-JPEG (Joint Photographic Expert Group, Joint Photographic Experts Group) encoding of data to implement the various functions of decompression. JPEG realization of VHDL code
Alog
- 用于实现超声回波数据的对数压缩处理,用ALTERA QUARTUSII5.1以上版本软件可以打开-For the realization of ultrasonic echo data on the number of compression, using ALTERA QUARTUSII5.1 above software can open
gray_unitary
- 图像数据压缩,用于对视频流的数据动态跟踪范围-video data compress
String-and-conversionVERILOG
- 该压缩文件包含一个verilogHDL实现数据的串并连转换功能。-Use verilog realize string and even the conversion function
cic
- 积分梳状滤波器的硬件实现,主要是实现在允许范围内进行抽取滤波,实现数据压缩-failed to translate
code
- ADPCM解码器,4位adpcm音频数据解压缩成16位的pcm数据,采样频率为20KHz.-ADPCM decoder
t1_comm
- 该程序包括数据的发送,加密,奇偶校验,接收,解密等模块,实现了一个完整的收发操作。为了测试方便,我们将接收到的数据直接引入发送端口,为此,我们编写了测试脚本文件,验证程序的正确性。该程序模块较多,读者可参考压缩包内的原理框图文件,以便于理解。-The program includes sending, encryption, parity, receive, decrypt data modules to achieve a complete transceiver operation. In
SOC_FPGA
- 在图像压缩SOC系统中采用FPGA技术,实现数据传输和处理。- In image compression using FPGA technology SOC systems, data transmission and processing.
LBG64_double_CLK
- 数据压缩算法的硬件实现ASIC&FPGA(矢量量化算法)-Data compression algorithm implemented in hardware ASIC & FPGA (vector quantization algorithm)
LSFR
- 线性反馈移位寄存器通常用于实现数据压缩电路中的基于循环冗余码校验的特征分析,应用于需要用伪随机二进制数的应用中。基于vivado的程序设计(Linear feedback shift registers are usually used to perform signature analysis based on cyclic redundancy check in data compression circuits, and are applied to applications requir
新建 WinRAR ZIP 压缩文件
- 实现跨时钟域数据传输的异步fifo,和i2c总线控制器。(Asynchronous FIFO and I2C bus controller for cross clock domain data transmission.)
ADC_Data_Recv_Module
- 接收机测试输入信号, 生成正余弦波,采样率、频率、幅度、相位可调节 并将生成的数据进行输出 压缩包包括Verilog代码、testbench代码、word文档 matlab仿真代码(The receiver tests the input signal, Generation of positive cosine wave, sampling rate, frequency, amplitude, phase can be adjusted And output the generated da
sobel
- 由Verilog编写在FPGA实现sobel算法应用于图像边缘检测,工程文件可在quartus13.1以上版本打开;工程使用到ram、fifo、pll三种ip核,design文件夹下包含ram、fifo、vga控制以及串口收发和sobel算法模块,sim和doc文件夹下分别包含modelsim的仿真模块和仿真结果;测试时将200*200分辨率的图片用matlab文件夹下的matlab脚本压缩、二值化,再将生成文件中数据用串口发给FPGA,边缘检测结果会通过VGA输出。(Written by Ve
序列检测器
- 一个哈弗曼编码序列检测器,并完成其综合。 (1) 被检测序列为EE 0F B7 93 49 DF E3 B4 DD F4 4C EE 0F B7 91(16进制),序列可以预先固化在ROM中。 例:两个字节0x01和0x11会被编码成序列0b001100 哈弗曼编码的作用是对数据进行压缩处理,哈弗曼编码有一个特点是:如果它和它前面的码字位数相同,则当前码字为它前面的码字加1;如它的位数比它前面的码字位数大,则当前码字为前一个码字加1再补若干0,直至满足位数长度。被检测序列所涉及的哈弗曼编码
H.265视频压缩的FPGA实现
- 使用verilog语言实现H.265压缩算法,能够实现实时视频数据的压缩传输(Using Verilog language to realize h.265 compression algorithm can realize the compression and transmission of real-time video data)