diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2024-09-12 08:55:00 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2024-09-12 08:55:00 +0000 |
commit | 56c455e14522a6534ef8dcb0cf5dcfc7fc4bd0fc (patch) | |
tree | 39bb9660361936a1021e1fd6bd6b0fc95e5fc516 /comp/work/33 | |
parent | 2ab1f5cf5a759f0982eea3951c47e0477cb46561 (diff) | |
parent | 617ea66ab4fe16910c294f4d6653eb70b4c47d9a (diff) |
merged the branches
Diffstat (limited to 'comp/work/33')
-rw-r--r-- | comp/work/33/bool | 25 | ||||
-rw-r--r-- | comp/work/33/networks | 10 |
2 files changed, 35 insertions, 0 deletions
diff --git a/comp/work/33/bool b/comp/work/33/bool new file mode 100644 index 0000000..f4abf9a --- /dev/null +++ b/comp/work/33/bool @@ -0,0 +1,25 @@ +a+b+a+!b +a+b+!b +a+1 +1 + + +!(a+b)+(!a+c) +!a.!b + !a+c +!a+!b+c +!(a.b) + c + +!d + !(e+!d) +!d + !e.d +!d + !e +!(d.e) + +b.(a+!b) +b.a + b.!b +b.a + 0 +b.a + +(!a+a.b).!b +!a.!b + !b.a.b +!(a+b) + o +!(a+b) diff --git a/comp/work/33/networks b/comp/work/33/networks new file mode 100644 index 0000000..7d75321 --- /dev/null +++ b/comp/work/33/networks @@ -0,0 +1,10 @@ +a) baud rate of 10, 20 / 2 bits per change +b) 20 + +a) baud rate of 100, 300 / 3 bits per change +b) 300 + +the bit rate is the same as the baudrate when the bitrate is equal to the number of bits per signal change + +the baud rate will be higher than the bitrate when the bitrate is lower than the number of bits per signal change + |