Paul Modart wrote:
> Can I extract the results of the IAIF algorithm and save them in a file
> in order to use them in another work? And especially how can I save
> them? More precisely, I would like to compare at least two different
> speeches with their spectra.
Hi Paul,
Are you using the standalone version or the Matlab version? The
standalone version does not currently offer facilities for extraction of
the signals, while in the Matlab version it is fairly simple to do. All
data in Aparat are saved on the Matlab workspace in the aprt variable.
The spectra are not explicitly saved, but you can easily recreate them:
plot(half1(db(fft(win(aprt.cut_glotflow,@hamming)))))
So, just save the data of the file in another variable and then plot
them simultaneously, and that's it.
ma.
|