aspcore.pseq.create_pseq_lowfreq

aspcore.pseq.create_pseq_lowfreq(seq_len: int, sr: int, max_pseq_freq: int)

Creates pseq with a maximum frequency to be used at a higher samplerate

Parameters:
  • seq_len (int)

  • sr (int) – samplerate where the sequence should be used

  • max_pseq_freq (int) – could in theory be a float, but is assumed to be integer for simplicity

Returns:

seq

Return type:

ndarray of shape (short_seq_len, )