What are the bolded variables in colon mentioned in the code. What is the programmer trying to do with these variables ??

2 次查看(过去 30 天)
tmp_fea = cqcc(x, fs, B, fmax, fmin, d, cf, 'ZsdD');
tmp_fea1 = melcepst(x, fs, '0dD', n_MFCC, floor(3*log(fs)) ,frame_length * fs, frame_hop * fs, fl, fh)';
fea = [tmp_fea tmp_fea1];
  1 个评论
Torsten K
Torsten K 2020-10-21
Well, as far as I can see, cqcc is a function with input-variables (x, fs, B, fmax, fmin, d, cf) and one input-string ('ZsdD'). The same occurs with the function melcepst, where 'OdD' is also an input-string. So, 'ZsdD' and 'OdD' are not variables, but character-strings.
What the programmer tries to do? No idea, for an answer one must check the source-code of the functions cqcc and melcepst.

请先登录,再进行评论。

回答(1 个)

Walter Roberson
Walter Roberson 2020-10-21
the first one is explained in the comments in the source code
https://github.com/azraelkuan/asvspoof2017/blob/master/baseline/CQCC_v1.0/cqcc.m

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

产品


版本

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by