Click or drag to resize

GpsPowerSpectralDensityFilter Constructor (SignalProcessor, NavigationSignalType, NavigationBlockType, Double, Double, Double, Double)

Initialize a new instance based on the given parameters.

Namespace:  AGI.Foundation.Navigation.Advanced.SignalProcessing
Assembly:  AGI.Foundation.Navigation.Advanced (in AGI.Foundation.Navigation.Advanced.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public GpsPowerSpectralDensityFilter(
	SignalProcessor inputSignalProcessor,
	NavigationSignalType signalType,
	NavigationBlockType blockType,
	double noiseTemperature,
	double frequency,
	double lowerBandwidthLimit,
	double upperBandwidthLimit
)

Parameters

inputSignalProcessor
Type: AGI.Foundation.Communications.SignalProcessingSignalProcessor
The source of the input signal.
signalType
Type: AGI.Foundation.Navigation.AdvancedNavigationSignalType
The type of signal this filter will process.
blockType
Type: AGI.Foundation.NavigationNavigationBlockType
The block type of the satellite broadcasting the signal.
noiseTemperature
Type: SystemDouble
The thermal noise temperature of the filter, in kelvin.
frequency
Type: SystemDouble
The center frequency of the filter, in Hz.
lowerBandwidthLimit
Type: SystemDouble
The negative offset to the lower boundary of the bandwidth, in hertz.
upperBandwidthLimit
Type: SystemDouble
The positive offset to the upper boundary of the bandwidth, in hertz.
See Also