• 大小: 18KB
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-01-03
  • 语言: Matlab
  • 标签: matlab  语谱图  

资源简介

语谱图实验介绍 界面即功能介绍: 左上角的图形框(the spectrum of the number) 表示:输入的数字的频谱图; 左下角的图形框(yuputu) 表示:连续输入的号码的语谱图; 右上角的图形框显示输入的数字; 右面中间的16个号码代表按键盘; “hangup”:表示“挂断电话”, 同时将左上角的图形框(the spectrum of the number) 和左下角的图形框(yuputu)清空; “recall”:表示 “重播”,同时将上一次输入的一串号码数值显示 (yuputu)中,并将上次号码的最后一个号码的频谱图显示在 (the spec

资源截图

代码片段和文件信息

function varargout = ypt(varargin)
% YPT MATLAB code for ypt.fig
%      YPT by itself creates a new YPT or raises the existing
%      singleton*.
%
%      H = YPT returns the handle to a new YPT or the handle to
%      the existing singleton*.
%
%      YPT(‘CALLBACK‘hobjecteventDatahandles...) calls the local
%      function named CALLBACK in YPT.M with the given input arguments.
%
%      YPT(‘Property‘‘Value‘...) creates a new YPT or raises the
%      existing singleton*.  Starting from the left property value pairs are
%      applied to the GUI before ypt_OpeningFcn gets called.  An
%      unrecognized property name or invalid value makes property application
%      stop.  All inputs are passed to ypt_OpeningFcn via varargin.
%
%      *See GUI Options on GUIDE‘s Tools menu.  Cho

评论

共有 条评论