All Projects → PelleJuul → Dsp Cookbook

PelleJuul / Dsp Cookbook

The DSP Cookbook

Projects that are alternatives of or similar to Dsp Cookbook

Zathura
a document viewer
Stars: ✭ 769 (+5392.86%)
Mutual labels:  document
Pyo
Python DSP module
Stars: ✭ 904 (+6357.14%)
Mutual labels:  dsp
Bfgs Neldermead Trustregion
Python implementation of some numerical (optimization) methods
Stars: ✭ 8 (-42.86%)
Mutual labels:  mathematics
Xxl Api
A api management platform.(API管理平台XXL-API)
Stars: ✭ 803 (+5635.71%)
Mutual labels:  document
Docs
Lightweight document management system packed with all the features you can expect from big expensive solutions
Stars: ✭ 827 (+5807.14%)
Mutual labels:  document
Soundpipe
A lightweight music DSP library.
Stars: ✭ 921 (+6478.57%)
Mutual labels:  dsp
Docs
flow.ci user guide
Stars: ✭ 718 (+5028.57%)
Mutual labels:  document
Bacomathiques
Bacomathiques est un petit site web qui contient tout ce dont vous avez besoin pour réviser vos maths en toute tranquillité de la Première à la Terminale ! Que vous cherchiez à passer votre BAC ou que vous souhaitiez simplement réviser votre cours : tout est possible et tout est gratuit.
Stars: ✭ 12 (-14.29%)
Mutual labels:  mathematics
Cocalc
CoCalc: Collaborative Calculation in the Cloud
Stars: ✭ 888 (+6242.86%)
Mutual labels:  mathematics
Mathos Parser
A mathematical expression parser and evaluation library.
Stars: ✭ 26 (+85.71%)
Mutual labels:  mathematics
React Router Cn
React Router V4 中文文档
Stars: ✭ 817 (+5735.71%)
Mutual labels:  document
Foo uie dsp switcher
A dropdown combobox for changing DSP presets quickly. For foobar2000 0.9+
Stars: ✭ 5 (-64.29%)
Mutual labels:  dsp
Imagine Old
Modeling and simulations using computational graphs
Stars: ✭ 25 (+78.57%)
Mutual labels:  mathematics
Apidoc
RESTful API 文档生成工具,支持 Go、Java、Swift、JavaScript、Rust、PHP、Python、Typescript、Kotlin 和 Ruby 等大部分语言。
Stars: ✭ 785 (+5507.14%)
Mutual labels:  document
Awesome Ai Books
Some awesome AI related books and pdfs for learning and downloading, also apply some playground models for learning
Stars: ✭ 855 (+6007.14%)
Mutual labels:  mathematics
Awesome Streamlit
The purpose of this project is to share knowledge on how awesome Streamlit is and can be
Stars: ✭ 769 (+5392.86%)
Mutual labels:  mathematics
Sudokus Colored
An experiment in R to color overimposed sudokus
Stars: ✭ 22 (+57.14%)
Mutual labels:  mathematics
Awesome Musicdsp
A curated list of my favourite music DSP and audio programming resources
Stars: ✭ 871 (+6121.43%)
Mutual labels:  dsp
Analysissummary
Vorlesung Analysis für Informatiker WS16/17 an der TUM
Stars: ✭ 10 (-28.57%)
Mutual labels:  mathematics
Workshops mathematics
Share resources, assets and information for the math sessions 🚀
Stars: ✭ 26 (+85.71%)
Mutual labels:  mathematics

The DSP Cookbook

This is the repository of the document The DSP Cookbok, which aims to be a collection of notes on all major digital signal processing topics.

Please feel free to contribute to the cookbook by writing new sections, proofreading old sections, or by giving general feedback and suggestions. Just send a pull request to this repository.

If you find a mistake in the cookbook please open a GitHub issue so that someone can fix it. Of course you are also welcome to fix it yourself.

Building the Document

To clone and build the document do the following

$ git clone https://github.com/PelleJuul/dsp-cookbook.git
$ cd dsp-cookbook
$ make

You can also do it manually by doing

$ pdflatex dsp-cookbook.tex
$ makeindex dsp-cookbook idx
$ pdflatex dsp-cookbook.tex

Lastly, you can view the document through ShareLatex.

Writing Style

  • In titles, the first and last words should be capitalized. Words less than four letters should not be capitalized.
  • Equations should be part of the textual flow --- part of the sentence. If the sentence continues after an equation, the new line should not begin with a capital letter. Proper punctuation should be used after equations, such as a period, if the equation end the sentence.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].