Skip to content

Commit

Permalink
Update flac.md - rewrite *N*
Browse files Browse the repository at this point in the history
One n replaced by *N*
  • Loading branch information
H2Swine authored Dec 18, 2024
1 parent 2f5038c commit 66df7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/flac.md
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ e.g. tukey(0.5) or tukey(0,5) depending on your system.
that is cosine-tapered; *P*=0 corresponds to "rectangle" and *P*=1 to "hann".

- partial_tukey(*N*) and punchout_tukey(*N*) are largely obsoleted by the
more time-effective subdivide_tukey(*N*), see next item. They generate n
more time-effective subdivide_tukey(*N*), see next item. They generate *N*
functions each spanning a part of each block. Optional arguments are an
overlap *OV* (\<1, may be negative), for example partial_tukey(2/2e-1);
and then a taper parameter *P*, for example partial_tukey(2/2e-1/5e-1).
Expand Down

0 comments on commit 66df7c0

Please sign in to comment.