I have a big log file generated by matlab. Here is a copy of part of it. I want 
to write a function to parse some results. For example, if I want to get the 
results of BandWidth and freq_offset_in_KHz, the function will print all lines 
with contain them as : 
 
BandWidth = 10
freq_offset_in_KHz=50
 
I have submited a similar question to this forum and have not got any answer. 
May be my first one is too simple. So I decided to send part of the log file. I 
could not attach the whole file since it is big and restricted by company. This 
is not a student homework.
 
Thanks
 
Frank
 
Matlab log:
 
ans =
 
24-Oct-2007 09:53:11
 
 
BandWidth =
 
    10
 
 
freq_offset_in_KHz =
 
    50
 
 
maxPreambMissCount =
 
     1
 
 
maxlIterations =
 
   300
 
 
testCasesToBeRun =
 
    11
 
Bandwidth 10.000000 
Using config file: config_1024_V1_Acq_2
 
case_snr =
 
    -1
 
 
case_backoff =
 
    20
 
 
case_refPid =
 
     1
 
 
case_refRuns =
 
   300
 
 
case_refTOmin =
 
  -12.9196
 
 
case_refTOmax =
 
   20.8386
 
 
case_refTOmean =
 
    3.8924
 
 
case_refTOstd =
 
    3.6888
 
 
case_refFOEmin =
 
   -0.4730
 
 
case_refFOEmax =
 
    0.3788
 
 
case_refFOEmean =
 
  6.3300e-004
 
 
case_refFOEstd =
 
    0.148
 
 
_________________________________________________________________
マイクロソフトの最新次世代ブラウザIE7にMSN版ならではの便利な機能をプラス
http://promotion.msn.co.jp/ie7/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to