This is one of the excellent short and sweet tips for using Sony HX1.
Print it and keep it in your camera bag with you.
HX1 tip and tricks: Sony Talk Forum: Digital Photography Review.
This is one of the excellent short and sweet tips for using Sony HX1.
Print it and keep it in your camera bag with you.
HX1 tip and tricks: Sony Talk Forum: Digital Photography Review.
In this post, I will use a generic model for phone numbers that has a 3-digit prefix and a running width of 7 digits.
To start, I will fix the prefix to be 123, so P1=1 P2=2, P3=3. The 7-digit running numbers will give us 10,000,000 numbers starting from 0,000,000 up to 9,999,999
Again, we will name each digit from the running numbers as n1, n2, .. n7.
Class 1 numbers: Examples of unique patterns
Class 2 numbers: Examples for the 2 digits, adjacent sets
Class 3 numbers: Examples of the 2 digits, non adjacent numbers
As you can see, the more different digits we add, the more variations we can generate. We may also play with relations between numbers by adding one or more relations of the below:
In the next blog post, I will take some samples and start building an Excel generator to generate lists of numbers in a given pattern. this is actually the base of building the integrated dial classification module.
Good bye for now..
A basic structure of numbering system can split any number to 2 basic sections:
In many cases, there can be some additional parts of the numbers like suffix, parity flag, or error correction codes. But we will assume the simple form of 2-part numbers as described above.
A prefix can be a set of digits or letters or a mix of digits and letter. There are two important notes related to the presence of prefix,
As an example, a prefix in mobile dial numbers like 012 will add 3 more digits to the length of the running number as well it can help classify dial numbers like 012-34xxxxx as an easy number because it simplifies the way you can recall it (01234 is a straight ascending set of digits).
We will fix a notation for prefix digits as P1, P2, P3
Running numbers also include 2 important factors
Series length = 10 to the power n
We will fix a notation for running digits as d1, d2, d3, … , dn
Now, let’s start the fun, the following example shows how a classified pattern will look like.
A simple “4 twins number” may look like:
When applying this “rule” to a series of 8 digit numbers, we can extract a lot of numbers in the 4-twins category like:
Note that a problem will arise for some numbers in this pattern like the number (P: 22 33 44 55) as it will fall between two categories, 4-twins and 4-ascending-twins.
In the next article, I will focus on patterns and the hierarchy of classification so we can understand how to solve such problem.