Package | Description |
---|---|
agi.foundation.communications.signalprocessing |
Contains types for representing communication hardware and processing electromagnetic signals.
|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
Modifier and Type | Method and Description |
---|---|
RealPolynomial |
VariableFrequencyMixer.getFrequencyPolynomial()
Gets the frequency polynomial.
|
Modifier and Type | Method and Description |
---|---|
void |
VariableFrequencyMixer.setFrequencyPolynomial(RealPolynomial value)
Sets the frequency polynomial.
|
Constructor and Description |
---|
VariableFrequencyMixer(SignalProcessor inputSignalProcessor,
RealPolynomial frequencyPolynomial)
Initializes a new instance from the given signal input and frequency polynomial.
|
VariableGainAmplifierBackoffPolynomial(RealPolynomial polynomial)
Initialize a new instance based on the given polynomial.
|
Modifier and Type | Class and Description |
---|---|
class |
CubicRealPolynomial
Represents a 3rd order polynomial function of one variable with only real coefficients.
|
class |
QuadraticRealPolynomial
Represents a 2nd order polynomial function of one variable with only real coefficients.
|
class |
QuarticRealPolynomial
Represents a 4th order polynomial function of one variable with only real coefficients.
|