Module:
sdynpy.core.sdynpy_dataSource: GitHub
Parent:
sdynpy.SdynpyArrayParent:
numpy.ndarray
Signature¶
class sdynpy.core.sdynpy_data.DecayedSineTable(shape, num_elements, buffer=None, offset=0, strides=None, order=None)Structure for storing sum-of-decayed-sines information
Methods¶
| Name | Summary |
|---|---|
construct_displacement | |
construct_signal | |
construct_velocity |
construct_displacement¶
Source: GitHub
def sdynpy.core.sdynpy_data.DecayedSineTable.construct_displacement(self, sample_rate, block_size, acceleration_factor=1)construct_signal¶
Source: GitHub
def sdynpy.core.sdynpy_data.DecayedSineTable.construct_signal(self, sample_rate, block_size)construct_velocity¶
Source: GitHub
def sdynpy.core.sdynpy_data.DecayedSineTable.construct_velocity(self, sample_rate, block_size, acceleration_factor=1)