Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Problem in filterbank application to unique part of the magnitude spectrum
    조회 수: 3 (최근 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!

