搜索结果
找到约 169 项符合
TRANSforM 的查询结果
按分类筛选
- 全部分类
- matlab例程 (25)
- 数学计算 (20)
- 其他 (19)
- 压缩解压 (12)
- 其他书籍 (10)
- 文章/文档 (9)
- 数值算法/人工智能 (7)
- 软件设计/软件工程 (7)
- 行业发展研究 (7)
- 书籍 (7)
- 学术论文 (5)
- VHDL/FPGA/Verilog (4)
- 电子书籍 (3)
- 单片机开发 (3)
- 系统设计方案 (3)
- 人工智能/神经网络 (2)
- 通讯/手机编程 (2)
- 电源技术 (1)
- 单片机编程 (1)
- Java书籍 (1)
- 书籍源码 (1)
- VC书籍 (1)
- 技术管理 (1)
- 生物技术 (1)
- SQL Server (1)
- Java编程 (1)
- 并行计算 (1)
- 网络 (1)
- 文件格式 (1)
- 编辑器/阅读器 (1)
- 编译器/解释器 (1)
- 其他嵌入式/单片机内容 (1)
- 通讯编程文档 (1)
- DSP编程 (1)
- 汇编语言 (1)
- 软件工程 (1)
- 仿真技术 (1)
- 论文 (1)
- 其他 (1)
- 源码 (1)
- 技术资料 (1)
压缩解压 几种常用的压缩算法 本程序包含以下功能: 1、 Arithmetic coding 2、 Huffman coding 3、 LZ77 coding 4、 LZ78 coding 5、 L
几种常用的压缩算法
本程序包含以下功能:
1、 Arithmetic coding
2、 Huffman coding
3、 LZ77 coding
4、 LZ78 coding
5、 LZW
6、 RLE
7、 DCT
8、 Furie transform
压缩解压 the attached utility is a work I ve submitted to the university It shows what a jpeg compression is
the attached utility is a work I ve submitted to the university
It shows what a jpeg compression is all about.
the function implements the DCT transform, using a matrix operator.
note that matlab has a function for the DCT and iDCT transforms
that might be more efficient.
数学计算 Hilber-Huang变换的MATLAB程序 Mat_emd is a Matlab program demonstrating performing the Empirical Mode D
Hilber-Huang变换的MATLAB程序
Mat_emd is a Matlab program demonstrating performing the Empirical Mode Decomposition and Hilbert-Huang transform on seismic reflection data
压缩解压 Image Compression A collection of simple routines for image compression using different techniqu
Image Compression
A collection of simple routines for image compression using different techniques.
图象压缩的不同方法
BTCODE:
Image compression Using Block Truncation Coding.
PYRAMID:
Image compression based on Gaussian Pyramids.
DCTCOMPR:
Image compression based on Discrete Cosine Transform.
...
matlab例程 用Fourier变换求取信号的功率谱---周期图法 用Fourier变换求取信号的功率谱---分段周期图法 用Fourier变换求取信号的功率谱---welch方法 功率谱估计----多窗口法(
用Fourier变换求取信号的功率谱---周期图法
用Fourier变换求取信号的功率谱---分段周期图法
用Fourier变换求取信号的功率谱---welch方法
功率谱估计----多窗口法(multitaper method ,MTM法)
功率谱估计----最大熵法(maxmum entmpy method,MEM法)
功率谱估计----多信号分类法(multiple signal classification,music法) ...
文章/文档 fft.c--This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays
fft.c--This computes an in-place complex-to-complex FFT
x and y are the real and imaginary arrays of 2^m points.
dir = 1 gives forward transform
dir = -1 gives reverse transform
文章/文档 This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m
This computes an in-place complex-to-complex FFT
x and y are the real and imaginary arrays of 2^m points.
dir = 1 gives forward transform
dir = -1 gives reverse transform
人工智能/神经网络 The tca package is a Matlab program that implements the tree-dependent component analysis (TCA) alg
The tca package is a Matlab program that implements the tree-dependent
component analysis (TCA) algorithms that extends the independent
component analysis (ICA), where instead of looking for a linear transform
that makes the data components independent, we are looking for components
that can be bes ...
matlab例程 1D FDTD simulation between free space and dielectric medium with absorbing boundary conditions,calcu
1D FDTD simulation between free space and dielectric medium with absorbing boundary conditions,calculating the fourier transform of electric field
软件设计/软件工程 These three articles involves the combination of wavelet and MCTF. MCTF means motion-compensated-tim
These three articles involves the combination of wavelet and MCTF. MCTF means motion-compensated-time-filter. It makes wavelet transform more popular because of the high compression efficiency.