搜索结果
找到约 112 项符合
fourier-Mellin 的查询结果
matlab例程 matlab编写的离散fourier变换程序
matlab编写的离散fourier变换程序,好东西哦
数学计算 A implementation of the discrete Fourier transform in visual basic classic.
A implementation of the discrete Fourier transform in visual basic classic.
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 ...
行业发展研究 shape based image retrieval using fourier description
shape based image retrieval using fourier description
通讯编程文档 This file is a function under matlab which allow to compute and plot fast fourier transform of a sig
This file is a function under matlab which allow to compute and plot fast fourier transform of a signal. We can observe the effect of the signal parameter can be changed such as frequency and N points.
通讯/手机编程 obtain the fourier series
obtain the fourier series
通讯/手机编程 quickly search for the fourier series
quickly search for the fourier series
matlab例程 求解ppln中脉冲传输的问题 采用split step fourier method
求解ppln中脉冲传输的问题 采用split step fourier method
matlab例程 split step fourier method
split step fourier method
软件设计/软件工程 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.