by razman.ayop | Jun 22, 2020 | Research Guidance
https://www.mathworks.com/matlabcentral/fileexchange/77218-pv-emulator Design Parameters Control Strategy: Direct Referencing Method (Current Control) PV Model: Look-Up Table (LUT) Method extracted from a Single Diode Model with Series Resistance (1D1R Model) Power...
by razman.ayop | Jun 19, 2020 | Research Guidance
Calculate resistance needed to trace I-V characteristic curve evenly. https://www.mathworks.com/matlabcentral/fileexchange/77085-resistance-required-to-evenly-distribute-i-v-curve?s_tid=prof_contriblnk When it come to PV, it is difficult to determine the resistance...
by razman.ayop | Jun 11, 2020 | Research Guidance
A standard closed-loop buck converter controlled using a standard 25 rules fuzzy logic controller. LINK: https://www.mathworks.com/matlabcentral/fileexchange/76805-closed-loop-buck-converter-using-fuzzy-logic-controller The buck converter is designed using 20 kHz...
by razman.ayop | Jun 2, 2020 | Research Guidance
Journal usually ask the author to give the original image for publication. This is to ensure high quality image is shown in journal. If the image is placed in Word document, it will be automatically compress to lower pixel per inch (ppi). Usually around 96ppi to...
by razman.ayop | Jun 2, 2020 | Research Guidance
Journal usually ask the author to give the original image for publication. This is to ensure high quality image is shown in journal. If the image is placed in Word document, it will be automatically compress to lower pixel per inch (ppi). Usually around 96ppi to...
by razman.ayop | Feb 18, 2020 | Research Guidance
The simulation using power library is not very detail. In order to improve the accuracy of the simulation, the foundation library is used. Although it is more accurate, the simulation time can be longer. The example given is based on the buck converter:
by razman.ayop | Jan 6, 2020 | Research Guidance
1. Basic 1.1. Setup and Loop viod setup(){} viod loop(){} 1.2. Comment //single line comment /*multi-line comment*/ 1.3. Delay Unit is ms delay(1000); 2. Hardware 2.1. Buildin LED Instead of using “int led =...
by razman.ayop | Dec 19, 2019 | Research Guidance
An ideal RGB LED with Common Cathode that is implemented using Power System Blocks. Link: https://www.mathworks.com/matlabcentral/fileexchange/73724-rgb-led-with-common-cathode Ideal LED means that the intensity of the light is directly proportional to the forward...