Drift-Diffusion of Solar Cells Based on Matlab

Drift-Diffusion of Solar Cells Based on Matlab

Click the blue text above to follow us Author’s Note 🔊 Author Introduction: A graduate student from a 985 university, a researcher in the field of Matlab; 🚅SeatRightInscription:行百里者,半于九十。 ✅Research Scope: Complete Code, Paper Reproduction, Program Customization, Journal Writing, Research Cooperation 🏆CodeAcquisitionMethod:How to Obtain Matlab Code for Solar Cell Simulation For more Matlab physical application simulation … Read more

Introduction to Proteus Simulation Software

Introduction to Proteus Simulation Software

Please click on the aboveblue text to subscribe for free! Proteus software is an EDA tool published by Labcenter Electronics in the UK. It is commonly used for simulating digital circuits such as microcontrollers and consists of two programs: ISIS for simulation and ARES for PCB design. We often use the ISIS simulation software, and … Read more

Proteus Series Installation Tutorial

Proteus Series Installation Tutorial

Proteus \\\ /// Introduction: The Proteus software not only has the simulation capabilities of other EDA tools but can also simulate microcontrollers and peripheral devices. It is a great tool for simulating microcontrollers and peripheral devices. Although its promotion in China has just started, it has already gained popularity among microcontroller enthusiasts, teachers involved in … Read more

Proteus 8.17 Installation and Localization Guide

Proteus 8.17 Installation and Localization Guide

Proteus is a professional circuit design and simulation software widely used in electronic design, embedded system development, and other fields. It is the only design platform in the world that integrates circuit simulation software, PCB design software, and virtual model simulation software into one. Download the software: Long press to recognize and follow the “I … Read more

How to Create a New Project in Proteus

How to Create a New Project in Proteus

1. Select “New Project” 2. Modify the project name and storage path 3. Choose a template 4. Choose whether to create a PCB layout design based on your needs; this time, we choose not to create a PCB layout design. 5. Select no firmware project, which will be created separately later 6. Creation completed 7. … Read more

ADAS System Testing Solutions

ADAS System Testing Solutions

In recent years, the research and application of Advanced Driver Assistance Systems (ADAS) technology have rapidly developed in various related fields, indicating that automobiles are quickly entering a new ADAS world. The application scenarios of ADAS require its related functions to undergo sufficiently reliable testing to ensure that autonomous vehicles can operate safely and without … Read more

Sparse Sensor Networks for Rapid Screening of Infant Cerebral Palsy

Sparse Sensor Networks for Rapid Screening of Infant Cerebral Palsy

General Movement (GM) has been widely used for the early clinical assessment of neonatal brain development disorders (such as cerebral palsy) to facilitate ultra-early intervention and rehabilitation for at-risk newborns. However, clinical practice currently relies heavily on the subjective evaluations of pediatricians, lacking quantitative assessment methods, and requires a large number of specialized doctors and … Read more

JTAG Interface Design (5) – JTAG-2

JTAG Interface Design (5) - JTAG-2

Previously, we discussed the hardware form and basic principles of JTAG. This article uses a JTAG VIP simulation to interpret the waveforms. Referencing SOC Design (4) – Using S Company’s VIP, we first generate an example for JTAG testing: dw_vip_setup -path /home/designware/run_jtag -example jtag_svt/tb_jtag_svt_uvm_basic_sys Enter the simulation directory with cd run_jtag/examples/sverilog/jtag_svt/tb_jtag_svt_uvm_basic_sys, and type in: gmake … Read more

Using Makefile for Simulation Process

Using Makefile for Simulation Process

Generally speaking, a makefile is a file that defines one or more execution rules and methods and is executed by the make command. This section will provide a simple and direct explanation of makefile and illustrate its application in the IC design simulation process. Makefile Definition The rules for writing a makefile are as follows: … Read more

Using Makefile Scripts for VCS and Verdi

Using Makefile Scripts for VCS and Verdi

Introduction: Makefile scripting language greatly enhances productivity, allowing us to focus more on the design itself. This article introduces the Makefile scripts for commonly used VCS and Verdi software in IC design/verification, along with the source code, hoping to be of help to everyone. If you don’t have the relevant operating environment, try replying hidden … Read more