IPindex.gif Previous-2.gif Next-3.gif

IPfft_display


Synopsis

calculate the magnitude and phase of the result of ip_fft

Input Ports

&in_image

ip_Image

 

Parameters

log

UItoggle

take the log10 of the magnitude

 

Output Ports

dst1

ip_Image_OutFloat

dst2

ip_Image_OutFloat

TmpField

IPfld

obj

output renderable object

TmpField

IPfld

obj

output renderable object

 

Description

IPfft_display converts the results of IPfft into a displayable form by calculating the magnitude and/or phase of the packed source.

Input Ports

&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 Ports

dst1
The magnitude of the source.
dst2
The phase of the source.
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

Related modules

 



IPindex.gif Previous-2.gif Next-3.gif