IPfft_display
Synopsis
calculate the magnitude and phase of the result of ip_fft
Input Port
Parameters
log
|
UItoggle
|
take the log10 of the magnitude
|
Output Port
dst1
|
ip_Image_OutFloat
|
dst2
|
ip_Image_OutFloat
|
TmpField
|
IPfld
|
obj
|
output renderable object
|
TmpField
|
IPfld
|
obj
|
output renderable object
|
Description
Input
&in_image
The input is a reference to an ip_Image. The ip_Images can be of any data type.
Parameters
log
UItoggle: if TRUE the log base 10 of the magnitude is returned.
Output Port
dst1
The magnitude of the source.
dst2
TmpField
This output is dst1 converted back into an AVS/Express field.
obj
This is a renderable version of dst1.
TmpField
This output is dst2 converted back into an AVS/Express field.
obj
This is a renderable version of dst2.
Example
Not available
File
v/ip.v
See also