30+
years serving the scientific and engineering community
Log In
Buy Now
Try Origin for Free
Watch Videos
English
日本語
Deutsch
Toggle navigation
Products
PRODUCTS
Origin
OriginPro
Origin Viewer
All products
Origin vs. OriginPro
What's new in latest version
Product literature
SHOWCASE
Applications
User Case Studies
Video Tutorials
Graph Gallery
Animation Gallery
3D Function Gallery
FEATURES
2D&3D Graphing
Peak Analysis
Curve Fitting
Statistics
Signal Processing
Key features by version
LICENSING OPTIONS
Node-locked(fixed seat)
Concurrent Network (Floating)
Dongle
Academic users
Student version
Commercial users
Government users
Non-Profit users
Why choose OriginLab
Who's using Origin
What users are saying
Published product reviews
Online Store
Get a quote/Ordering
Find a distributor
Apps
Data Import
CSV Connector
Excel Connector
HTML Connector
HDF Connector
NetCDF Connector
Import NMR Data
Import PDF Tables
Google Map Import
Import Shapefile
More...
Graphing
Graph Maker
Correlation Plot
Paired Comparison Plot
Venn Diagram
Taylor Diagram
Volcano Plot
Kernel Density Plot
Chromaticity Diagram
Heatmap with Dendrogram
More...
Publishing
Graph Publisher
Send Graphs to PowerPoint
Send Graphs to Word
Send Graphs to PDF
Send Graphs to OneNote
Movie Creator
Graph Anim
More...
Curve Fitting
Simple Fit
Speedy Fit
Piecewise Fit
Fit ODE
Fit Convolution
Rank Models
Fitting Function Library
Neural Network Regression
Polynomial Surface fit
Global Fit with Multiple Functions
More...
Peak Analysis
Simple Spectroscopy
Peak Deconvolution
Pulse Integration
Align Peaks
Global Peak Fit
PCA for Spectroscopy
2D Peak Analysis
Gel Molecular Weight Analyzer
More...
Statistics
SPC
DOE
Stats Advisor
PCA
RDA
Bootstrap Sampling
Time Series Analysis
Factor Analysis
General Linear Regression
Logistic Regression
SVM Classification
More...
How do Apps work in Origin?
Suggest a New App
Purchase
New Orders
Renew Maintenance
Upgrade Origin
Contact Sales(US & Canada only)
Find a Distributor
Licensing Options
Node-locked(fixed seat)
Concurrent Network (Floating)
Dongle
Academic users
Student version
Commercial users
Government users
Non-Profit users
Why choose OriginLab
Purchasing FAQ
Support
SERVICES
Transfer Origin to new PC
License/Register Origin
Consulting
Training
Renew Maintenance
SUPPORT
Support FAQ
Help Center
Contact Support
Support Policy
DOWNLOADS
Service Releases
Origin Viewer
Orglab Module
Product Literature
Origin Trial
All downloads
VIDEOS
Installation and Licensing
Introduction to Origin
All video tutorials
DOCUMENTATION
User Guide
Tutorials
Python Programming
OriginC Programming
LabTalk Programming
All documentation
Communities
User Forum
User File Exchange
About Us
OriginLab Corp.
News & Events
Careers
Distributors
Contact Us
Contact Us
Log In
Origin C Reference
>
Global Functions
>
Signal Processing
>
Fourier Transform
>
FFT
>
FFT
Examples
>
Analysis
>
Signal Processing
>
FFT
All Books
Non-Programming Books
User Guide
Tutorials
Quick Help
Origin Help
Programming Books
X-Function
Origin C
LabTalk Programming
Python
Python (External)
Automation Server
LabVIEW VI
Apps
App Development
Code Builder
License
Orglab
2.1.22.2.1 FFT
FFT-GlobalFunction
Functions
Name
Brief
Example
apply_window_data
Apply window to the signal
Examples
correlation_2d_shift_accumulate
Perform 2d correlation on real matrices basing shift-matrix-accumulated algorithm.
Examples
create_bandblock_data
Generate bandblock Responses data.
Examples
create_bandpass_data
Generate bandpass Responses data.
Examples
create_highpass_data
Generate highpass Responses data.
Examples
create_lowpass_data
Generate lowpass Responses data.
Examples
create_response_data
Generate Responses data.
Examples
FFT
These two Functions will do the 1 dimension Fast Fourier Transform. Data matrix should be of type double. If user have the data matrix in integer form, user should first transform it to double using the member function of matrixbase "CastToDouble".
Examples
fft_2d_complex
Perform 2d complex FFT
Examples
fft_2d_correlation
Perform 2d correlation on real matrices basing FFT algorithm.
Examples
fft_2d_real
Performs nFFTRow*nFFTCol-point discrete 2D Fourier transform or 2D inverse Fourier transform.
Examples
fft_amp
Calculate frequcy and ampilitude.
Examples
fft_apply_window
Apply a window to a sequence with shift, then get a new sequence of result. Pay atention the start position is not at 0, but at ishift.
Examples
fft_complex
Performs nFFT-point discrete Fourier transform or inverse Fourier transform. vSig will be padded with zeros if it has less than nFFT points and truncated if it has more.
Examples
fft_cosine
Performs nFFT-point discrete Fourier Cosine transform. vSig will be padded with zeros if it has less than nFFT points and truncated if it has more.
Examples
fft_factor
Set the sign of the Exponential Phase factor for the FFT operation.
Examples
fft_fft_2d_complex
computes the two-dimensional discrete Fourier transform or inverse Fourier transform of a bivariate sequence of complex data values.
Examples
fft_fft_2d_correlation
Perform 2d correlation on 2 matrices.
Examples
fft_fft_2d_real
Calculates the 2 dimensional discrete Fourier transforms or inverse 2 dimensional discrete Fourier transforms.
Examples
fft_fft_coherence
Calculate fft coherence
Examples
fft_fft_complex
calculates the discrete Fourier transform or inverse Fourier transform of a sequence of iSize complex data values.
Examples
fft_fft_convolution
calculates the circular convolution of two real vectors of period iSize.
Examples
fft_fft_correlation
calculates the circular correlation of two real vectors of period iSize.
Examples
fft_fft_cosine
computes the discrete Cosine transform of iSize real data values.
Examples
fft_fft_deconvolution
calculates the circular deconvolution of two real vectors of period iSize.
Examples
fft_fft_multiple_complex
computes the discrete Fourier transforms of iSequences sequences of iSize complex data values.
Examples
fft_fft_multiple_real
computes the discrete Fourier transforms of iSequences sequences of iSize real data values. For forward FT, each output sequence is in Hermitian form; For backward FT, each input sequence is in Hermitian form.
Examples
fft_fft_real
calculates the discrete Fourier transform or inverse Fourier transform of a sequence of iSize real data values. For forward FT, the output is in Hermitian form; For backward FT, the input sequence is in Hermitian form.
Examples
fft_fft_sine
computes the discrete Sine transform of iSize real data values.
Examples
fft_get_power_hermitian
Caculate the power of a serial of signal sequences which is stored in the input array(vSig). Each signal sequence has the same width. Actually they are the result of FFT transform of a window of source signal as Hermitian-Form.
Examples
fft_hermitian_to_complex
Convert from Hermitian form to general complex
Examples
fft_normalize_response
This function performs normalization of the response function
Examples
fft_norm_amp
Performs amplitude normalization.
Examples
fft_one_side_spectrum
Compute One Side Spectrum of FFT Result
Examples
fft_real
Performs nFFT-point discrete Fourier transform or inverse Fourier transform.
Examples
fft_sampling_resolution
Check the sampling resolution of the frequencies and return the interval of the sequence.
Examples
fft_shift
This function determines how the transformed data will be presented.
Examples
fft_sine
Performs nFFT-point discrete Fourier Sine transform. vSig will be padded with zeros if it has less than nFFT points and truncated if it has more
Examples
fft_stft
Get a amplitude sequence from a signal sequence using Short-Time-Fourier-Transform method.
Examples
fft_stft_complex
Get a amplitude sequence from a signal sequence using Short-Time-Fourier-Transform method.
Examples
fft_unwrap_phase
Calculate the change in phi and add it to the previous phase.
Examples
fft_wrap_response
This function performs wrapping of the response function
Examples
fftw_fft_unwrap_phase
unwrap phase
Examples
fftw_fft_2d_complex
Computes the two-dimensional discrete Fourier transform or inverse Fourier transform of a bivariate sequence of complex data values
Examples
fftw_fft_complex
Calculates the discrete Fourier transform or inverse Fourier transform of a sequence of iSize complex data values
Examples
fftw_fft_multiple_complex
Computes the discrete Fourier transforms of iSequences sequences of iSize complex data values
Examples
get_window_data
Generate window signal.
Examples
stft_complex
Performs Short-Time-Fourier-Transform on a 1d signal(complex data).
Examples
stft_real
Performs Short-Time-Fourier-Transform on a 1d signal(real data). It computes the windowed discrete-time Fourier transform of a signal using a sliding window. It return the power spectrum from the signal sequence and time and frequence scales as well.
Examples
undo_fft_shift
This function undoes the results of fft_shift.
Examples
Skip Navigation Links
All Books
Origin C
Origin C Reference
Global Functions
Signal Processing
Fourier Transform
FFT
User Guide
Tutorials
Quick Help
Origin Help
X-Function
Origin C
LabTalk Programming
Python
Python (External)
Automation Server
LabVIEW VI
Apps
App Development
Code Builder
License
Orglab
Programming
Origin C Programming Guide
Origin C Reference
Examples
Origin Developer Kit
Build Dialogs using HTML and JavaScript
Global Functions
Classes
Macros
Typedef
Struct
Enum
Basic IO
Character and String Manipulation
COM
Communications
Curve
Data Conversion
Data Range
Date Time
File IO
File Management
Fitting
Image Processing
Import Export
Internal Origin Objects
LabTalk Interface
Math Functions
Mathematics
Matrix Conversion and Gridding
Memory Management
NAG Functions
Network
Signal Processing
Spectroscopy
Statistics
System
Tree
User Interface
Filter
Fourier Transform
IIR Filter
Smoothing_(Signal Processing)
FFT
FFT Filter
ocmath_sampling_resolution
apply_window_data
correlation_2d_shift_accumulate
create_bandblock_data
create_bandpass_data
create_highpass_data
create_lowpass_data
create_response_data
FFT
fftw_fft_2d_complex
fftw_fft_complex
fftw_fft_multiple_complex
fftw_fft_unwrap_phase
fft_2d_complex
fft_2d_correlation
fft_2d_real
fft_amp
fft_apply_window
fft_complex
fft_cosine
fft_factor
fft_fft_2d_complex
fft_fft_2d_correlation
fft_fft_2d_real
fft_fft_coherence
fft_fft_complex
fft_fft_convolution
fft_fft_correlation
fft_fft_cosine
fft_fft_deconvolution
fft_fft_multiple_complex
fft_fft_multiple_real
fft_fft_real
fft_fft_sine
fft_get_power_hermitian
fft_hermitian_to_complex
fft_normalize_response
fft_norm_amp
fft_one_side_spectrum
fft_real
fft_sampling_resolution
fft_shift
fft_sine
fft_stft
fft_stft_complex
fft_unwrap_phase
fft_wrap_response
get_window_data
stft_complex
stft_real
undo_fft_shift
English
|
Deutsch
|
日本語
© OriginLab Corporation. All rights reserved.
×
☐
_
Let's Chat