Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public PulsedSignalData(
	double pulseRepetitionFrequency,
	double pulseWidth,
	int pulseCount
)

Parameters

pulseRepetitionFrequency
Type: SystemDouble
The pulse repetition frequency.
pulseWidth
Type: SystemDouble
The pulse width.
pulseCount
Type: SystemInt32
The pulse count.
See Also