code wiki / _hdl_build / nx_denoise_spectral_gate.nx
nx_denoise_spectral_gate.nx
buildroot/runtime/_hdl_build/nx_denoise_spectral_gate.nx
about
nx_denoise_spectral_gate.nx -- proves + MEASURES sovereign spectral denoise (nx_denoise_spectral): estimate the
noise floor from a silence frame, then remove broadband noise from a speech+noise frame while keeping the speech.
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_gate_emit_lib.nxnx_denoise_spectral.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 7 | func tri8(i: i64) -> i64 { let p: i64 = i % 8; if p <= 4 { return p } return 8 - p } called by 1: main |
| 9 | func bin_power(sig: *i64, n: i64, b: i64) -> i64 |
| 16 | func main() -> i64 |