数字信号处理在双音多频拨号系统中的应用
2021-11-01 14:44:46 747B 数字信号处理 双音多频
1
function varargout = key1(varargin) % KEY1 M-file for key1.fig % KEY1, by itself, creates a new KEY1 or raises the existing % singleton*. % % H = KEY1 returns the handle to a new KEY1 or the handle to % the existing singleton*. % % KEY1('CALLBACK',hObject,eventData,handles,...) calls the local % function named CALLBACK in KEY1.M with the given input arguments. % % KEY1('Property','Value',...) creates a new KEY1 or raises the % existing singleton*. Starting from the left, property value pairs are % applied to the GUI before key1_OpeningFunction gets called. An % unrecognized property name or invalid value makes property application % stop. All inputs are passed to key1_OpeningFcn via varargin. % % *See GUI Options on GUIDE's Tools menu. Choose "GUI allows only one % instance to run (singleton)". % % See also: GUIDE, GUIDATA, GUIHANDLES % Copyright 2002-2003 The MathWorks, Inc. % Edit the above text to modify the response to help key1 % Last Modified by GUIDE v2.5 13-Dec-2009 23:16:54 % Begin initialization code - DO NOT EDIT gui_Singleton = 1; gui_State = struct('gui_Name', mfilename, ... 'gui_Singleton', gui_Singleton, ... 'gui_OpeningFcn', @key1_OpeningFcn, ... 'gui_OutputFcn', @key1_OutputFcn, ... 'gui_LayoutFcn', [] , ... 'gui_Callback', []); if nargin && ischar(varargin{1}) gui_State.gui_Callback = str2func(varargin{1}); end if nargout [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:}); else gui_mainfcn(gui_State, varargin{:}); end % End initialization code - DO NOT EDIT % --- Executes just before key1 is made visible. function key1_OpeningFcn(hObject, eventdata, handles, varargin) % This function has no output args, see OutputFcn. % hObject handle to figure % eventdata reserved - to be defined in a future version of MATLAB % handles structure with handle
2021-10-25 14:30:51 25KB 双音多频
1
大二时候弄的东西。借助dtmf功能完成手机按键输入指令和单片机之间的交流。测试dtmf相关的东西。有同学想问这部分的低端问题的话可以联系我。高端就算了
2021-09-10 15:50:12 12KB 单片机 DTMF 通信 双音多频
1
双音多频信号的软件合成及其解码算法比较,宋永宝,孙伟,双音多频信号在现代通信系统中有着广泛的应用。本文详细的分析了双音多频信号特点,给出了纯软件分析双音多频信号的方法。运用Mat
2021-09-10 02:11:37 218KB 双音多频
1
本人亲自撰写的一次课程小实验报告。复制代码即可使用!
2021-09-10 00:24:40 840KB 语音,matlab
1
双音多频(DTMF)接收器的使用 说明及源程序
2021-08-15 21:55:23 123KB 网络通讯类
1
HT9200 双音多频(DTMF)信号发生器的使用 说明及源程序
2021-07-19 13:17:28 117KB 网络通讯类
1
亲,程序界面优美,程序代码简便,值得您下载。新手初学,有做的不好的地方请指教。
2021-07-07 12:44:20 280KB DTMF
1
双音多频信号仿真 利用戈泽尔算法 完成的双音多频信号仿真
2021-07-06 20:24:29 9KB 双音多频
1
DTMF 双音多频的matlab实现程序 有注释!!
2021-06-24 23:05:06 880B DTMF 双音多频 matlab .m
1