搜索资源列表
数据压缩_
- 自己做的作业(自适应霍夫曼解压缩) 完成功能解压缩文件!方法:自适应霍夫曼编码(8bit编码)(有GUI界面)-own operations (Adaptive Hoffman decompress) completed functional decompress documents! Method : adaptive Huffman coding (8bit coding) (a GUI interface)
8BIT
- 基于FPGA的8位乘法器代码,可以进行四象限乘法
PCM16bit_to_PCM8bit
- 利用matlab实现语音输入、8bit PCM音频截短、滤波输出。用于将大于8bit的PCM语音截短为8bit的PCM语音。
DCTJPEG
- 使用Matlab编程实现发送端信源编码(图像压缩)和接收端信源解码(图像重建),其中的编解码算法可采用基于DCT变换的JPEG图像压缩标准;测试图像加噪,然后对去噪后的图像进行压缩与重建,分析压缩性能;研究基于下采样和内插的图像压缩算法;可将8bit/pixel灰度图像扩展至24bit/pixel彩色图像,或者采用无损压缩算法对图像压缩。-Sender using the Matlab programming source coding (image compression) and the r
MATLAB
- 产生长度为1000的标准正太分布的随机信号,画出时域波形及频谱; 采用u=255的非均匀PCM编码,每符号为8bit,画输入-输出关系图; 计算信号量化噪声比(SQNR); 信道误码率为10-3; 解码,并画出u律反变换后的信号时域波形及频谱。 扩展要求: 采用均匀PCM、量化级数可变、信道误码率可变。 - have a standard len
imageplanerepresentation
- this program gives the idea about how image is represented in different plane in an 8bit mode.
frame_syn
- 这是一个帧同步数据搜索模块,用于检测输入的数据流中的帧头,当检测到帧头后输出一个同步信号。 输入数据为 8bit的并行数据流,数据流中的每帧由 10 个字节组成,为 1个字 节的帧头(47H)加上 9 个字节的数据。各个字节的中间部分与时钟上升沿对齐。 每帧数据中,除帧头外的其他数据也可能为 47H。 在数据传输过程中,帧头数据有可能受到干扰而变为其他数值,因此要求输出同步信号时具有一定的容错功能。-This is a frame synchronization
fir-example-8bit
- Filter type: Low Pass Filter model: Butterworth Filter order: 2 Sampling Frequency: 1000 Hz Cut Frequency: 100.000000 Hz Coefficents Quantization: 8-bit
matlab
- 批量tif文件16bit转换为8bit,支持自定义灰度转换-convert 16 bit tif files to 8 bit ones
raw2jpg
- 将成像器输出的高位深度(高于8bit)raw格式的码流文件切分、转换成可以显示输出的jpg文件-transfrom the RAW file to jpg files, and transfrom 12bit into 8bit for screen output
butterfly_fft_DSP
- This is an implementation of an butterfly Discret fast fourier transform that has been implemented on a digital signal processing chip. It is an 8bit algorithm that computes the FFT on input analog data.-This is an implementation of an butterfly Disc
imageo
- Program for converting 8bit image to text file
lab2
- multiplexing 8bit with test bench vhdl
ysgz
- 对256×256大小的8bit灰度lena图像进行仿真计算,稀疏矩阵采用DCT矩阵,观测矩阵采用高斯随机矩阵,重构算法采用OMP(正交匹配追踪)算法。 -256256 size 8bit grayscale lena image simulation, sparse matrix DCT matrix, and observation matrix using Gaussian random matrix reconstruction algorithm using OMP (orthogo
base64code
- Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一-Base64 is the most common network for transmission of 8 bit one of byte code encoding
OpenSerial_test
- Matlab串口通讯程序、读取串口数据、一个8bit、7296个8bit数据为一次读取的数据量、每两个8bit构成一个16bit数据(Matlab serial communication program, read serial data, a 8bit, 7296 8bit data for the one read data amount, each two 8bit to form a 16bit data)
hhh
- (1) 数据源:随机产生752*8bit作为数据源 (2) 按照DTMB的能量扩散初始相位和生成多项式来产生伪随机数据并对原始数据源进行加扰 (3) 加扰后的数据直接进行解扰,观察误码率的值,验证加扰算法 (4) 按照DTMB标准构造BCH(1023,1013)来实现BCH(762,752)信道编码器和解码器,并观察其误码率是否为0来验证其正确性。 (5) 最后把能量扩散和BCH编码级联,接收端把BCH解码和解扰级联,观察其误码率,验证正确性。(((1) Source: randomly gen
锁相环输入信号建模例程
- 锁相环输入信号建模例程,代码注释详细,例如初学者,将输入信号转换成8bit补码数据写入txt文件,可用于FPGA工程测试使用。还可以直接绘出时域波形图,直观比较。