Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Problem in filterbank application to unique part of the magnitude spectrum
1 回表示 (過去 30 日間)
古いコメントを表示
% Filterbank application to unique part of the magnitude spectrum
FBE = H * MAG;%(1:K,:); % FBE( FBE<1.0 ) = 1.0; % apply mel floor
1 件のコメント
Wayne King
2013 年 3 月 30 日
Can you be more specific? What error are you getting? Are you actually trying to apply the following code (literally)
FBE = H*MAG;%(1:K,:);
Please format the code as you are entering it in MATLAB and report the error message.
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!