Adelsbach/VSIPL
Core Programming Reference Guide
DD-00016-015
Core
[
next
] [
prev
] [
prev-tail
] [
tail
] [
up
]
Chapter 5
Signal Processing Functions
5.1
FFT Functions
5.1.1
vsip_
dd
fftop_create_
p
- Create FFT Objects (Out-of-Place)
5.1.2
vsip_ccfftip_create_
p
- Create FFT Object (In-Place)
5.1.3
vsip_fft_destroy_
p
- Destroy an FFT Object
5.1.4
vsip_fft_getattr_
p
- Get FFT Object Attributes
5.1.5
vsip_
dd
fftop_
p
- Perform FFT Operations (Out-of-Place)
5.1.6
vsip_ccfftip_
p
- Perform FFT Operations (In-Place)
5.1.7
vsip_
dd
ffmop_create_
p
- Create Multiple-FFT Objects (Out-of-Place)
5.1.8
vsip_ccffmip_create_
p
- Create Multilpe-FFT Object (In-Place)
5.1.9
vsip_fftm_destroy_
p
- Destroy a Multiple-FFT Object
5.1.10
vsip_fftm_getattr_
p
- Get Multple-FFT Object Attributes
5.1.11
vsip_
dd
ffmop_
p
- Perform Multiple-FFT Operations (Out-of-Place)
5.1.12
vsip_ccffmip_
p
- Perform Multiple-FFT Operations (In-Place)
5.2
Convolution and Correlation Functions
5.2.1
vsip_
d
conv1d_create_
p
- Create 1D Convolution Object
5.2.2
vsip_
d
conv1d_destroy_
p
- Destroy 1D Convolution Object
5.2.3
vsip_
d
conv1d_getattr_
p
- Get 1D Convolution Object Attributes
5.2.4
vsip_
d
convolve1d_
p
- Perform 1D Convolution
5.2.5
vsip_
d
corr1d_create_
p
- Create 1D Correlation Object
5.2.6
vsip_
d
corr1d_destroy_
p
- Destroy 1D Correlation Object
5.2.7
vsip_
d
corr1d_getattr_
p
- Get 1D Correlation Object Attributes
5.2.8
vsip_
d
correlate1d_
p
- Compute 1D Correlation
5.3
Window Functions
5.3.1
vsip_vcreate_blackman_
p
- Create a Blackman Window Vector
5.3.2
vsip_vcreate_kaiser_
p
- Create a Kaiser Window Vector
5.3.3
vsip_vcreate_cheby_
p
- Create a Chebyshev Window Vector
5.3.4
vsip_vcreate_hanning_
p
- Create a Hanning Window Vector
5.4
FIR
5.4.1
vsip_
d
fir_create_
p
- Create a FIR Filter
5.4.2
vsip_
d
fir_reset_
p
- Reset a FIR Filter
5.4.3
vsip_
d
fir_getattr_
p
- Get Attributes of a FIR Filter
5.4.4
vsip_
d
firflt_
p
- Apply a FIR Filter to a Vector View
5.4.5
vsip_
d
fir_destroy_
p
- Destroy a FIR Filter
5.5
Miscellaneous Signal Processing Functions
5.5.1
vsip_vhisto_
p
- Compute Histogram of a Vector View
[
next
] [
prev
] [
prev-tail
] [
front
] [
up
]