Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Opus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexander Traud
Opus
Commits
7918ac13
Commit
7918ac13
authored
11 years ago
by
Ralph Giles
Browse files
Options
Downloads
Patches
Plain Diff
Fix Ogg draft formatting.
Previous markup was invalid.
parent
5b6fe646
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/draft-ietf-codec-oggopus.xml
+8
-0
8 additions, 0 deletions
doc/draft-ietf-codec-oggopus.xml
with
8 additions
and
0 deletions
doc/draft-ietf-codec-oggopus.xml
+
8
−
0
View file @
7918ac13
...
...
@@ -1168,9 +1168,13 @@ When extending the end of the signal, order-N (typically with N ranging from 8
to 40) LPC analysis is performed on a window near the end of the signal.
The last N samples are used as memory to an infinite impulse response (IIR)
filter.
</t>
<figure
align=
"center"
>
<preamble>
The filter is then applied on a zero input to extrapolate the end of the signal.
Let a(k) be the kth LPC coefficient and x(n) be the nth sample of the signal,
each new sample past the end of the signal is computed as:
</preamble>
<artwork
align=
"center"
>
<![CDATA[
N
---
...
...
@@ -1179,6 +1183,8 @@ x(n) = \ a(k)*x(n-k)
---
k=1
]]>
</artwork>
</figure>
<t>
The process is repeated independently for each channel.
It is possible to extend the beginning of the signal by applying the same
process backward in time.
...
...
@@ -1213,6 +1219,8 @@ De-emphasis is allowed.</t>
</t>
</section>
</section>
<section
anchor=
"implementation"
title=
"Implementation Status"
>
<t>
A brief summary of major implementations of this draft is available
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment