Giter VIP home page Giter VIP logo

audio-eq-cookbook's People

Contributors

rtoy avatar shepazu avatar svgeesus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

audio-eq-cookbook's Issues

some more notes

  • I think <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> would be better than using mstyle. The reason is that MathML renderers will then render the math element as block; this will also set displaystyle to true. That will also remove the need for forcing this via CSS (which I think is the reason why the MathJax's menu isn't placed correctly).

  • Equation 3: I forgot to add _'s in the denominator.

     H(z) = (b_0/a_0) * (1 + (b_1/b_0)*z^-1 + (b_2/b_0)*z^-2)/ (1 + (a_1/a_0)*z^-1 + (a_2/a_0)*z^-2) text{equation 3}
    
  • Maybe make the "Then compute a few intermediate variables:" section into a ul of equations? That might give it a clearer layout.

  • In that list "digital filter with BLT" is missing one subscript in the first w0. (I'm not sure about the grouping of multiplication and division here but the original author will know.)

  • Starting with section "FYI: The bilinear transform" there are a couple of missing groupings and subscripts.. Again, I would make most of it an ul (but I'm a sucker for lists).

    • s ← 1/( tan(w_0/2) ) * (1 - z^-1)/(1 + z^-1) text{(normalized)}
    • tan(w_0/2) = ( sin(w_0)) / ( 1 + cos(w_0)), (tan(w_0/2))^2 = (1 - cos(w_0)) / (1 + cos(w_0))
    • 1 ← ( (1 + cos(w_0)) / (1 + cos(w_0) ) ) * ( (1 + 2*z^-1 + z^-2) / (1 + 2*z^-1 + z^-2) )
    • s ← (1 + cos(w_0))/sin(w_0) * (1 - z^-1)/(1 + z^-1) = (1 + cos(w_0) ) / (sin(w_0) ) * ( 1 - z^-2)/(1 + 2*z^-1 + z^-2)
    • s^2 ← (1 + cos(w_0))/ (1 - cos(w0) ) * (1 - 2*z^-1 + z^-2)/(1 + 2*z^-1 + z^-2)
  • Then with "out, and thus be left out in the substitutions above resulting in:"

    • s ← (1 + 2*z^-1 + z^-2) / (1 + cos(w0))
    • s ← ( 1 - z^-2) / (sin(w0))
    • s^2 ← (1 - 2*z^-1 + z^-2) /( 1 - cos(w0))
  • the final section needs linebreaks between the equations (which changing to display="block" would do for you)

Gh-pages version can't load in Brave

Hello,
the published version in branch gh-pages has an issue which makes maths not loadable in Brave browser.

https://shepazu.github.io/Audio-EQ-Cookbook/audio-eq-cookbook.html

The console prints this error.

Mixed Content: The page at 'https://shepazu.github.io/Audio-EQ-Cookbook/audio-eq-cookbook.html' was loaded over HTTPS, but requested an insecure script 'http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=MML_HTMLorMML'. This request has been blocked; the content must be served over HTTPS.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.