Digital Signal Processing Course Overview

Digital Signal Processing Course Overview

The Fourth Industrial Revolution, driven by technologies such as the Internet of Things, big data, robotics, and artificial intelligence, is sweeping across the globe at an unprecedented pace. As a fundamental aspect of these technologies, digital signal processing has become essential knowledge for relevant technical personnel. The digital signal processing course serves as a major … Read more

Quadruped Robot Design and Implementation

Quadruped Robot Design and Implementation

Introduction With the advancement of technology and the rapid development of social productivity, the robotics industry has flourished, among which quadruped robots have developed quickly and are widely used. Quadruped robots are a highly integrated research product, primarily driven by mechatronic technology and incorporating knowledge from various fields such as microcontroller technology, hydraulics, sensors, and … Read more

What Programming Languages Are Used for Industrial Robots?

What Programming Languages Are Used for Industrial Robots?

Editor’s Note Many friends have been asking what programming languages are used for industrial robots. This time, I will summarize several commonly used programming languages for industrial robots. 1. Hardware Description Languages (HDLs)   Hardware description languages are generally used to describe electrical programming methods. These languages are quite familiar to some robotics experts because they … Read more

Programming Languages for Industrial Robots

Programming Languages for Industrial Robots

Many people have asked what programming languages are used for industrial robots. In this article, I will summarize several commonly used programming languages for industrial robots. 1. Hardware Description Languages (HDLs) Hardware description languages are generally used to describe electrical programming methods. These languages are quite familiar to some robotics experts because they are used … Read more

Top 10 Popular Programming Languages for Robots

Top 10 Popular Programming Languages for Robots

If you ask: What is the best programming language for robots? Computer vision programmers will give different answers than cognitive robot developers. Everyone disagrees on what is the “best programming language”; the first language to learn is often the most practical answer, as it depends on the type of application you are developing and the … Read more

Complete PID Speed Control for Smart Car in 10 Minutes

Complete PID Speed Control for Smart Car in 10 Minutes

Introduction During the pandemic, feeling a bit bored, I bought a smart car chassis and a bunch of parts on Taobao, developed based on Arduino Due and Raspberry Pi. The Due is responsible for low-level control, while the Raspberry Pi is used for high-level controller development, such as Stanley controller or model predictive controller for … Read more

Application Research of PWM Modulation in Arduino-Based Electronic Technology Experiments

Application Research of PWM Modulation in Arduino-Based Electronic Technology Experiments

Abstract Based on the openness and ease of use of the Arduino controller of the open source control platform, an experimental teaching module with the Arduino microcontroller as the core has been added to the original electronic technology comprehensive experiment. Using the pulse width modulation technology (referred to as PWM technology) in the Arduino microcontroller, … Read more

Calculating Carbon Emission Flow in Power Systems Using MATLAB

Calculating Carbon Emission Flow in Power Systems Using MATLAB

Click the blue text above to follow us Gift to readers 👨💻Conducting research involves a deep system of thought, requiring researchers to be logical, meticulous, and serious. However, effort alone is not enough; often leveraging resources is more important than sheer effort. Additionally, one must have innovative insights and inspirations. Readers are advised to browse … Read more

Power System Clustering Strategy Considering Building Layout

Power System Clustering Strategy Considering Building Layout

Click the blue text above to follow us Gift for readers 👨💻 Doing research involves a profound system of thought, requiring researchers to be logical and meticulous, but effort alone is not enough; often leveraging resources is more crucial. One must also have innovative points and inspirations. When a philosophy teacher asks you what science … Read more

Power Spectral Density Calculation Function Peridogram in MATLAB

Power Spectral Density Calculation Function Peridogram in MATLAB

Peridogram This function can implement the periodogram and improved periodogram method. The basic syntax is to use the default rectangular window and DFT length to obtain the periodogram. The DFT length is the next power of 2 greater than the signal length. Since the signal is real-valued and of even length, the periodogram is one-sided … Read more