Friday, April 20, 2007
Shannon & Hartley's Measures
Hartley's Function is actually a special case of Shannon's entropy so it's extremely similar to Shannon's. The only difference is that Hartley's equation takes into effect the a log of a varying base in a set of information. While Shannon only takes the log of base 2. Hartley's function is more rare and typically only happens in certain situations of measuring information. Shannon's measure is applicable to a much wider array of information.
Friday, April 6, 2007
Data Analysis
In Lab 9, I learned several methods that can be used for data analysis, the main method being Linear Regression. This method allows you to take a set of data and actually put a line of best fit to a seemingly random scatter plot, so that you can infer any growing trends that the specific data is telling you. There is some error, but by using the Analysis Tools in Microsoft Excel, you can see how much error occurs and whether or not this is a viable trend or not. This skill will be very valuable in the future if I need to analyze any other sets of seemingly random data.
Friday, March 23, 2007
Monday, March 5, 2007
Lab 7 Task 3
After running different values of A and B on the circuit I was able to form the following truth table, proving DeMorgan's Law true:
A | B | NOT A | NOT B | A AND B | NOT (A AND B) | NOT A OR NOT B |
0 | 0 | 1 | 1 | 0 | 1 | 1 |
0 | 1 | 1 | 0 | 0 | 1 | 1 |
1 | 0 | 0 | 1 | 0 | 1 | 1 |
1 | 1 | 0 | 0 | 1 | 0 | 0 |
Lab 7 Task 2
After viewing the result of this expression at different values of A and B, I came up with the following Truth Table:
A | B | A XOR B | NOT (A XOR B) |
0 | 0 | 0 | 1 |
0 | 1 | 1 | 0 |
1 | 0 | 1 | 0 |
1 | 1 | 0 | 1 |
This expression is only true when both A and B are the same value, if they differ in value then the expression is false. It is the opposite of the Exclusive-OR or XOR expression, and this is the result of the NOT being placed in front of the XOR expression. So the function of this circuit is to only allow for a "True" result when the values are equivalent, if they aren't then there is a "False" result.
Tuesday, February 20, 2007
Converting Binary and Decimal
28 | 27 | 26 | 25 | 24 | 23 | 22 | 21 | 20 |
1 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 |
256+ | 128+ | | | 16+ | | 4+ | | 1 |
So the value of the Binary number 110010101 is 405
To convert the Decimal number 529 to its Binary form, all you need to do is divide the number by 2 until you can no longer divide it. Although you don't need to organize it into a table I feel its best to make it look clear and concise. As you can see you start with dividing 529 by 2, which is 264 with a remainder of 1, so the first place in the new binary number is 1. Then you divide 264 by 2, which is 132 with a remainder of 0, so the second place in the new binary number is 0. You do this continuously until you reach zero.
Decimal | Quotient | Remainder | Binary |
529 | 264 | 1 | 1 |
264 | 132 | 0 | 01 |
132 | 66 | 0 | 001 |
66 | 33 | 0 | 0001 |
33 | 16 | 1 | 10001 |
16 | 8 | 0 | 010001 |
8 | 4 | 0 | 0010001 |
4 | 2 | 0 | 00010001 |
2 | 1 | 0 | 000010001 |
1 | 0 | 1 | 1000010001 |
As you can see once you reach 0 and can no longer divide the number by 2, you have the final binary number.
In this case the decimal number 529 is 1000010001 in Binary.
Positional vs. Non-Positional
The difference between Positional and Non-Positional number systems is very simple to understand. A positional number system is one where each position is related to the next by a constant multiplier. For example the decimal systems constant multiplier is 10, so if you find the number 6 in the "hundreds place," it is multiplied by 10^3 or 100.
A non-positional number system does not have a constant multiplier for each position, instead a new symbol is usually created to convey the newest number position. An example of this would be the Roman Numeral System, each position is not related to the one next to it. The number XLI has no constant multplier to tell you that it means 41 in decimal form, you just have to have a specific understanding of what each symbol means.
Friday, February 16, 2007
Andy Clark and Search Engines
When search engines are able to bring together these "soft assembled" information packages that Clark outlines, users are able to access any information at any time of day. This has seemed to revolutionize society's ability to give and receive information at any time. The user also has all the control in what information he or she wishes to access. This is basically the opposite of a book or newspaper where the reader is being force fed information, an online search allows for total user control. All of this work has allowed information to be accessible to anybody in the world and also brought the world closer together. Somebody in Paris, France can be accessing the same information that someone in rural Indiana, and I feel its all for the best. With information being so easily accessible due to the capabilities of these search engines, and this can only help people collaborate to come up with newer ideas that can improve the world around us.