📄 gui.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html lang="en">
<head>
<title>Prony Toolbox Help</title>
<style>
a{font-family: arial, san-serif;color:#5C5E26; }
a.sidenavigate:hover { background:#808000}
a.headnavigate:hover { background:#808000}
h1{font-size:1.2em;}
h2{font-size:1.1em;}
h3{font-size:1em;}
h4{font-size:.9em;}
p{font-size:.8em}
.bold{font-weight:bold;}
.italic {font-style: italic;font-family: arial, san-serif;}
.bi {font-weight: bold; font-style: italic}
.center{text-align:center}
.indent{margin-left:1em ;sword-spacing: 1em}
.headnavigate{font-family: arial, serif; font-size:0.9em; color:#FFFFFF; text-decoration:none}
.topnavigate{font-family: arial, serif; color:#FFFFFF; text-decoration:none}
.sidenavigate{font-family: arial, serif; color:#FFFFFF;}
.mainbody{margin-left:4em; margin-top:2em;font-family: arial, san-serif;}
.pfont{font-size:.8em}
</style>
</head>
<body bgcolor="#CCCCFF">
<table width="80%" cellpadding="2" cellspacing="0" border="0">
<tr bgcolor="#3333FF">
<td colspan="12" class="center" valign="middle" class="italic" ><a href="http://wwweng.uwyo.edu/electrical/">
<img src="ecelogo.jpg" alt="ECE Department, University of Wyoming" align="center" width="758" height="136"
longdesc="ECE deptt"></a> </td>
</tr>
<tr>
<td colspan="1" width="20%" valign="top" bgcolor="#3333FF" >
<div class="indent"><br>
<a href></a><a href="pronytoolhelp.html"><h3 class="sidenavigate">Prony Analysis</h3></a>
<a href></a><a href="design.html"><h3 class="sidenavigate">Design Basis of the PTbox</h3></a>
<a href></a><a href="references.html"><h3 class="sidenavigate">References</h3></a>
</div>
</td>
<!-- Main body -->
<td colspan="10" valign="top" width="500" height="400">
<h2 class="mainbody">GUIs in the Prony Toolbox</h2>
<div class="mainbody">
<p>PTbox consists of five GUI抯:</p>
<ul class="pfont">
<li>Splash GUI</li>
<li>Prepare Prony Data GUI</li>
<li>Perform PA GUI</li>
<li>Compare PA Sessions GUI</li>
<li>Export Data GUI.</li>
</ul>
<p>Each of the GUIs is designed to implement a particular task. For example, the Prepare Prony Data GUI performs data preprocessing tasks and prepares the data for PA. The data flow in the PTbox is summarized in Figure 4.4.1. First data is obtained and preprocessed in the Prepare Prony Data GUI and then PA is performed. In the last GUI, PA sessions are compared. The Export Data GUI allows the export of data associated with each GUI.</p>
<h2>Prepare Prony Data GUI</h2>
<p>The main features of this GUI are as follows:</p>
<p class="bold">Import Data:</p> <p>A file open dialog window appears when the user presses this push button. The user has to choose a data file from the traditional file open dialog. The data file should be in MATLAB MAT-file form. Once the file is selected and successfully read, the variables are shown in two list boxes.</p>
<p> PTbox requires that the data should be stored along with variable names in the MAT-file; the read fails if the file does not contain variable names. PTbox uses the variable names for display in the selection list boxes. Presently, PTbox does not provide the flexibility of modifying the data names. However, this should not be a limitation as the names in the MAT-file can be modified directly by the user via the load and save commands of MATLAB.</p>
<p class="bold"> Plot:</p> <p>This push button plots the variables selected by the user from the dependent and independent variable list boxes. It is a plot of the original data with no preprocessing.</p>
<p class="bold">Decimation:</p> <p> This option allows the user to specify a particular data range and reduce the data length by decimating the signal. The extent of data length reduction is typically described by the down sampling.
PTbox obtains the down-sampling factor M from the user and performs M-fold decimation. For example: if the user has specified a down-sampling factor of two then the toolbox selects alternate samples of the data, hence the decimated signal samples appear at a rate slower than that of the original signal by a factor of two.
The down-sampling process can cause aliasing in the frequency domain. Hence, an antialiasing filter with cut off frequency of pi/M should be used before down sampling. Presently PTbox does not provide the flexibility of filtering the decimated signal. PTbox has 慸ecimation off
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -