Codigo Para La Transformada De Fourier Matlab

Páginas: 3 (585 palabras) Publicado: 13 de marzo de 2013
function varargout = proyectofft(varargin)
% PROYECTOFFT M-file for proyectofft.fig
% PROYECTOFFT, by itself, creates a new PROYECTOFFT or raises the existing
% singleton*.
%
% H= PROYECTOFFT returns the handle to a new PROYECTOFFT or the handle to
% the existing singleton*.
%
% PROYECTOFFT('CALLBACK',hObject,eventData,handles,...) calls the local
%function named CALLBACK in PROYECTOFFT.M with the given input arguments.
%
% PROYECTOFFT('Property','Value',...) creates a new PROYECTOFFT or raises the
% existing singleton*. Starting from theleft, property value pairs are
% applied to the GUI before proyectofft_OpeningFcn gets called. An
% unrecognized property name or invalid value makes property application
% stop.All inputs are passed to proyectofft_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

% Edit the above text to modify the response to help proyectofft


% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct('gui_Name',mfilename, ...
'gui_Singleton', gui_Singleton, ...
'gui_OpeningFcn', @proyectofft_OpeningFcn, ...
'gui_OutputFcn', @proyectofft_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 beforeproyectofft is made visible.
function proyectofft_OpeningFcn(hObject, eventdata, handles, varargin)
% This function has no output args, see OutputFcn.
% hObject handle to figure
% eventdata reserved -...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Matlab Transformada De Fourier
  • Transformada De Fourier Y Filtrado En Matlab
  • Transformada de fourier en matlab
  • Transformada de Fourier rapida Matlab
  • Transformada de laplace y transformada de fourier con matlab
  • Transformada de Fourier
  • Transformada de fourier
  • Transformada De Fourier

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS