Skip to content

Commit

Permalink
fix erraneous capitalisation of nmf
Browse files Browse the repository at this point in the history
  • Loading branch information
James Bradbury committed Jan 25, 2022
1 parent 1b3152c commit 888bdb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/reference/bufnmf.svx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ category: Decompose
import ResourceLink from '$lib/components/ResourceLink.svelte';
</script>

BufNMF uses Non-Negative Matrix Factorisation (NMF) to decompose the magnitudes of a spectrogram into a number of components specified by the user. Each component is represented by the combination of two elements: a spectral template (“basis”, plural: “bases”) and an amplitude envelope (“activation”). Activations and bases can be used in various ways, including to resynthesize the audio of a single decomposed component. NMF is a popular technique in signal processing research for things like source separation and transcription.
BufNMF uses non-negative matrix factorisation (NMF) to decompose the magnitudes of a spectrogram into a number of components specified by the user. Each component is represented by the combination of two elements: a spectral template (“basis”, plural: “bases”) and an amplitude envelope (“activation”). Activations and bases can be used in various ways, including to resynthesize the audio of a single decomposed component. NMF is a popular technique in signal processing research for things like source separation and transcription.

### Example Code
<a href='/overviews/bufnmf/bufnmf-overview-example.scd' download='bufnmf-overview-example.scd'>SuperCollider Example</a>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/reference/nmfmorph.svx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: NMFMorph
blurb: Cross-synthesis using Non-negative Matrix Factorisation (NMF)
blurb: Cross-synthesis using non-negative Matrix Factorisation (NMF)
tags:
- data
- nmf
Expand Down

0 comments on commit 888bdb4

Please sign in to comment.