Posts

Transmission Techniques for 5G Networks

Image
  ·      Overview Ever since the first transistor came into existence, technological progress has witnessed a domino effect, increasing capacity and power over time. What happens as a result is that today’s top-of-the-line technology becomes tomorrow’s outdated recyclables. Think about the cutting-edge technology that existed Ten years ago and compare it with the one that exists today. From being able to phone a friend to emailing, video calling, sharing movies, songs, gaming, and what not on the same device, we have covered a long way. This brings us to the relevance of Moore’s Law.  ·      Do You Know About Moore’s Law?               George Moore’s perception is that the number of transistors on microchips or the computing power of new electronics will double every two years. It states that while the computational progress will become fast and more efficient over time, we wi...

Advantages Of Binary Search Tree Over Hash Table

Image
  Advantages Of Binary Search Tree Over Hash Table In programming, we have come across BST and Hash Table applications very often. But most of the times we prefer to use hash table even if the space complexity increases. But in this article, we will be looking into the advantages and places where we prefer to use  Binary Search Tree over Hash Table. Let us first revisit BST and Hash table . Ø What is Binary Search Tree ? A BST is a type of tree  data structure  where for every node, all the nodes to the left of this node have value lesser than the current node’s value and all the nodes to the right of this node has value greater than the current node’s value along with the fact that both left subtree and right subtree are Binary Search Trees. Ø Example: One application of this is basically when we get a stream of incoming data and we want to arrange them systematically in a sorted order in efficient way. ...

Quantum Cryptography

Image
 

Image Processing In Industrial Automation

Image
  Image Processing In Industrial Automation   Introduction:- Fourth industrial revolution has revolutionized the traditional manufacturing and industrial practices. It has created an era of cyber physical systems with collaboration of human intelligence, machine learning, artificial intelligence, robotics, nanotech, IOT and many more. From human assisted automation to completely inhuman automation industries have come a long way. There is hardly any manufacturing process that is conceivable without imaging, Industrial Image processing works as chief technology in industrial automation.  Hardware:-   Hardware to implement image processing system is a network interface between manufacturing process control system, main processing computer containing image processing software ,cameras and image processing hardware like Image grabber and video composite circuit, data processor and system controller and PC expansion card. Important Image Processing techniques used in in...

Quality Control and Statistical Process Control (SPC)

   Introduction:-    Statistical Process Control (SPC) is not new to the industry. In 1924, a man at Bell Laboratories developed the control chart and the concept that a process could be in statistical control. He eventually published a book titled  “Statistical Method from the Viewpoint of Quality Control”  (1939). The demand for products had forced them to look for a better and more efficient way to monitor product quality without compromising safety. SPC filled that need.       It was then picked up by the Japanese manufacturing companies where it is still used today.   Statistical Process Control (SPC):-   SPC is a method of measuring and controlling quality by monitoring the manufacturing process. Quality data is collected in the form of product or process measurements or readings from various machines or instrumentation. The data is collected and used to evaluate, monitor, and control a process. SPC is an effective metho...