Rich's Wordpress

又一个WordPress站点

Diode Circuits (Note)

There are two main ways to solve circuits containing diodes: the graphical method and the diode approximation. Graphical Method The image below shows a simple circuit with a diode connected in series with a resistor. Suppose the voltage through the diode is Vd, and the current flowing through this circuit is Id. We can write […]

PN Junction Diode (Note)

P-type & N-type Semiconductor P-type & N-type semiconductor by itself acts like a resistor. Doping one side of the silicon crystal with p-type impurity and the other side of the silicon crystal with n-type impurity creates the PN junction. The PN junction is also called a diode. Due to the doping of different impurities, there […]

Semiconductor (Note)

Conductivity In terms of conductivity, materials can be categorised into three categories, conductor, semiconductor and insulator. The conductivity means how easily the material allows the flow of charge and it is measured in seimens per meter (S/m). Conductor If a voltage is applied to a conductor, it allows the flow of charge. e.g. copper, silver, […]

Diode (Note)

A diode is a two-terminal semiconductor device that allows the flow of current in only one direction. One terminal is known as the anode, and the other is the cathode. Current can flow from the anode end to the cathode, but not in the other direction. Voltage-Current Graph The diode is a non-linear element, meaning […]

BeBOP Chapter 15 Key Note: Memory IC

RAMs VS ROMs Read-Only Memory: other components in the system can read data from ROM devices but can’t write new data into them. The ROM contains a sequence of instructions that are used by the CPU to initialize both itself and other parts of the system. This is known as boot-strapping. Random-Access Memory: Data can […]

OpenCV 16: Face Recognition

I used OpenCV’s built-in face recognizer and trained it using all of the images I downloaded from Google in these two folders. There are three modules we need to import – os, cv2 and numpy. In the Function: Now that we are inside each folder, we are going to loop through all the images in […]

OpenCV 15: Face Detection

Face Detection VS Face Recognition Face detection only detects the presence of a face in an image while fact recognition involves identifying whose face it is. Face detection is performed using a classifier, it is essentially an algorithm that decides whether a given image is positive or negative meaning whether a face is present or […]

Scroll to top