필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Problem in filterbank application to unique part of the magnitude spectrum

조회 수: 2 (최근 30일)
Anurag Pujari
Anurag Pujari 2013년 3월 30일
마감: MATLAB Answer Bot 2021년 8월 20일
% 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
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!

Translated by