搜索结果
找到约 351 项符合
dct-old 的查询结果
邮电通讯系统 本代码是基于OFDM系统的一种转换域估计算法
本代码是基于OFDM系统的一种转换域估计算法,有整个OFDM系统及改进的信道估计算法仿真。包括LS,MMSE,LMMSE,DFT,及改进后的DCT算法。
汇编语言 This is a program that I wrote many years ago. It is a floppy disk , disk copy,disk info,and format
This is a program that I wrote many years ago. It is a floppy disk , disk copy,disk info,and format program. All written in masm assembler. There is also a small 252 byte driver that allows nonstandard floppy formats on dos systems below 7.0. Floppies can be formatted in any track and sector layout ...
汇编语言 这是我一个DSP实习
这是我一个DSP实习,用汇编语言编实现离散余弦变换(DCT)的DSP程序设计。它有详细的设计流程、仿真结果,有完整的模块源码。其中有工程文件,和一个WORD文档,相信能让你清新的了解设计过程,掌握汇编设计离散余弦变换! ...
VC书籍 本文以数字图像处理、压缩技术和MATLAB应用为基础
本文以数字图像处理、压缩技术和MATLAB应用为基础,偏重于MATLAB图像处理的分析和应用。涉及到关于图像处理的图像增强、二值处理、小波分析和图像压缩的基本概念,解决了利用低通、高通滤波,膨胀,腐蚀,平滑,边缘提取和基于DCT变换,小波变换的图像压缩技术的图像处理,制作了一个关于图像处理和图像压缩的系统。 ...
通讯编程文档 GSM Call Flow MS Terminated Call Procedure Mobile - Originating Call Procedure INTRA_VLR LOCATION UP
GSM Call Flow MS Terminated Call Procedure Mobile - Originating Call Procedure INTRA_VLR LOCATION UPDATING OR IMSI ATTACH( in old VLR )
VC书籍 Like many of my colleagues in this industry, I learned Windows programming from Charles Petzold s Pr
Like many of my colleagues in this industry, I learned Windows programming from Charles Petzold s Programming Windows—a classic programming text that is the bible to an entire generation of Windows programmers. When I set out to become an MFC programmer in 1994, I went shopping for an MFC equivalen ...
其他 一个细胞自动机及相应的vote和smooth函数
一个细胞自动机及相应的vote和smooth函数,一个细胞自动机及相应的vote和smooth函数,一个检测DCT水印的函数,还有很多M文件,很有用的,欢迎下载哦。。。
数值算法/人工智能 JPEG图像分析工具t
该函数可在Matlab下调用,输入JPEG图像,获取其DCT参数,有助于从本质上理解JPEG图像编码和压缩原理,适合算法设计调用
源码 基于MATLAB的JPEG图像压缩编码
简单的实现JPEG图像压缩编码方法一
clear all;
RGB=imread('C:\Users\Administrator\Desktop\123.bmp');%读取内存中bmp格式的彩色图像
I=rgb2gray(RGB);%将彩色图像转换为灰度图像
I1=im2double(I);%将图像变换为双精度格式
T=dctmtx(8);%处理后返回一个8*8阶的DCT矩阵
B1=blkproc(I1,[8
8],'P1*x*P2', ...