搜索资源列表
-
0下载:
实现jpeg图像解码功能。
代码设计思路:1, Reconstruct the Huffman/RLE stream to a sequence
2, Arrange the sequence to a matrix using the zigzag scanning backwards
3, Multiply the matrix by quantization table
4, Perform inverse DCT
5, Shift the val
-
-
0下载:
产生长度为1000的标准正太分布的随机信号,画出时域波形及频谱;
采用u=255的非均匀PCM编码,每符号为8bit,画输入-输出关系图;
计算信号量化噪声比(SQNR);
信道误码率为10-3;
解码,并画出u律反变换后的信号时域波形及频谱。
扩展要求:
采用均匀PCM、量化级数可变、信道误码率可变。
- have a standard len
-
-
0下载:
YUV序列打开,DCT变换,IDCT变换、量化、反量化等操作-YUV sequence of open, DCT transform, IDCT transform, quantization, inverse quantization operation
-
-
2下载:
对JPEG的压缩标准进行了仿真,主要过程DCT压缩,根据JPEG的量化矩阵对DCT结果进行量化,对量化结果进行Huffman编码。同时也实现了解压缩过程,即执行上述过程的逆过程。-JPEG compression standard of the simulation, the main process of DCT compression, according to the JPEG quantization matrix to quantify the results of the DCT,
-
-
0下载:
jpeg图像进行量化和反量化的matlab程序-jpeg images can be quantified and inverse quantization of the matlab program
-
-
0下载:
工程名为DctQuant,编程实现了一帧CIF格式4:2:0的YUV图像的H.264的整数变换、量化以及逆量化、逆变换。具体的功能表述如下:
1、首先按“打开YUV”按钮,选择一帧格式为CIF的4:2:0的YUV图像(默认的YUV图像的格式为4:2:0的CIF格式)。选择完成后,可以看到显示的输入图像。
2、输入QP值,QP是0到51之间的整数值,超出范围,会弹出对话框提示。QP默认为28。注意:当改变QP值为0时,即没有量化,则点击转换按钮显示出的PSNR值即为输入图像的PSNR值。
-
-
1下载:
Mp3解码过程,总体上可分为9个过程:比特流分解,霍夫曼解码,逆量化处理,立体声处理,频谱重排列,抗锯齿处理,IMDCT变换,子带合成,pcm输出。
-Mp3 decoding process, on the whole can be divided into nine process: bit-stream decomposition, Huffman decoding, inverse quantization processing, sound processing, spectrum
-
-
0下载:
完全利用SSE2汇编指令实现的H.264的色度信号的DCT变换和量化、反量化和反变换程序,包含Hardamard变换-Fully implemented using SSE2 assembler instructions H.264 DCT chrominance signal transform and quantization, inverse quantization and inverse transform process, including Hardamard transform
-
-
0下载:
利用vc++实现的 基于MMX汇编指令进行优化的H.264的量化和反量化程序,可以运行和输出结果,所需时间是优化前的十分之一,非常有效。-Using vc++ implementation based on optimized MMX assembler instructions H.264 quantization and inverse quantization process, can run and output the results, the time is one-tenth of
-
-
0下载:
AVS 和H.264 的通用反量化模块设计
论文-AVS and H.264 generic inverse quantization module design thesis
-
-
1下载:
JPEG图像压缩标准MATLAB仿真程序。包括DCT变换及其逆变换、量化及反量化等过程。-JPEG image compression standard MATLAB simulation program. Including the DCT transform and its inverse transform, quantization and inverse quantization and other processes.
-
-
0下载:
灰度图像的DCT及之字形扫描,量化,反量化,逆扫描,图像复原-DCT and the gray image of the zigzag scan, quantization, inverse quantization, inverse scanning, image restoration
-
-
0下载:
PAV (H265) 是 音视频 压缩解压 协议,非常不同于H264/MPEG4,ZPAV (H265) 的基本算法 是 小波,多级树集合群,广义小波,数学形态小波,......
ZPAV (H265) 基本算法 :
1,图象与声音分解与合成 :小波 ;
2,图象与声音前处理 :小波子带零交叉降噪,目标纹理处理,语音处理 ;
3,速率控制 :小波子带熵速率控制 ;
4,量化与反量化 :小波子带熵量化与反量化 ;
5,低频分量和高频分量的降维 :小波子带邻域交
-
-
0下载:
量化离散余弦变换系数的程序实现及其效果的检测。过程中使用了8x8的分块方法。首先计算每块的离散余弦变换(DCT);然后量化了DCT的系数; 最后进行了反离散余弦变换(iDCT). 程序中还可以设定缩放系数。-Quantify the discrete cosine transform coefficients procedure and its effect detection. The process used in the 8x8 sub-block method. First calcul
-
-
0下载:
H.264解码器源程序 包括括对输入像素块的反量化和反变换
-H.264 decoder source consists of the input pixel block of inverse quantization and anti-transform
-
-
0下载:
Inverse quantization and DCT for h.264 in verilog
-
-
0下载:
数字图片量化:图像进行高斯滤波,图像直方图均衡及其处理,图像添加噪声并且滤除,矩阵做DCT反变换,对图像做dct变换和量化-Digital image quantization: image Gauss filtering, image histogram equalization and processing, image adding noise and filtering, matrix DCT inverse transform, DCT transform and quantizati
-
-
0下载:
JPEG算法实现:1.读取图片 2. 分别对3个通道DCT变换及量化, 3.反量化-JPEG algorithm:
1. Read Photos
2. respectively three channels DCT transform and quantization,
3. The inverse quantization
-
-
0下载:
程序功能:模拟DCT编码解码过程,生成带“块效应”的图像
实验图片:lena.jpg(512*512)
步骤:彩色图像→灰度图像→DCT→量化→反量化→IDCT→重构图像并保存- Program features: Analog DCT encoding and decoding process, generated with the " block effect" image Experimental Image: lena.jpg (512* 512)
-
-
0下载:
视频解码:包括反DCT变换,反量化,VLD,MC等,-Video decoding: including the DCT transform and inverse quantization, VLD, MC etc.,
-