LTASS

Computes the Long-Term Average Speech Spectrum from a folder of speech files or vector of speech samples

Syntax ^

function [ spect, frqs ] = LTASS( speech_folder_OR_vec, nfft, fs )

Description ^

 Computes the Long-Term Average Speech Spectrum from a folder of speech files or vector of speech samples

 Syntax:    [ spect, frqs ] = LTASS( speech_folder_OR_vec, nfft )

 Inputs:
     speech_folder_OR_vec - The path to the folder containing the speech
                          files OR a vector of concatenated speech signals
     nfft - The number of FFT points used to compute the LTASS
     fs - The sampling frequency to use (if not provided then the sampling
        frequency of the file is used)

 Outputs:
     spect - The LTASS spectrum
     frqs - The frequency vector for the spectrum

Cross-Reference Information ^

This function calls: This function is called by:
Generated on Tue 05-Sep-2017 07:46:10 for Sound Zones