L_DicomWaveGrpGetSamplingFrequency
#include "Ltdic.h"
L_LTDIC_API L_DOUBLE L_DicomWaveGrpGetSamplingFrequency(hDICOMWaveFormGroup)
|
HDICOMWAVEFORMGROUP hDICOMWaveFormGroup; |
/* a DICOM waveform group handle*/ |
Gets the sampling frequency.
|
Parameter |
Description |
|
hDICOMWaveFormGroup |
A DICOM waveform group handle |
Returns
The current sampling frequency.
Comments
In DICOM all channels within a multiplex group are synchronously digitized at a common sampling frequency. Use this function to get the sampling frequency in Hz.
Required DLLs and Libraries
|
LTDIC For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |
See Also
|
Functions: |
|
Topics: |
|
|
|
|
Example
For an example, refer to L_DicomChannelSetSamples8.