←Select platform

FourierTransformDisplayCommandFlags Enumeration

Summary
Flags that indicate the data to be shown and the plotting scale. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Syntax
C#
Objective-C
C++/CLI
Java
Python
[FlagsAttribute()] 
public enum FourierTransformDisplayCommandFlags   
typedef NS_OPTIONS(NSUInteger, LTFourierTransformDisplayCommandFlags) 
public final class FourierTransformDisplayCommandFlags 
    extends java.lang.Enum<FourierTransformDisplayCommandFlags> 
[FlagsAttribute()] 
public enum class FourierTransformDisplayCommandFlags   
class FourierTransformDisplayCommandFlags(Enum): 
   None = 0 
   Magnitude = 1 
   Phase = 2 
   Normal = 16 
   Log = 32 
Members
ValueMemberDescription
0x00000000None No change.
0x00000001Magnitude Plot harmonics magnitude data.
0x00000002Phase Plot harmonics phase data.
0x00000010Normal Plot harmonics magnitudes using the normal linear scale.
0x00000020Log Plot harmonics magnitudes using logarithmic scale.
Remarks

You can use a bitwise OR ( | ) to specify one flag from each group.

Group Flags
Flags that represent the data to be shown Magnitude, Phase
Flags that represent the plotting scale. These are ignored when Phase is set Normal, Logarithm
Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.