←Select platform

SetSamplingFrequency Method

Summary

Sets the sampling frequency.

Syntax
C#
VB
C++
public void SetSamplingFrequency( 
   double frequency 
) 
Public Sub SetSamplingFrequency( _ 
   ByVal frequency As Double _ 
)  
public: 
void SetSamplingFrequency(  
   double frequency 
)  

Parameters

frequency
New sampling frequency in Hz.

Remarks
  • In DICOM all channels within a multiplex group are synchronously digitized at a common sampling frequency. Use this method to set the sampling frequency in Hz.
  • The initial value for the sampling frequency is zero.
  • In DICOM it is mandatory to specify the sampling frequency for a waveform group. Therefore it is important to call this method to create a proper waveform group.

Example

For an example, refer to WaveformGroupCount.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly