Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Problem in filterbank application to unique part of the magnitude spectrum

1 Ansicht (letzte 30 Tage)
Anurag Pujari
Anurag Pujari am 30 Mär. 2013
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
% Filterbank application to unique part of the magnitude spectrum
FBE = H * MAG;%(1:K,:); % FBE( FBE<1.0 ) = 1.0; % apply mel floor
  1 Kommentar
Wayne King
Wayne King am 30 Mär. 2013
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.

Antworten (0)

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by