Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
FrequencyConverter/coefsHilbert94.hpp
- Committer:
- MikamiUitOpen
- Date:
- 2015-08-09
- Revision:
- 2:b83deff26f1f
- Parent:
- 0:f69d3c64978d
File content as of revision 2:b83deff26f1f:
//-------------------------------------------------------------- // Coefficients of FIR filter for Hilbert transform // order = 94 //-------------------------------------------------------------- // lower edge band frequency (kHz) 0.100000 // upper edge band frequency (kHz) 4.900000 // deviation 0.021787 // deviation [dB] 0.187207 const int ORDER_ = 94; const float hm_[(ORDER_-2)/4+1] = { -1.299277E-02f, -4.568317E-03f, -5.370440E-03f, -6.267365E-03f, -7.268236E-03f, -8.387631E-03f, -9.634522E-03f, -1.103786E-02f, -1.260725E-02f, -1.437928E-02f, -1.639191E-02f, -1.868889E-02f, -2.133888E-02f, -2.443648E-02f, -2.811453E-02f, -3.256408E-02f, -3.808325E-02f, -4.515709E-02f, -5.462150E-02f, -6.805616E-02f, -8.885052E-02f, -1.258209E-01f, -2.113017E-01f, -6.363176E-01f};