30+
Jahre Hochleistungssoftware für Wissenschaft und Ingenieurwesen
Anmeldung
Watch Videos
Kostenlos testen
Kaufen
English
日本語
Deutsch
Toggle navigation
Produkte
PRODUKTE
Origin
OriginPro
Origin-Viewer
Alle Produkte
Origin vs. OriginPro
Neuerungen in der aktuellen Version
Produktliteratur
DEMONSTRATIONEN
Anwendungen
Anwenderberichte
Grafikgalerie
Animationsgalerie
3D-Funktionsgalerie
FUNKTIONEN
Grafische Darstellung in 2D und 3D
Peakanalyse
Kurvenanpassung
Statistik
Signalverarbeitung
Schlüsselfunktionen nach Version
LIZENZIERUNGSOPTIONEN
Node-Locked (rechnergebunden)
FLEXnet Concurrent (Netzwerk)
Dongle
Akademiker
Studentenversion
Anwender in der Industrie
Anwender in Behörden
Warum OriginLab?
Wer verwendet Origin?
Anwendermeinungen
Veröffentlichte Produktbewertungen
Online-Shop
Angebot anfragen/Bestellen
Vertriebspartner suchen
Apps
Data Import
CSV Connector
Excel Connector
MATLAB Connector
XML Connector
LeCroy Connector
Agilent MS
Tektronix WFM
Google Map
N42 Connector
More...
Graphing
Graph Maker
Paired Comparison Plot
Manhattan Plot
Forest Plot
Piper Diagram
Voronoi Diagram
Chromaticity Diagram
Heatmap with Dendrogram
More...
Publishing
Graph Publisher
Send Graphs to PowerPoint
Send Graphs to Word
Send Graphs to OneNote
Movie Creator
Graph Anim
More...
Curve Fitting
Simple Fit
Speedy Fit
Rank Models
Fit ODE
Neural Network Fitting
Fit Convolution
Polynomial Surface fit
Enzyme Kinetics
Drug Dissolution Analysis
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
Stats Advisor
PCA
DOE
Chi-Square Test
Weibull Fit
Structural Equation Modeling
Surface Roughness Parameters
More...
How do Apps work in Origin?
Suggest a New App
Kaufen
Neuaufträge
Softwarepflege verlängern
Upgrade für Origin
Vertrieb kontaktieren (nur USA & Kanada)
Vertriebspartner suchen
Lizenzierungsoptionen
Node-Locked (rechnergebunden)
FLEXnet Concurrent (Netzwerk)
Dongle
Akademiker
Studentenversion
Anwender in der Industrie
Anwender in Behörden
Warum OriginLab?
FAQ für Vertrieb
Support
SERVICE
Origin auf neuen PC übertragen
Origin lizenzieren/registrieren
Beratung
Schulung
SUPPORT
FAQ für Support
Hilfecenter
Support kontaktieren
Support-Richtlinien
DOWNLOADS
Service Releases
Origin Viewer
Orglab Module
Produktliteratur
Demoversion von Origin
Alle Downloads
VIDEOS
Installation und Lizenzierung
Einführung in Origin
Alle Video-Tutorials
DOKUMENTATION
Hilfe
Tutorials
Programmierung mit Python
Programmierung mit OriginC
Programmierung mit LabTalk
Gesamte Dokumentation
Communities
Anwenderforum
Anwenderdateiaustausch
Facebook
YouTube
LinkedIn
Über uns
OriginLab Corp.
Neuigkeiten & Events
Karriere
Vertriebspartner
Kontakt
Anmeldung
Origin C Reference
>
Global Functions
>
Signal Processing
>
Fourier Transform
>
FFT
>
FFT
Beispiele (DescStats)
>
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
Programmieren
Origin C Programming Guide
Origin C Reference
Beispiele (DescStats)
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
Mathematik
Matrixkonvertierung und 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. Alle Rechte vorbehalten.
×
☐
_
Let's Chat