搜索结果
找到约 408 项符合
Transform 的查询结果
按分类筛选
- 全部分类
- 技术资料 (205)
- matlab例程 (25)
- 数学计算 (21)
- 其他 (19)
- 书籍 (14)
- 压缩解压 (13)
- 其他书籍 (10)
- 文章/文档 (9)
- 源码 (8)
- 数值算法/人工智能 (7)
- 软件设计/软件工程 (7)
- 行业发展研究 (7)
- 学术论文 (6)
- 论文 (4)
- VHDL/FPGA/Verilog (4)
- 教程 (3)
- 笔记 (3)
- 电子书籍 (3)
- 单片机开发 (3)
- 系统设计方案 (3)
- 软件 (2)
- 通讯/手机编程 (2)
- 人工智能/神经网络 (2)
- 手册 (1)
- 习题答案 (1)
- 其他 (1)
- 单片机编程 (1)
- 电源技术 (1)
- 接口技术 (1)
- DSP编程 (1)
- 仿真技术 (1)
- 书籍源码 (1)
- 其他文档 (1)
- 技术教程 (1)
- 软件工程 (1)
- 实用工具 (1)
- FPGA (1)
- 编辑器/阅读器 (1)
- 编译器/解释器 (1)
- Java编程 (1)
- 网络 (1)
- 文件格式 (1)
- 技术管理 (1)
- 汇编语言 (1)
- 通讯编程文档 (1)
- Java书籍 (1)
- 生物技术 (1)
- VC书籍 (1)
- 其他嵌入式/单片机内容 (1)
- SQL Server (1)
- 并行计算 (1)
其他 包裝ffmpeg中的codecs成為DirectShow中的transform filter
包裝ffmpeg中的codecs成為DirectShow中的transform filter
压缩解压 This code demonstrate Fast Wavelet Transform. Executable and can be run on Visual C++ platform
This code demonstrate Fast Wavelet Transform. Executable and can be run on Visual C++ platform
软件设计/软件工程 Getting to Know the FFT What is the FFT? FFT = Fast Fourier Transform. The FFT is a faster version
Getting to Know the FFT
What is the FFT? FFT = Fast Fourier Transform. The FFT is a faster version of the Discrete
Fourier Transform (DFT). The FFT utilizes some clever algorithms to do the same thing as the
DTF, but in much less time.
数学计算 This is a simple one dimensional Fast Fourier Transform (and Inverse FFT) test program. FFT(and Inve
This is a simple one dimensional Fast Fourier Transform (and Inverse FFT) test program. FFT(and Inverse FFT) is implemeted as a function. 2^n-point FFT is possible.
生物技术 基于"trace transform"的识别2D图像的C++源程序
基于"trace transform"的识别2D图像的C++源程序,
主文件是tt.cpp,
在LINUX下可以用
g++ tt.cpp -o tt -O3进行编绎,
而且最后的结果也可以在MATLAB下显示出来,
This package presents C++ tools to the trace transform of a 2D image, and related objects, i.e. circuses and triple features, matl ...
matlab例程 System identification with adaptive filter using full and partial-update Transform-Domain Least-Mean
System identification with adaptive filter using full and partial-update Transform-Domain Least-Mean-Squares
其他 Fast Discrete Curvelet Transform有正反变换,各个程序里面的参数都有详细的说明.
Fast Discrete Curvelet Transform有正反变换,各个程序里面的参数都有详细的说明.
Java编程 A fairly conventional 3D matrix object that can transform sets of 3D points and perform a variety
A fairly conventional 3D matrix object that can transform sets of
3D points and perform a variety of manipulations on the transform
matlab例程 FFTGUI Demonstration of Finite Fourier Transform. FFTGUI(y) plots real(y), imag(y), real(fft(y)
FFTGUI Demonstration of Finite Fourier Transform.
FFTGUI(y) plots real(y), imag(y), real(fft(y)) and imag(fft(y)).
FFTGUI, without any arguments, uses y = zeros(1,32).
When any point is moved with the mouse, the other plots respond.
Inspired by Java applet by Dave Hale, Stanford Explo ...
数学计算 快速傅里叶变换(FFT)算法。FFT - Fast Fourier transform. The length of X must be a power of two, for a fast radi
快速傅里叶变换(FFT)算法。FFT - Fast Fourier transform. The length of X must be a power of two, for a fast radix-2 fast-Fourier transform algorithm is used