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

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

Issue 1361233004: Implement IIRFilter node for WebAudio. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test issue by printing fewer digits. Created 4 years, 11 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
new file mode 100644
index 0000000000000000000000000000000000000000..a866118e95462b20edd87278f8cf916ebdd17b1a
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/webaudio/iirfilter-getFrequencyResponse-expected.txt
@@ -0,0 +1,17 @@
+Test IIRFilter getFrequencyResponse() functionality
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS 1-pole IIR Magnitude Response equals [10,9.995561599731445,9.982281684875488,9.96026611328125,9.929688453674316,9.890785217285156,9.843852043151855,9.789238929748535,9.727341651916504,9.658592224121094,9.583455085754395,9.502418518066406,9.415983200073242,9.32465934753418,9.228958129882812,9.12938404083252,...] with an element-wise tolerance of 0.0000028611.
+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 response matched equivalent lowpass Biquad response.
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698