-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WP2000 - Codec 2 Algorithm Description #31
Merged
+1,379
−93
Merged
Changes from 3 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
112f3b5
kicking off Codec 2 documentation
drowe67 9bc86bc
building up plot support
drowe67 cef07b4
drafted time-freq speech section, building up sinsuoidal model figure
drowe67 ce5e8ba
macro for sinusoid
drowe67 def80d4
building up sinusoid figure
drowe67 f778670
sinusoidal figure OK
drowe67 24d7b22
parameter updates
drowe67 3d9443f
building up encoder block diagram
drowe67 1b311ba
encoder block diagram
drowe67 4d2492d
building up detailed design intro
drowe67 3dca356
building up NLP figure
drowe67 70bf39e
inserted DC notch into NLP
drowe67 04ebf69
Mooneer's suggestions - thanks
drowe67 ed463b0
moved some introductory info from DD to Intro
drowe67 17a30f0
first draft of NLP section, Glossary
drowe67 f95b590
sinusoidal encoder block diagram
drowe67 97b20b4
drafted sinusoidal analysis section
drowe67 899fce8
building up synthesis section
drowe67 0b6a207
first pass of synthesis section
drowe67 125a169
sinusoidal synthesiser figure
drowe67 b3ed577
rough draft of phase synthesis copied from source
drowe67 12bbb03
first draft of voicing estimation
drowe67 9a18256
make notation more consistent across sections
drowe67 ba7321c
draft of phase synthesis section
drowe67 fbbea09
phase synthesis edits
drowe67 f3b4305
phase model edits and LPC/LSP encoder block diagram
drowe67 067eaa7
LPC/LSP enocder description, decoder block diagram
drowe67 43defe5
decoder description, mode table
drowe67 0098976
building up 700C section
drowe67 71b86a8
mic EQ and VQ mean removal maths
drowemyriota 670b278
aligning 700C figures with maths
drowemyriota 348f68f
added LPC/LSP and LPC post figure figures, plus code to generate them
drowe67 c27e56d
oops we forgot to rm this in recent clean up
drowe67 8a9b13e
removed newamp2 code
drowe67 d1c085a
Added a list or source files; edited Further Work section
drowe67 05110e5
first pass at Makefile to build doc
drowe67 7e88771
proof read, minor edits, update symbol glossary
drowe67 ea0379f
ctest, README.md, first pass at github action
drowe67 21dd265
way to run doc ctest without over writing codec2.doc
drowe67 18c5e48
exclude test_codec2_doc when running tests on github actions
drowe67 b8e4527
don't need tex packages as we've excluded that test for now
drowe67 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Double check all usages of double-quotes and replace opening quotes with `` as appropriate.