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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/webaudio/iirfilter-getFrequencyResponse-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/iirfilter-getFrequencyResponse-expected.txt b/third_party/WebKit/LayoutTests/webaudio/iirfilter-getFrequencyResponse-expected.txt
index a866118e95462b20edd87278f8cf916ebdd17b1a..78394354cf0b6d99646f119ffdf6b9271ccf0562 100644
--- a/third_party/WebKit/LayoutTests/webaudio/iirfilter-getFrequencyResponse-expected.txt
+++ b/third_party/WebKit/LayoutTests/webaudio/iirfilter-getFrequencyResponse-expected.txt
@@ -7,8 +7,8 @@ PASS 1-pole IIR Magnitude Response equals [10,9.995561599731445,9.98228168487548
PASS 1-pole IIR Phase Response equals [0,-0.02826550230383873,-0.05647812411189079,-0.08458554744720459,-0.11253655701875687,-0.1402815729379654,-0.16777309775352478,-0.1949661672115326,-0.2218186855316162,-0.2482917755842209,-0.27434995770454407,-0.29996123909950256,-0.3250974416732788,-0.3497338891029358,-0.3738497197628021,-0.3974274694919586,...] with an element-wise tolerance of 1.7882e-7.
PASS 1-pole IIR response matched expected response.
-PASS IIR Magnitude Response equals [1,1.0021274089813232,1.0084561109542847,1.0188082456588745,1.0328282117843628,1.0498889684677124,1.0689553022384644,1.0884143114089966,1.105913758277893,1.118301272392273,1.121823787689209,1.1127374172210693,1.0883179903030396,1.0479037761688232,0.9933605194091797,0.9285918474197388,...] with an element-wise tolerance of 0.000027419.
-PASS IIR Phase Response equals [0,-0.07189035415649414,-0.145072802901268,-0.2208649069070816,-0.30062732100486755,-0.3857632279396057,-0.4776839017868042,-0.5777177810668945,-0.6869375109672546,-0.8058872222900391,-0.9342329502105713,-1.0704330205917358,-1.2116150856018066,-1.3538463115692139,-1.4928127527236938,-1.6246626377105713,...] with an element-wise tolerance of 0.000027657.
+PASS IIR Magnitude Response equals [1,1.0028345584869385,1.0113478899002075,1.025554895401001,1.0454282760620117,1.070805311203003,1.10122549533844,1.1356719732284546,1.1721950769424438,1.2074543237686157,1.2363563776016235,1.2522097826004028,1.247962236404419,1.218644618988037,1.1639058589935303,1.0886648893356323,...] with an element-wise tolerance of 0.000027419.
+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.6339597702026367,...] with an element-wise tolerance of 0.000027657.
PASS IIR response matched equivalent lowpass Biquad response.
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698