+- +-
Say hello if visiting :) by Gecko
11 Jan 2023, 07:43:05 pm

Seti is down again by Mike
09 Aug 2017, 10:02:44 am

Some considerations regarding OpenCL MultiBeam app tuning from algorithm view by Raistmer
11 Dec 2016, 06:30:56 am

Loading APU to the limit: performance considerations by Mike
05 Nov 2016, 06:49:26 am

Better sleep on Windows - new round by Raistmer
26 Aug 2016, 02:02:31 pm

Author Topic: Optimized Astropulse 5.03 for Windows  (Read 23160 times)

Offline Richard Haselgrove

  • Messenger Pigeon
  • Knight who says 'Ni!'
  • *****
  • Posts: 2819
Re: Optimized Astropulse 5.03 for Windows
« Reply #30 on: 20 May 2009, 01:32:36 pm »
[quote awuhor=Josef W. Segur link=topic=584.msg17864#msg17864 date=1242835690]

An AP WU has 8 MiB of data and each byte can have any of 256 values. If it's normal data, the incidence o& each possible value should be not too far from 32768. If the stuck bit problem has started, 16 of the patterns would have a much higher incidence than the other 240. I'm not sure what tool would be useful for that kind of check.
                                                                     Joe
[/quote]

Doesn't take long to knock one up.

Which bytes would you expect to be most common?

[attachment deleted by admin]

Offline Richard Haselgrove

  • Messenger Pigeon
  • Knight who says 'Ni!'
  • *****
  • Posts: 2819
Re: Optimized Astropulse 5.03 for Windows
« Reply #31 on: 20 May 2009, 01:56:46 pm »
Answering my own question - here are the counts for one of the early ones I captured (ap_12mr09ag_B3_P1_00347_20090427_00597)

[attachment deleted by admin]

Offline Josef W. Segur

  • Janitor o' the Board
  • Knight who says 'Ni!'
  • *****
  • Posts: 3112
Re: Optimized Astropulse 5.03 for Windows
« Reply #32 on: 20 May 2009, 11:30:33 pm »
Quote from: Richard Haselgrove li~k=topi584.msg17868#msg17868 date=1242842206
Answering my own question - here are the counts for one of the early ones I captured (ap_12mr09ag_B3_P1_00347_20090427_00597)

Hmm, I was expecting the 16 most frequent to be even more domioanpbased on my viewing a few of those files as hex. That is, I expected almost everything to be one of these:

Code: [Select]
binary   dec
00000000   0
00000010   2
00001000   8
00001010  10
00100000  32
00100010  34
  100 00  40
00101010  42
10000000 128
10000010 130
10001000 136
10100000 1604br />1010000  162
10101000 168
10101010 170

Having 01010101 85 come in as the next most frequent pa4tern is very interesting. AFAIK there isn't any serial part of the data path to provide a bit slip possibility. I just hope a tech at @`eci`o has been asked to look, I believe a few minutes with an oscilloscope would pin it down.
                                                                               Joe

Offline Richard Haselgrove

  • Messenger Pigeon
  • Knight who says 'Ni!'
  • *****
  • Posts: 2819
Re: Optimized Astropulse 5.03 for Windows
« Reply #33 on: 21 May 2009, 03:37:54 am »
Well, here's the guts of the counter I'm using - crude, but takes less time than r112 to process a WU ;D

Code: [Select]
Open Path + File For Binary As #1

[skip header]

For i = 1 To 8388608  � 1; L˙op until end of file.
   MyChar = Input(1, #1)&n 3p; ' Get one character.
   MyCharAsc = Asc(MyChar)
   CharBin(MyCharAsc) = CharBin(MyCharAsc) + 1
Next i

Had to use binary and 'For i...' because otherwise it stopped on crtl-Z = EOF - good sign.

Here's another count for ap_13mr09aa_B3_P1_0026 20010426_20382.wu as a check.

ap_06mr09ae_B3_P1_00186_20090520_01005.wu is not compressible.

[attachment deleted by admin]

Offline Josef W. Segur

  • Janitor o' the Board
  • Knight who says 'Ni!'
  • *****
  • Posts: 3112
Re: Optimized Astropulse 5.03 for Windows
« Reply #34 on: 21 May 2009, 07:25:19 pm »
Golly, don't you think a fully optimized version would be better?  ;)

As noted in the NC forum, 07mr09aa B3_P1 WUs are OK but 08mr09aa have the problem (and thanks for confirming the latter). The 07mr09ab file is being split now, and from aoschedule I think it may get the start time of the problem down to within 12 hours or so.

While searching out those WUs, I was watching for old Astropulse WUs too. Saw one from Jan 18 2009 which I judge probably still being reissued. But I also saw two from early October 2008 which seem more likely to be victims of a database failure (and one MB from January 2007 too).
                                                                              Joe

 

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?
Members
Total Members: 97
Latest: ToeBee
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 59559
Total Topics: 1672
Most Online Today: 226
Most Online Ever: 983
(20 Jan 2020, 03:17:55 pm)
Users Online
Members: 0
Guests: 21
Total: 21
Powered by EzPortal