Parameter settings for gtcc feature extraction in the aFE and extract() function

4 views (last 30 days)
In gtcc() function, there is an argument called "FilterDomain", default to frequency. If it is set to "time", it indicates the Garmmarton filters are applied in the time domain.
Is there any possibility that this can also be achieved by using extract function()? In aFE, there are no settings like this "FilterDomain" for GTCC or ERB.

Accepted Answer

Brian Hemmat
Brian Hemmat on 15 Aug 2020
The audioFeatureExtractor object does not support time-domain filtering for GTCC.
I am curious, what is your use-case? Are you extracting other features as well?
  1 Comment
Yunxing Tian
Yunxing Tian on 15 Aug 2020
Thanks a lot, I am trying to implement the code for a previous researach.
GTCC, MFCC are used.
Anyway, thanks for your sugesstion

Sign in to comment.

More Answers (0)

Categories

Find more on Feature Extraction in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!