Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

sdynpy.core.sdynpy_data.DecayedSineTable

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

NameSummary
construct_displacement
construct_signal
construct_velocity

construct_displacement

def sdynpy.core.sdynpy_data.DecayedSineTable.construct_displacement(self, sample_rate, block_size, acceleration_factor=1)

construct_signal

def sdynpy.core.sdynpy_data.DecayedSineTable.construct_signal(self, sample_rate, block_size)

construct_velocity

def sdynpy.core.sdynpy_data.DecayedSineTable.construct_velocity(self, sample_rate, block_size, acceleration_factor=1)