sin_wave_patch

function of dascore.examples source

sin_wave_patch(
    sample_rate = 44100,
    frequency: collections.abc.Sequence[collections.abc.Sequence[float], float] = 100.0,
    time_min = 2020-01-01,
    channel_count = 3,
    duration = 1,
    amplitude = 10,
)

A Patch composed of sine waves.

Parameters

Parameter Description
sample_rate The sample rate in Hz.
frequency The frequency of the sin wave. If a sequence is provided multiple
sine waves will be generated at each frequency.
time_min The start time in the metadata.
channel_count The number of distance channels to include.
duration Duration of signal in seconds.
amplitude The amplitude of the sin wave.