Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/iirfilter-getFrequencyResponse-expected.txt

Issue 1885723003: Implement Biquad lowpass and highpass filters according to spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Test IIRFilter getFrequencyResponse() functionality 1 Test IIRFilter getFrequencyResponse() functionality
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS 1-pole IIR Magnitude Response equals [10,9.995561599731445,9.98228168487548 8,9.96026611328125,9.929688453674316,9.890785217285156,9.843852043151855,9.78923 8929748535,9.727341651916504,9.658592224121094,9.583455085754395,9.5024185180664 06,9.415983200073242,9.32465934753418,9.228958129882812,9.12938404083252,...] wi th an element-wise tolerance of 0.0000028611. 6 PASS 1-pole IIR Magnitude Response equals [10,9.995561599731445,9.98228168487548 8,9.96026611328125,9.929688453674316,9.890785217285156,9.843852043151855,9.78923 8929748535,9.727341651916504,9.658592224121094,9.583455085754395,9.5024185180664 06,9.415983200073242,9.32465934753418,9.228958129882812,9.12938404083252,...] wi th an element-wise tolerance of 0.0000028611.
7 PASS 1-pole IIR Phase Response equals [0,-0.02826550230383873,-0.056478124111890 79,-0.08458554744720459,-0.11253655701875687,-0.1402815729379654,-0.167773097753 52478,-0.1949661672115326,-0.2218186855316162,-0.2482917755842209,-0.27434995770 454407,-0.29996123909950256,-0.3250974416732788,-0.3497338891029358,-0.373849719 7628021,-0.3974274694919586,...] with an element-wise tolerance of 1.7882e-7. 7 PASS 1-pole IIR Phase Response equals [0,-0.02826550230383873,-0.056478124111890 79,-0.08458554744720459,-0.11253655701875687,-0.1402815729379654,-0.167773097753 52478,-0.1949661672115326,-0.2218186855316162,-0.2482917755842209,-0.27434995770 454407,-0.29996123909950256,-0.3250974416732788,-0.3497338891029358,-0.373849719 7628021,-0.3974274694919586,...] with an element-wise tolerance of 1.7882e-7.
8 PASS 1-pole IIR response matched expected response. 8 PASS 1-pole IIR response matched expected response.
9 9
10 PASS IIR Magnitude Response equals [1,1.0021274089813232,1.0084561109542847,1.01 88082456588745,1.0328282117843628,1.0498889684677124,1.0689553022384644,1.088414 3114089966,1.105913758277893,1.118301272392273,1.121823787689209,1.1127374172210 693,1.0883179903030396,1.0479037761688232,0.9933605194091797,0.9285918474197388, ...] with an element-wise tolerance of 0.000027419. 10 PASS IIR Magnitude Response equals [1,1.0028345584869385,1.0113478899002075,1.02 5554895401001,1.0454282760620117,1.070805311203003,1.10122549533844,1.1356719732 284546,1.1721950769424438,1.2074543237686157,1.2363563776016235,1.25220978260040 28,1.247962236404419,1.218644618988037,1.1639058589935303,1.0886648893356323,... ] with an element-wise tolerance of 0.000027419.
11 PASS IIR Phase Response equals [0,-0.07189035415649414,-0.145072802901268,-0.220 8649069070816,-0.30062732100486755,-0.3857632279396057,-0.4776839017868042,-0.57 77177810668945,-0.6869375109672546,-0.8058872222900391,-0.9342329502105713,-1.07 04330205917358,-1.2116150856018066,-1.3538463115692139,-1.4928127527236938,-1.62 46626377105713,...] with an element-wise tolerance of 0.000027657. 11 PASS IIR Phase Response equals [0,-0.061315324157476425,-0.12391137331724167,-0. 1891222447156906,-0.2583869397640228,-0.3332937955856323,-0.4156070649623871,-0. 5072502493858337,-0.6102025508880615,-0.7262400388717651,-0.8564491868019104,-1. 0005061626434326,-1.155927300453186,-1.3177809715270996,-1.4793895483016968,-1.6 339597702026367,...] with an element-wise tolerance of 0.000027657.
12 PASS IIR response matched equivalent lowpass Biquad response. 12 PASS IIR response matched equivalent lowpass Biquad response.
13 13
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698