Qudi
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
basic_sampling_functions.DoubleSinProduct Class Reference

Object representing a double sine wave element (Product of two sine waves; NOT normalized) More...

Inheritance diagram for basic_sampling_functions.DoubleSinProduct:
Inheritance graph
[legend]
Collaboration diagram for basic_sampling_functions.DoubleSinProduct:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, amplitude_1=None, frequency_1=None, phase_1=None, amplitude_2=None, frequency_2=None, phase_2=None)
 
def get_samples (self, time_array)
 

Public Attributes

 amplitude_1
 
 frequency_1
 
 phase_1
 
 amplitude_2
 
 frequency_2
 
 phase_2
 

Static Public Attributes

 params = OrderedDict()
 

Detailed Description

Object representing a double sine wave element (Product of two sine waves; NOT normalized)


The documentation for this class was generated from the following file: