Samraksh eMote .NOW
RADAR_NOISE_CONTROL Enumeration



Options for setting the IQ rejection parameter for the Radar Detection class
Syntax
'Declaration
 
Public Enum RADAR_NOISE_CONTROL 
   Inherits System.Enum
'Usage
 
Dim instance As RADAR_NOISE_CONTROL
public enum RADAR_NOISE_CONTROL : System.Enum 
public enum class RADAR_NOISE_CONTROL : public System.Enum 
Members
MemberDescription
FIXED_NOISE_REJECTIONThe noise rejection parameter is fixed at noiseRejection.
SCALING_NOISE_REJECTION_ADDThe noise rejection parameter will be the sum of the background noise plus the parameter noiseRejection.
SCALING_NOISE_REJECTION_MULTIPLYThe noise rejection parameter will be the product of the background noise times the parameter noiseRejection.
SCALING_NOISE_REJECTION_RAW_RADARThe noise rejection parameter will adjusted based on the median of the raw radar values.
SCALING_NOISE_REJECTION_RAW_RADAR_SCALINGThe noise rejection parameter will scale depending upon how high the median of the raw radar values are. Higher medians are suppressed more.
SCALING_NOISE_REJECTION_TARGETThe noise rejection parameter will adjusted until we reach the specified background noise of the noiseRejection parameter.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Samraksh.eMote.RADAR_NOISE_CONTROL

Requirements

Target Platforms: eMote .NOW

See Also

Reference

Samraksh.eMote Namespace

Send Feedback