image thumbnail
from Geometrical interpretation of the 1-D DFT by Michael Chan
Demonstrates Professor Grigoryan's illustration of geometrical interpretation of the 1-D DFT.

executeMain.m
% Call: executeMain.m
%
% MAIN program of MVC
% 
% Teacher: Professor Grigoryan
% Student: Michael Chan, EE UTSA, 2010 Dec 2010
% 
clc;
clear all;

%currentPathname='cd';
redirectedPath = strcat(cd,'\View');
%path(path,redirectedPath); % add folder to path
cd(redirectedPath);

% ---------------------------------------------------
setWindowTitleBar();
setButtons();
%setMenuBar();
setInfo();
cd .. % return to Main dir

Contact us