A computer components & hardware forum. HardwareBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » HardwareBanter forum » Video Cards » Ati Videocards
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Skybuck's universal code



 
 
Thread Tools Display Modes
  #1  
Old August 5th 05, 06:12 PM
Skybuck Flying
external usenet poster
 
Posts: n/a
Default Skybuck's universal code

I have updated this section to prevent any further confusion:

"
Data bits:
a,a,a,a,a,a,b,b,b,b,b,c,c,c,c (these bits can have value 0 or 1)
"

(Since some people though these aaaa, bbb, ccc bits behaved like unary
encoding (all ones or all zeros) This is not the case.

These bits can have any binary value, a zero or a one.

I have also included a new part for further clearity:

New part:

"
The position of the bit in the information stream identifies if it is a
marker bit or a data bit.

Positions:
0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2, 2,2,2,2,2
0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2,3,4, 5,6,7,8,9

Information stream:
a,0,a,0,a,0,a,0,a,0,a,1,b,0,b,0,b,0,b,0,b,1,c,0,c, 0,c,0,c,1

The data bits are located on "even" positions. (0,2,4,6,8,10,12,14,16,18,20,
etc )
The marker bits are located on "oneven" positions. (
1,3,5,7,9,11,13,15,17,19, etc )

By reading a data bit, marker bit, data bit, marker bit, etc they can be
seperated from each other.
"

Bye,
Skybuck.


  #2  
Old August 5th 05, 06:25 PM
Skybuck Flying
external usenet poster
 
Posts: n/a
Default

This is probably even a better description

"
Data bits:
a,a,a,a,a,a,b,b,b,b,b,c,c,c,c (each data bit can be a zero or a one)
"


  #3  
Old August 5th 05, 06:51 PM
Skybuck Flying
external usenet poster
 
Posts: n/a
Default

Hi,

And finally what better way than to explain it with an example

"
An example:

Data bits for field A = 1,0,0,0,1,0
Data bits for field B = 1,1,1,0,1
Data bits for field C = 1,0,0,1

Market bits for field A = 0,0,0,0,0,1
Market bits for field B = 0,0,0,0,1
Market bits for field C = 0,0,0,1

Data bits and marker bits interleaved for field A: 1,0,0,0,0,0,0,0,1,0,0,1
Data bits and marker bits interleaved for field B: 1,0,1,0,1,0,0,0,1,1
Data bits and marker bits interleaved for field C: 1,0,0,0,0,0,1,1

Interleaved field A,B,C stuck together (final encoded bitstream):

1,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,1,0,0,0,1,1,1,0,0, 0,0,0,1,1
"
Bye,
Skybuck


  #4  
Old August 6th 05, 04:32 AM
HockeyTownUSA
external usenet poster
 
Posts: n/a
Default


"Skybuck Flying" wrote in message
...
Hi,

And finally what better way than to explain it with an example

"
An example:

Data bits for field A = 1,0,0,0,1,0
Data bits for field B = 1,1,1,0,1
Data bits for field C = 1,0,0,1

Market bits for field A = 0,0,0,0,0,1
Market bits for field B = 0,0,0,0,1
Market bits for field C = 0,0,0,1

Data bits and marker bits interleaved for field A: 1,0,0,0,0,0,0,0,1,0,0,1
Data bits and marker bits interleaved for field B: 1,0,1,0,1,0,0,0,1,1
Data bits and marker bits interleaved for field C: 1,0,0,0,0,0,1,1

Interleaved field A,B,C stuck together (final encoded bitstream):

1,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,1,0,0,0,1,1,1,0,0, 0,0,0,1,1
"
Bye,
Skybuck




You're weird.


  #5  
Old August 7th 05, 02:25 AM
Skybuck Flying
external usenet poster
 
Posts: n/a
Default


"HockeyTownUSA" cyberpilot at gmail dot com wrote in message
news

"Skybuck Flying" wrote in message
...
Hi,

And finally what better way than to explain it with an example

"
An example:

Data bits for field A = 1,0,0,0,1,0
Data bits for field B = 1,1,1,0,1
Data bits for field C = 1,0,0,1

Market bits for field A = 0,0,0,0,0,1
Market bits for field B = 0,0,0,0,1
Market bits for field C = 0,0,0,1

Data bits and marker bits interleaved for field A:

1,0,0,0,0,0,0,0,1,0,0,1
Data bits and marker bits interleaved for field B: 1,0,1,0,1,0,0,0,1,1
Data bits and marker bits interleaved for field C: 1,0,0,0,0,0,1,1

Interleaved field A,B,C stuck together (final encoded bitstream):

1,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,1,0,0,0,1,1,1,0,0, 0,0,0,1,1
"
Bye,
Skybuck




You're weird.



I am going to exploit my weirdness to it's full potential

Bye,
Skybuck.


  #6  
Old August 18th 05, 03:12 AM
Doug
external usenet poster
 
Posts: n/a
Default

What is the point of this scheme? Is it a new serial transmission scheme?
You're code definitely doesn't define the instruction set for any CPU.
You've doubled the amount of data that needs to be stored/fetched on a per
bit basis AND you think you're some sort of genius for coming up w/such a
LAME-ASS encoding?

--
there is no .sig
"Skybuck Flying" wrote in message
...

"HockeyTownUSA" cyberpilot at gmail dot com wrote in message
news

"Skybuck Flying" wrote in message
...
Hi,

And finally what better way than to explain it with an example

"
An example:

Data bits for field A = 1,0,0,0,1,0
Data bits for field B = 1,1,1,0,1
Data bits for field C = 1,0,0,1

Market bits for field A = 0,0,0,0,0,1
Market bits for field B = 0,0,0,0,1
Market bits for field C = 0,0,0,1

Data bits and marker bits interleaved for field A:

1,0,0,0,0,0,0,0,1,0,0,1
Data bits and marker bits interleaved for field B: 1,0,1,0,1,0,0,0,1,1
Data bits and marker bits interleaved for field C: 1,0,0,0,0,0,1,1

Interleaved field A,B,C stuck together (final encoded bitstream):

1,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,1,0,0,0,1,1,1,0,0, 0,0,0,1,1
"
Bye,
Skybuck




You're weird.



I am going to exploit my weirdness to it's full potential

Bye,
Skybuck.




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Skybuck's universal code Skybuck Flying Ati Videocards 1 August 4th 05 07:13 PM
Skybuck's universal code Skybuck Flying Storage (alternative) 0 August 4th 05 11:52 AM
Skybuck's universal code Skybuck Flying Asus Motherboards 0 August 4th 05 11:47 AM
Skybuck's universal code Skybuck Flying General 0 August 4th 05 11:46 AM
Need advise on choosing Maxtors Wooducoodu Homebuilt PC's 43 October 6th 04 03:02 PM


All times are GMT +1. The time now is 11:40 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 HardwareBanter.
The comments are property of their posters.