Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify the video deemphasis filter generation #479

Merged
merged 1 commit into from
Apr 9, 2020

Commits on Apr 9, 2020

  1. Simplify the video deemphasis filter generation.

    Previously this needed different hand-tuned scaling factors for PAL and
    NTSC. The missing bit was pre-warping the zero/pole frequencies to match
    the bilinear transform.
    
    The resulting filter is very close to the existing one (within 0.1dB for
    NTSC and 0.3dB for PAL), so this doesn't make much difference to the
    output.
    atsampson committed Apr 9, 2020
    2 Configuration menu
    Copy the full SHA
    159d4bb View commit details
    Browse the repository at this point in the history