搜索结果
找到约 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)
matlab例程 %radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2
%radon transform
clear all
%
N=800
n=1:N
fs=200
t=n/fs
x1=exp(j*2*pi*(5*t+0.5*5*t.^2))
x2=exp(j*2*pi*(5*t+0.5*15*t.^2))
x=x1+x2
%N=length(x)
% ambifunb(x )
%*****************************************RAT
naf=ambifunb(x)
htl(abs(naf))
% [wh,rho,theta]=htl(abs(naf))
colormap([0, ...
文件格式 NONSUBSAMPLED CONTOURLET TRANSFORM FILTER DESIGN AND APPLICATIONS
NONSUBSAMPLED CONTOURLET TRANSFORM FILTER DESIGN AND APPLICATIONS
文章/文档 Directional Multiscale Modeling of Images using the Contourlet Transform
Directional Multiscale Modeling of Images
using the Contourlet Transform
其他 A 2-D ECG compression algorithm based on wavelet transform and vector quantization
A 2-D ECG compression algorithm based on wavelet transform
and vector quantization
其他 dom4j与Transform配合操作XML文档,并调用Xslt进行格式化的例子
dom4j与Transform配合操作XML文档,并调用Xslt进行格式化的例子
压缩解压 基于peak transform的高效图像编码。
基于peak transform的高效图像编码。
数学计算 FFTW, a collection of fast C routines to compute the Discrete Fourier Transform in one or more dime
FFTW, a collection of fast C routines to compute the Discrete
Fourier Transform in one or more dimensions.The fftw/ directory contains the source code for the complex transforms,
and the rfftw/ directory contains the source code for the real transforms.
其他 One dimensional wavelet transform s input data from file dataIn.txt h[] : -1 0 1 2 g[] : 1 1 0 3
One dimensional wavelet transform s input data from file dataIn.txt
h[] : -1 0 1 2
g[] : 1 1 0 3
c[] : 1 4 2 5 4 6 7 8
matlab例程 This directory includes matlab interface of the curvelet transform using usfft. Basic functions
This directory includes matlab interface of the curvelet transform
using usfft.
Basic functions
fdct_usfft.m -- forward curvelet transform
afdct_usfft.m -- adjoint curvelet transform
ifdct_usfft.m -- inverse curvelet transform
fdct_usfft_param.m -- returns the location of each curvelet in phase ...
其他 Analysis of blind data hiding using discrete cosine transform phase modulation。
Analysis of blind data hiding using discrete cosine transform phase modulation。