adnandzebic added test.m.tex  over 9 years ago

Commit id: e6b48b272275315e121362190a5f585f4e4db507

deletions | additions      

         

\begin{lstlisting}[Language=Matlab]  fs = 8000;  tk = '407*89132#BADC';  xx = dtmfdial(tk, fs);  soundsc(xx, fs) % Makes dialing sound  L = 87;  dtmfrun(xx, L, fs) % Outputs '407*89132#BADC'  spectogram(xx, fs)  \end{lstlisting}