A Praat Cochleagram: the output of a bank of auditory filters modeling the basilar membrane, over time.
Details
Frequency runs along the Bark scale (0-25.6 Bark) rather than Hertz,
matching the perceptual frequency resolution of the ear. Create one from a
Sound with sound$to_cochleagram() or
sound$to_cochleagram_edb();
slice it at a time point to get an Excitation pattern, from which loudness
can be read off.
Query methods
get_start_time(),get_end_time(),get_duration()- time domain in secondsget_number_of_frames(),get_time_step()- time samplingget_time_from_column(i_col)- time at a 1-based frame indexget_lowest_frequency(),get_highest_frequency()- frequency range in Barkget_number_of_frequency_bands(),get_frequency_step()- frequency samplingget_frequency_from_row()- frequency at a 1-based band indexget_value_at_time_and_frequency(time, freq_bark)- excitation level at a pointget_loudness_at_time(time)- loudness (sone) at a time