• 大小: 1.33MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-04
  • 语言: Matlab
  • 标签: FFT  

资源简介

戈泽尔算法—源程序 使用FFT进行滤波 使用matlab进行编程

资源截图

代码片段和文件信息

function varargout = f1(varargin)
% F1 M-file for f1.fig
%      F1 by itself creates a new F1 or raises the existing
%      singleton*.
%
%      H = F1 returns the handle to a new F1 or the handle to
%      the existing singleton*.
%
%      F1(‘CALLBACK‘hobjecteventDatahandles...) calls the local
%      function named CALLBACK in F1.M with the given input arguments.
%
%      F1(‘Property‘‘Value‘...) creates a new F1 or raises the
%      existing singleton*.  Starting from the left property value pairs are
%      applied to the GUI before f1_OpeningFunction gets called.  An
%      unrecognized property name or invalid value makes property application
%      stop.  All inputs are passed to f1_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 f1

% Last Modified by GUIDE v2.5 13-Jan-2010 22:53:06

% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘       mfilename ...
                   ‘gui_Singleton‘  gui_Singleton ...
                   ‘gui_OpeningFcn‘ @f1_OpeningFcn ...
                   ‘gui_OutputFcn‘  @f1_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

global sel;
global slider;

% --- Executes just before f1 is made visible.
function f1_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 handles and user data (see GUIDATA)
% varargin   command line arguments to f1 (see VARARGIN)

% Choose default command line output for f1
handles.output = hobject;

% Update handles structure
guidata(hobject handles);

% UIWAIT makes f1 wait for user response (see UIRESUME)
% uiwait(handles.figure1);


% --- Outputs from this function are returned to the command line.
function varargout = f1_OutputFcn(hobject eventdata handles) 
% varargout  cell array for returning output args (see VARARGOUT);
% hobject    handle to figure
% eventdata  reserved - to be defined in a future version of MATLAB
% handles    structure with handles and user data (see GUIDATA)

% Get default command line output from handles structure
varargout{1} = handles.output;


% --- Executes on button press in pushbutton17.

% --- Executes on button press in pushbutton1.
function pushbutton1_Callback(hobject eventdata handles)
global sel;
global s

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      13073  2010-01-14 00:25  晚上\awgn\f1.txt

     文件       1793  2010-01-14 00:25  晚上\awgn\FFT.txt

     文件       2509  2010-01-14 00:24  晚上\awgn\goe.txt

     文件      13072  2010-01-14 00:14  晚上\awgn\有噪声\f1.asv

     文件      19982  2010-01-14 00:23  晚上\awgn\有噪声\f1.fig

     文件      13073  2010-01-14 00:21  晚上\awgn\有噪声\f1.m

     文件       1776  2010-01-14 00:19  晚上\awgn\有噪声\FFT.asv

     文件       1793  2010-01-14 00:19  晚上\awgn\有噪声\FFT.m

     文件       2439  2010-01-13 20:41  晚上\awgn\有噪声\goe.asv

     文件       2509  2010-01-14 00:20  晚上\awgn\有噪声\goe.m

     文件      13069  2010-01-13 23:20  晚上\f1.txt

     文件       1773  2010-01-13 23:20  晚上\FFT.txt

     文件       2485  2010-01-13 23:20  晚上\goe.txt

     文件      11478  2010-01-15 10:44  晚上\rand噪声\f1.asv

     文件      20081  2010-01-15 10:01  晚上\rand噪声\f1.fig

     文件      13073  2010-01-14 00:21  晚上\rand噪声\f1.m

     文件       1776  2010-01-14 00:19  晚上\rand噪声\FFT.asv

     文件       1793  2010-01-14 00:19  晚上\rand噪声\FFT.m

     文件       2439  2010-01-13 20:41  晚上\rand噪声\goe.asv

     文件       2509  2010-01-14 00:20  晚上\rand噪声\goe.m

     文件       1454  2010-01-12 23:19  晚上\下午\2.txt

     文件      13069  2010-01-13 23:01  晚上\下午\222\f1.asv

     文件      20478  2010-01-13 23:18  晚上\下午\222\f1.fig

     文件      13069  2010-01-13 23:01  晚上\下午\222\f1.m

     文件       1773  2010-01-13 23:13  晚上\下午\222\FFT.m

     文件       2439  2010-01-13 20:41  晚上\下午\222\goe.asv

     文件       2485  2010-01-13 23:03  晚上\下午\222\goe.m

     文件      12585  2010-01-13 15:40  晚上\下午\3.txt

     文件      19250  2010-01-12 18:52  晚上\下午\fan\phone\phone\decode.fig

     文件      10714  2010-01-12 10:55  晚上\下午\fan\phone\phone\decode.m

............此处省略71个文件信息

评论

共有 条评论

相关资源