필터 지우기
필터 지우기

how to use pitch to create harmonic mask for filtering

조회 수: 2 (최근 30일)
John Allen
John Allen 2018년 10월 23일
Using the built in pitch function, how can I create a harmonic mask to filter the audio with it?
For example, I used the following: [f0,idx] = pitch(audioIn,fs,'Method','PEF','WindowLength',round(fs*0.08),'OverlapLength',round(fs*(0.08-0.01)),'Range',[60,150],'MedianFilterLength',3);
From that, how can I form the higher harmonics multiples and then form a harmonic mask or f0 mask, so that it can be used to filter the signal mixture. I know how to apply the mask, I just need to understand how to form it.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Digital Filtering에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by