Skip to content

Commit 1103966

Browse files
committed
DTMF notebook added
1 parent 8479401 commit 1103966

3 files changed

+1112
-0
lines changed

DTMF decoder - FIR.ipynb

+1,082
Large diffs are not rendered by default.

references.txt

+30
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,33 @@ Prove-that-if-a-systems-transfer-function-is-not-proper-order-of-numerator-great
8686
[3] https://www.entropy.energy/scholar/node/damped-harmonic-oscillator
8787

8888
[3] https://arxiv.org/pdf/1403.2170.pdf
89+
90+
91+
————————————————————————————————————————————————————————————————————————————————
92+
## Dual Tone Multi Frequency (DTMF)
93+
94+
[1] https://gist.github.com/soravux/1ce124315bc6d1f3d430
95+
[1] https://www.ee.columbia.edu/~dpwe/classes/e4810-2000-09/projrpts/az209/dspproject/dspproject.pdf
96+
97+
[2] https://scipy-cookbook.readthedocs.io/items/ButterworthBandpass.htmlxs
98+
[2] http://www.ee.nmt.edu/~rison/ee451_fall00/labs/lab06/lab06.html
99+
100+
[3] http://aaronscher.com/Course_materials/DSP/DSP_Lab5.html
101+
102+
[4] https://github.com/NitishaS-812k/DTMF-Encoder-Decoder/blob/master/DTMF_Encoder_Decoder.ipynb
103+
[4] http://www.eecs.umich.edu/courses/eecs206/public/lab/lab7/lab7.pdf
104+
105+
#EXTRA
106+
https://github.com/Henguin1001/DTMF-Decoder/blob/master/DSP_final_henry_troutman.pdf
107+
https://github.com/NitishaS-812k/DTMF-Encoder-Decoder/blob/master/DTMF_Encoder_Decoder.ipynb
108+
https://github.com/Natsukki/DTMF-decoder/blob/master/decoder.py
109+
https://github.com/ribt/dtmf-decoder/blob/master/dtmf.py
110+
https://github.com/Henguin1001/DTMF-Decoder/blob/master/filterbank_decode.m
111+
https://www.ijert.org/research/stimulation-of-dual-tone-multi-frequency-detection-using-bank-of-filters-IJERTV2IS60278.pdf
112+
file:///Users/jimmyg1997/Downloads/icn_2013_7_40_10014%20(4).pdf
113+
http://mpastell.com/pweave/_downloads/FIR_design_rst.html
114+
http://aaronscher.com/Course_materials/DSP/DSP_Lab5.html
115+
http://dspfirst.gatech.edu/chapters/DSP1st2eLabs/DTMFdecodeLab.pdf
116+
http://www.eecs.umich.edu/courses/eecs206/public/lab/lab7/lab7.pdf
117+
http://dspfirst.gatech.edu/chapters/DSP1st2eLabs/DTMFdecodeLab.pdf
118+

0 commit comments

Comments
 (0)