THE AUDITORY MODELING TOOLBOX

This documentation page applies to an outdated major AMT version. We show it for archival purposes only.
Click here for the documentation menu and here to download the latest AMT (1.6.0).

View the code

Go to function

GFB_SYNTHESIZER_NEW - Create new synthesizer

Usage

synthesizer = gfb_synthesizer_new(analyzer, desired_delay_in_seconds)

Input parameters

analyzer an analyzer struct as returned by gfb_analyzer_new
desired_delay_in_seconds
 the desired group delay of the analysis-synthesis system in seconds. Greater delays result in better output signal quality. Minimum delay is (1 / analyzer.fs)

Output parameters

synthesizer the constructed gfb_Synthesizer structure

Description

gfb_synthesizer_new creates a new synthesizer object that fits to the given analyzer.