Skip to content

Add NR2 (emnr) NR algo from WDSP library #28

Description

@grahamwhaley

It looks like I 'missed' an NR algo in my original research. I added the xanr algo from WDSP, but completely missed that it also contains a spectral NR algo, generally called NR2 (as that is how it is labelled in the relevant GUIs), but can be found in the file emnr.c in the library itself.

It could be quite a challenge to integrate, as:

  • it seems to have many variables and options, although there are recommended defaults
  • it uses a 'calculus' datafile, which nicely in the g0orx wdsp port it has been converted to a C array datafile, but it is ~1Mb large, so we need to see/check if we can build that for the teensy (I expect so), and if it will fit in the flash! The Teensy 4.1 has 8Mb of flash, so I think we should be OK!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions