-
Notifications
You must be signed in to change notification settings - Fork 0
/
oversampling.h
13 lines (10 loc) · 1.24 KB
/
oversampling.h
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once
const float clipping_oversampling_filter_coefficients[] = {
1.00000000000000000000000000000000, 1.32370651424032437226685487985378, 0.99999999999999977795539507496869, -1.23186615451241943119953248242382, 0.39454855580901848632890960288933,
1.00000000000000000000000000000000, -0.43947298797902079048327550481190, 1.00000000000000000000000000000000, -1.28508795525736618792222998308716, 0.52797554616923736414690893070656,
1.00000000000000000000000000000000, -1.07171112587677774818928355671233, 0.99999999999999966693309261245304, -1.35334477257660634741398553160252, 0.69795977693816424469730463897577,
1.00000000000000000000000000000000, -1.29461065699227506620161420869408, 1.00000000000000000000000000000000, -1.40845586574345693620102792920079, 0.83214833401569621162963130700518,
1.00000000000000000000000000000000, -1.38257647054952670373495493549854, 1.00000000000000000000000000000000, -1.44700473087661229953937436221167, 0.91930043677839590188227703038137,
1.00000000000000000000000000000000, -1.41471341047715126748585134919267, 0.99999999999999988897769753748435, -1.47778935891814988679016096284613, 0.97618547901300722902107054324006,
};
const float clipping_oversampling_filter_gain = 0.00110639888678778879060882189833;