Click or drag to resize

VariableFrequencyMixer Constructor (SignalProcessor, RealPolynomial)

Initializes a new instance from the given signal input and frequency polynomial.

Namespace:  AGI.Foundation.Communications.SignalProcessing
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public VariableFrequencyMixer(
	SignalProcessor inputSignalProcessor,
	RealPolynomial frequencyPolynomial
)

Parameters

inputSignalProcessor
Type: AGI.Foundation.Communications.SignalProcessingSignalProcessor
The signal processor producing the signal to be amplified.
frequencyPolynomial
Type: AGI.Foundation.NumericalMethods.AdvancedRealPolynomial
The frequency polynomial used to determine the output frequency from the input signal frequency.
See Also