posts
Binary Numbers Representation
We can make the binary numbers into the following two groups − Unsigned numbers and Signed numbers. Unsigned Numbers Unsigned numbers contain only magnitude of the number. They don’t have any sign. That means all unsigned binary numbers are positive. As in decimal number system, the placing of positive sign in front of the number is optional for … Continue reading Binary Numbers Representation
Base Conversion
Decimal Number to other Bases Conversion If the decimal number contains both integer part and fractional part, then convert both the parts of decimal number into other base individually. Follow these steps for converting the decimal number into its equivalent number of any base ‘r’. Do division of integer part of decimal number and successive quotients with base ‘r’ … Continue reading Base Conversion
Number System
If base or radix of a number system is ‘r’, then the numbers present in that number system are ranging from zero to r-1. The total numbers present in that number system is ‘r’. So, we will get various number systems, by choosing the values of radix as greater than or equal to two. In … Continue reading Number System
Noise Filtering
Removal of various image noises such as Gaussian & Salt and Pepper noise by using mean filter & median filter