home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / zkuste / matemat / Vyssi / FOURIER.ZIP / exmpl-1 / cpp / frmfft.dfm / frmfft.txt
Encoding:
Text File  |  1997-07-11  |  5.2 KB  |  208 lines

  1. object Form1: TForm1
  2.   Left = 342
  3.   Top = 211
  4.   Width = 577
  5.   Height = 411
  6.   Caption = 'FFT'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Scaled = False
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 17
  18.     Top = 8
  19.     Width = 36
  20.     Height = 16
  21.     Caption = 'Noise'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 72
  25.     Top = 8
  26.     Width = 31
  27.     Height = 16
  28.     Caption = 'Freq.'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 8
  32.     Top = 224
  33.     Width = 111
  34.     Height = 16
  35.     Caption = 'Weighting Window'
  36.   end
  37.   object RChart2: TRChart
  38.     Left = 120
  39.     Top = 185
  40.     Width = 441
  41.     Height = 192
  42.     AutoRedraw = True
  43.     LRim = 70
  44.     BackGroundImg.IncludePath = False
  45.     BackGroundImg.FillMode = bfStretch
  46.     ClassDefault = 0
  47.     DecPlaceY = 2
  48.     GridStyle = gsNone
  49.     GridDx = 1.000000000000000000
  50.     GridDy = 1.000000000000000000
  51.     RangeLoX = 1.000000000000000000
  52.     RangeHiX = 140.000000000000000000
  53.     RangeLoY = 0.000010000000000000
  54.     RangeHiY = 1.000000000000000000
  55.     WindColor = clBtnFace
  56.     Caption = 'Fourier power spectrum of signal above'
  57.     LogScaleX = False
  58.     LogScaleY = False
  59.     MouseAction = maNone
  60.     MouseCursorFixed = True
  61.     ShadowStyle = ssFlying
  62.     ShadowColor = clGray
  63.     ShadowBakColor = clSilver
  64.     ShortTicksX = True
  65.     ShortTicksY = True
  66.     TextFontStyle = []
  67.     TextBkStyle = tbClear
  68.     TextBkColor = clWhite
  69.     XLabelType = ftNum
  70.     YLabelType = ftNum
  71.     DTXFormat.TimeFormat = tfHHMMSS
  72.     DTXFormat.DateSeparator = '-'
  73.     DTXFormat.TimeSeparator = ':'
  74.     DTXFormat.YearLength = ylYYYY
  75.     DTXFormat.MonthName = True
  76.     DTXFormat.DateOrder = doDDMMYY
  77.     DTXFormat.DateForTime = dtOnePerDay
  78.     DTYFormat.TimeFormat = tfHHMMSS
  79.     DTYFormat.DateSeparator = '-'
  80.     DTYFormat.TimeSeparator = ':'
  81.     DTYFormat.YearLength = ylYYYY
  82.     DTYFormat.MonthName = True
  83.     DTYFormat.DateOrder = doDDMMYY
  84.     DTYFormat.DateForTime = dtOnePerDay
  85.   end
  86.   object RChart1: TRChart
  87.     Left = 120
  88.     Top = 9
  89.     Width = 441
  90.     Height = 168
  91.     AutoRedraw = True
  92.     BackGroundImg.IncludePath = False
  93.     BackGroundImg.FillMode = bfStretch
  94.     ClassDefault = 0
  95.     GridStyle = gsNone
  96.     GridDx = 1.000000000000000000
  97.     GridDy = 1.000000000000000000
  98.     RangeHiX = 500.000000000000000000
  99.     RangeLoY = -50.000000000000000000
  100.     RangeHiY = 50.000000000000000000
  101.     WindColor = clBtnFace
  102.     Caption = 'Signal to be analysed'
  103.     LogScaleX = False
  104.     LogScaleY = False
  105.     MouseAction = maNone
  106.     MouseCursorFixed = True
  107.     ShadowStyle = ssFlying
  108.     ShadowColor = clGray
  109.     ShadowBakColor = clSilver
  110.     ShortTicksX = True
  111.     ShortTicksY = True
  112.     TextFontStyle = []
  113.     TextBkStyle = tbClear
  114.     TextBkColor = clWhite
  115.     XLabelType = ftNum
  116.     YLabelType = ftNum
  117.     DTXFormat.TimeFormat = tfHHMMSS
  118.     DTXFormat.DateSeparator = '-'
  119.     DTXFormat.TimeSeparator = ':'
  120.     DTXFormat.YearLength = ylYYYY
  121.     DTXFormat.MonthName = True
  122.     DTXFormat.DateOrder = doDDMMYY
  123.     DTXFormat.DateForTime = dtOnePerDay
  124.     DTYFormat.TimeFormat = tfHHMMSS
  125.     DTYFormat.DateSeparator = '-'
  126.     DTYFormat.TimeSeparator = ':'
  127.     DTYFormat.YearLength = ylYYYY
  128.     DTYFormat.MonthName = True
  129.     DTYFormat.DateOrder = doDDMMYY
  130.     DTYFormat.DateForTime = dtOnePerDay
  131.   end
  132.   object SBFreq1: TScrollBar
  133.     Left = 81
  134.     Top = 33
  135.     Width = 15
  136.     Height = 168
  137.     Kind = sbVertical
  138.     Position = 100
  139.     TabOrder = 0
  140.     OnChange = SBFreq1Change
  141.   end
  142.   object ScrollBar1: TScrollBar
  143.     Left = 24
  144.     Top = 33
  145.     Width = 15
  146.     Height = 168
  147.     Kind = sbVertical
  148.     Position = 100
  149.     TabOrder = 1
  150.     OnChange = ScrollBar1Change
  151.   end
  152.   object CBoxWind: TComboBox
  153.     Left = 8
  154.     Top = 248
  155.     Width = 105
  156.     Height = 24
  157.     Style = csDropDownList
  158.     ItemHeight = 16
  159.     Items.Strings = (
  160.       'Blackman'
  161.       'cos2'
  162.       'Gaussian'
  163.       'Hamming'
  164.       'Rectangle'
  165.       'Triangle')
  166.     Sorted = True
  167.     TabOrder = 2
  168.     OnChange = CBoxWindChange
  169.   end
  170.   object CBLogY: TCheckBox
  171.     Left = 8
  172.     Top = 288
  173.     Width = 89
  174.     Height = 17
  175.     Caption = 'log. y axis'
  176.     TabOrder = 3
  177.     OnClick = CBLogYClick
  178.   end
  179.   object BButExit: TBitBtn
  180.     Left = 8
  181.     Top = 344
  182.     Width = 105
  183.     Height = 33
  184.     Caption = 'Exit'
  185.     TabOrder = 4
  186.     OnClick = BButExitClick
  187.     Glyph.Data = {
  188.       72010000424D7201000000000000760000002800000015000000150000000100
  189.       0400000000000000000000000000000000000000000000000000000000000000
  190.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  191.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  192.       888888888880880000000000000008888880880EEEEEEEEEEE00088888808806
  193.       66666666E0008888888088066666666E000888888880880666666666E0888888
  194.       88808806666666666E088888888088066666666666E088888880880666666666
  195.       666E088880008806666666666666E088800088066446666666666E0882018806
  196.       40446666666666E0888088040004466666666600030988000080446666666000
  197.       8888880008880446666600088988880088888044666000888910888888888804
  198.       4600088885F08888888888804000888885F08888888888880008888885F08888
  199.       888888888088888885F08888888888888888888885F0}
  200.   end
  201.   object FFT1: TFastFourier
  202.     SpectrumSize = 512
  203.     WeightingWindow = fwRectangle
  204.     Left = 48
  205.     Top = 128
  206.   end
  207. end
  208.