qubx :: data_types :: SigIdl :: Class SigIdl
[hide private]
[frames] | no frames]

Class SigIdl

source code

object --+
         |
        SigIdl
Known Subclasses:

Represents one idealized signal; resizes with Segmentation; stores per-segment info.

Instance Methods [hide private]
 
__init__(self, sampling, segmentation, construct_idl=<class 'qubx.ideal.Idealization'>)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
set_sampling(self, x) source code
 
_onAddSeg(self, segm, f, l, start) source code
 
_onClearSegs(self, segm) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance Variables [hide private]
  sampling
sampling interval, in seconds; please keep synchronized with data.sampling
  idl
qubx.ideal.Idealization
  seg
list of Anon(f=first, l=last, ix=index, amp=[amp_of_class], std=[std_of_class])
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, sampling, segmentation, construct_idl=<class 'qubx.ideal.Idealization'>)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Instance Variable Details [hide private]

sampling

sampling interval, in seconds; please keep synchronized with data.sampling
Get Method:
unreachable(self)
Set Method:
unreachable(self, x)