PulsedSignalData Constructor (Double, Double, Int32) |
Creates a new instance.
Namespace:
AGI.Foundation.Communications.SignalProcessing
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PulsedSignalData(
double pulseRepetitionFrequency,
double pulseWidth,
int pulseCount
)
Public Sub New (
pulseRepetitionFrequency As Double,
pulseWidth As Double,
pulseCount As Integer
)
public:
PulsedSignalData(
double pulseRepetitionFrequency,
double pulseWidth,
int pulseCount
)
new :
pulseRepetitionFrequency : float *
pulseWidth : float *
pulseCount : int -> PulsedSignalData
Parameters
- pulseRepetitionFrequency
- Type: SystemDouble
The pulse repetition frequency. - pulseWidth
- Type: SystemDouble
The pulse width. - pulseCount
- Type: SystemInt32
The pulse count.
See Also