Warning, /graphics/kst-plot/src/widgets/fftoptions.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <class>FFTOptions</class> 0004 <widget class="QWidget" name="FFTOptions"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>737</width> 0010 <height>194</height> 0011 </rect> 0012 </property> 0013 <layout class="QGridLayout" name="gridLayout_2"> 0014 <property name="leftMargin"> 0015 <number>0</number> 0016 </property> 0017 <property name="topMargin"> 0018 <number>0</number> 0019 </property> 0020 <property name="rightMargin"> 0021 <number>0</number> 0022 </property> 0023 <property name="bottomMargin"> 0024 <number>0</number> 0025 </property> 0026 <property name="spacing"> 0027 <number>0</number> 0028 </property> 0029 <item row="0" column="0"> 0030 <widget class="QGroupBox" name="GroupBoxFFTOptions"> 0031 <property name="sizePolicy"> 0032 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 0033 <horstretch>0</horstretch> 0034 <verstretch>0</verstretch> 0035 </sizepolicy> 0036 </property> 0037 <property name="title"> 0038 <string>FFT Options</string> 0039 </property> 0040 <layout class="QGridLayout" name="gridLayout"> 0041 <item row="0" column="0"> 0042 <layout class="QGridLayout"> 0043 <property name="leftMargin"> 0044 <number>0</number> 0045 </property> 0046 <property name="topMargin"> 0047 <number>0</number> 0048 </property> 0049 <property name="rightMargin"> 0050 <number>0</number> 0051 </property> 0052 <property name="bottomMargin"> 0053 <number>0</number> 0054 </property> 0055 <item row="0" column="3"> 0056 <widget class="QComboBox" name="_apodizeFunction"> 0057 <item> 0058 <property name="text"> 0059 <string comment="Use the application default option">Default</string> 0060 </property> 0061 </item> 0062 <item> 0063 <property name="text"> 0064 <string>Bartlett</string> 0065 </property> 0066 </item> 0067 <item> 0068 <property name="text"> 0069 <string>Blackman</string> 0070 </property> 0071 </item> 0072 <item> 0073 <property name="text"> 0074 <string>Connes</string> 0075 </property> 0076 </item> 0077 <item> 0078 <property name="text"> 0079 <string>cosine</string> 0080 </property> 0081 </item> 0082 <item> 0083 <property name="text"> 0084 <string>Gaussian (Custom Sigma)</string> 0085 </property> 0086 </item> 0087 <item> 0088 <property name="text"> 0089 <string>Hamming</string> 0090 </property> 0091 </item> 0092 <item> 0093 <property name="text"> 0094 <string>Hann</string> 0095 </property> 0096 </item> 0097 <item> 0098 <property name="text"> 0099 <string>Welch</string> 0100 </property> 0101 </item> 0102 </widget> 0103 </item> 0104 <item row="0" column="4"> 0105 <widget class="QLabel" name="_sigmaLabel"> 0106 <property name="enabled"> 0107 <bool>false</bool> 0108 </property> 0109 <property name="sizePolicy"> 0110 <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> 0111 <horstretch>0</horstretch> 0112 <verstretch>0</verstretch> 0113 </sizepolicy> 0114 </property> 0115 <property name="text"> 0116 <string>S&igma:</string> 0117 </property> 0118 <property name="wordWrap"> 0119 <bool>false</bool> 0120 </property> 0121 <property name="buddy"> 0122 <cstring>_sigma</cstring> 0123 </property> 0124 </widget> 0125 </item> 0126 <item row="0" column="5"> 0127 <widget class="QDoubleSpinBox" name="_sigma"> 0128 <property name="enabled"> 0129 <bool>false</bool> 0130 </property> 0131 <property name="minimum"> 0132 <double>0.010000000000000</double> 0133 </property> 0134 </widget> 0135 </item> 0136 <item row="0" column="1"> 0137 <widget class="QCheckBox" name="_apodize"> 0138 <property name="sizePolicy"> 0139 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 0140 <horstretch>0</horstretch> 0141 <verstretch>0</verstretch> 0142 </sizepolicy> 0143 </property> 0144 <property name="whatsThis"> 0145 <string>Select from this pulldown the source vector for the Curve's y axis error bars. If "<None>" is selected, there will be no y axis error bars drawn. Create new vectors with the "Vectors" tab.</string> 0146 </property> 0147 <property name="text"> 0148 <string>Apodi&ze</string> 0149 </property> 0150 <property name="checked"> 0151 <bool>true</bool> 0152 </property> 0153 </widget> 0154 </item> 0155 <item row="0" column="2"> 0156 <widget class="QLabel" name="textLabel2"> 0157 <property name="sizePolicy"> 0158 <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> 0159 <horstretch>0</horstretch> 0160 <verstretch>0</verstretch> 0161 </sizepolicy> 0162 </property> 0163 <property name="text"> 0164 <string>Fun&ction:</string> 0165 </property> 0166 <property name="wordWrap"> 0167 <bool>false</bool> 0168 </property> 0169 <property name="buddy"> 0170 <cstring>_apodizeFunction</cstring> 0171 </property> 0172 </widget> 0173 </item> 0174 <item row="0" column="0"> 0175 <widget class="QCheckBox" name="_removeMean"> 0176 <property name="text"> 0177 <string>Remo&ve mean</string> 0178 </property> 0179 <property name="checked"> 0180 <bool>true</bool> 0181 </property> 0182 </widget> 0183 </item> 0184 </layout> 0185 </item> 0186 <item row="1" column="0"> 0187 <layout class="QGridLayout"> 0188 <property name="leftMargin"> 0189 <number>0</number> 0190 </property> 0191 <property name="topMargin"> 0192 <number>0</number> 0193 </property> 0194 <property name="rightMargin"> 0195 <number>0</number> 0196 </property> 0197 <property name="bottomMargin"> 0198 <number>0</number> 0199 </property> 0200 <item row="0" column="2"> 0201 <widget class="QLabel" name="_FFTLengthLabel"> 0202 <property name="sizePolicy"> 0203 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 0204 <horstretch>0</horstretch> 0205 <verstretch>0</verstretch> 0206 </sizepolicy> 0207 </property> 0208 <property name="text"> 0209 <string>FFT &length: 2^</string> 0210 </property> 0211 <property name="alignment"> 0212 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0213 </property> 0214 <property name="wordWrap"> 0215 <bool>false</bool> 0216 </property> 0217 <property name="buddy"> 0218 <cstring>_FFTLength</cstring> 0219 </property> 0220 </widget> 0221 </item> 0222 <item row="0" column="3"> 0223 <widget class="QSpinBox" name="_FFTLength"> 0224 <property name="whatsThis"> 0225 <string>Sets the length of the FFTs in generating the power spectrum. 2^10 = 1024, etc. The larger the number, the larger the noise and resolution.</string> 0226 </property> 0227 <property name="minimum"> 0228 <number>4</number> 0229 </property> 0230 <property name="maximum"> 0231 <number>24</number> 0232 </property> 0233 <property name="value"> 0234 <number>10</number> 0235 </property> 0236 </widget> 0237 </item> 0238 <item row="0" column="0"> 0239 <widget class="QCheckBox" name="_interleavedAverage"> 0240 <property name="text"> 0241 <string>Interleave&d average</string> 0242 </property> 0243 <property name="checked"> 0244 <bool>true</bool> 0245 </property> 0246 </widget> 0247 </item> 0248 </layout> 0249 </item> 0250 <item row="2" column="0"> 0251 <layout class="QHBoxLayout"> 0252 <property name="leftMargin"> 0253 <number>0</number> 0254 </property> 0255 <property name="topMargin"> 0256 <number>0</number> 0257 </property> 0258 <property name="rightMargin"> 0259 <number>0</number> 0260 </property> 0261 <property name="bottomMargin"> 0262 <number>0</number> 0263 </property> 0264 <item> 0265 <widget class="QLabel" name="TextLabel1_9_2"> 0266 <property name="sizePolicy"> 0267 <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> 0268 <horstretch>0</horstretch> 0269 <verstretch>0</verstretch> 0270 </sizepolicy> 0271 </property> 0272 <property name="text"> 0273 <string>Sa&mple rate:</string> 0274 </property> 0275 <property name="alignment"> 0276 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0277 </property> 0278 <property name="wordWrap"> 0279 <bool>false</bool> 0280 </property> 0281 <property name="buddy"> 0282 <cstring>_sampleRate</cstring> 0283 </property> 0284 </widget> 0285 </item> 0286 <item> 0287 <widget class="QLineEdit" name="_sampleRate"> 0288 <property name="whatsThis"> 0289 <string>The sample rate at which the measurements were acquired, for proper normalization.</string> 0290 </property> 0291 <property name="text"> 0292 <string notr="true">60.0</string> 0293 </property> 0294 </widget> 0295 </item> 0296 <item> 0297 <widget class="QLabel" name="TextLabel1_9_3"> 0298 <property name="sizePolicy"> 0299 <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> 0300 <horstretch>0</horstretch> 0301 <verstretch>0</verstretch> 0302 </sizepolicy> 0303 </property> 0304 <property name="whatsThis"> 0305 <string>Apply new data sample specifications to selected vectors.</string> 0306 </property> 0307 <property name="text"> 0308 <string>Vector units:</string> 0309 </property> 0310 <property name="alignment"> 0311 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0312 </property> 0313 <property name="wordWrap"> 0314 <bool>false</bool> 0315 </property> 0316 <property name="buddy"> 0317 <cstring>_vectorUnits</cstring> 0318 </property> 0319 </widget> 0320 </item> 0321 <item> 0322 <widget class="QLineEdit" name="_vectorUnits"> 0323 <property name="whatsThis"> 0324 <string>The units of the Data Vector - for automatic labels.</string> 0325 </property> 0326 <property name="text"> 0327 <string comment="Abbreviation for Volts">V</string> 0328 </property> 0329 </widget> 0330 </item> 0331 <item> 0332 <widget class="QLabel" name="TextLabel1_9_2_2"> 0333 <property name="sizePolicy"> 0334 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 0335 <horstretch>0</horstretch> 0336 <verstretch>0</verstretch> 0337 </sizepolicy> 0338 </property> 0339 <property name="text"> 0340 <string>Rate units:</string> 0341 </property> 0342 <property name="alignment"> 0343 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0344 </property> 0345 <property name="wordWrap"> 0346 <bool>false</bool> 0347 </property> 0348 <property name="buddy"> 0349 <cstring>_rateUnits</cstring> 0350 </property> 0351 </widget> 0352 </item> 0353 <item> 0354 <widget class="QLineEdit" name="_rateUnits"> 0355 <property name="whatsThis"> 0356 <string>The units for the sample rate. Used for automatic labels.</string> 0357 </property> 0358 <property name="text"> 0359 <string comment="Abbreviation for Hertz (unit)">Hz</string> 0360 </property> 0361 </widget> 0362 </item> 0363 </layout> 0364 </item> 0365 <item row="3" column="0"> 0366 <layout class="QHBoxLayout"> 0367 <property name="leftMargin"> 0368 <number>0</number> 0369 </property> 0370 <property name="topMargin"> 0371 <number>0</number> 0372 </property> 0373 <property name="rightMargin"> 0374 <number>0</number> 0375 </property> 0376 <property name="bottomMargin"> 0377 <number>0</number> 0378 </property> 0379 <item> 0380 <widget class="QLabel" name="textLabel1_2"> 0381 <property name="sizePolicy"> 0382 <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> 0383 <horstretch>0</horstretch> 0384 <verstretch>0</verstretch> 0385 </sizepolicy> 0386 </property> 0387 <property name="text"> 0388 <string>Ou&tput:</string> 0389 </property> 0390 <property name="wordWrap"> 0391 <bool>false</bool> 0392 </property> 0393 <property name="buddy"> 0394 <cstring>_output</cstring> 0395 </property> 0396 </widget> 0397 </item> 0398 <item> 0399 <widget class="QComboBox" name="_output"> 0400 <item> 0401 <property name="text"> 0402 <string>Amplitude Spectral Density (V/Hz^1/2)</string> 0403 </property> 0404 </item> 0405 <item> 0406 <property name="text"> 0407 <string>Power Spectral Density (V^2/Hz)</string> 0408 </property> 0409 </item> 0410 <item> 0411 <property name="text"> 0412 <string>Amplitude Spectrum (V)</string> 0413 </property> 0414 </item> 0415 <item> 0416 <property name="text"> 0417 <string>Power Spectrum (V^2)</string> 0418 </property> 0419 </item> 0420 </widget> 0421 </item> 0422 </layout> 0423 </item> 0424 </layout> 0425 </widget> 0426 </item> 0427 </layout> 0428 </widget> 0429 <layoutdefault spacing="6" margin="11"/> 0430 <tabstops> 0431 <tabstop>_removeMean</tabstop> 0432 <tabstop>_apodize</tabstop> 0433 <tabstop>_apodizeFunction</tabstop> 0434 <tabstop>_sigma</tabstop> 0435 <tabstop>_interleavedAverage</tabstop> 0436 <tabstop>_FFTLength</tabstop> 0437 <tabstop>_sampleRate</tabstop> 0438 <tabstop>_vectorUnits</tabstop> 0439 <tabstop>_rateUnits</tabstop> 0440 <tabstop>_output</tabstop> 0441 </tabstops> 0442 <resources/> 0443 <connections/> 0444 </ui>