Holds the frequency peaks picked out of a long-term average spectrum.
Details
A SpectrumTier is the result of peak-picking an Ltas: each point is
one local maximum, recorded as a frequency and its power in dB. Use it to
pull out harmonic or formant-like peaks from a spectral average without
scanning the raw values by hand. It's read-only: build one with
ltas$to_spectrum_tier_peaks(), then inspect or export it.
Query methods
get_lowest_frequency(),get_highest_frequency()- the frequency range the peaks were picked from, in Hzget_number_of_points()- number of peaks foundget_frequency_from_index(index)- frequency of one peakget_value_at_index(index)- power of one peak, in dB
Export
as_data_frame()- all peaks as a data frame, withfrequencyandpower_dbcolumnsas_matrix()- the same data as a plain matrixsave(path)- write to a Praat text file