Frequency shifter for DISCO-F746. Input: MEMS mic, Output: CN10 OUT. DISCO-F746 による周波数シフタ.入力:MEMS マイク,出力:CN10 OUT

Dependencies:   F746_GUI F746_SAI_IO mbed

MyAcousticEffector_MIC/DC_Cut_Coefficients.hpp

Committer:
MikamiUitOpen
Date:
2018-03-19
Revision:
1:af3546588b73
Parent:
0:67554e1407a7

File content as of revision 1:af3546588b73:

//--------------------------------------------------------------
//  直流分除去フィルタの係数,次数:2
//--------------------------------------------------------------
#include "Biquad.hpp"

// 高域通過フィルタ
// バタワース特性
// 次数    : 2 次
// 標本化周波数: 16.00 kHz
// 遮断周波数 :  0.05 kHz

using namespace Mikami;

const Biquad::Coefs dcCut_ =
    { 1.972234E+00f, -9.726140E-01f, -2.0f, 1.0f};
const float dcCutG0_ = 9.862119E-01f;