Disassembling a Sensor You’ve Never Seen: What Makes Mining Sensors Unique

Disassembling a Sensor You've Never Seen: What Makes Mining Sensors Unique

Today, comrades, we are going to disassemble a sensor used in mining.It feels heavy and substantial in hand.After all, it is meant to be used underground, where the environment is harsh.This is a sensor for detecting wind speed and direction. You can tell it has weathered many storms; the back is already quite worn, and … Read more

Development of Ultrasonic Wind Speed and Direction Sensor

Development of Ultrasonic Wind Speed and Direction Sensor

Click the blue text to follow us “ Development of Ultrasonic Wind Speed and Direction Sensor ” 01 # Research Overview # With the introduction of China’s dual carbon goals, the development momentum of wind power generation is becoming increasingly rapid. However, the high randomness and uncertainty of wind significantly affect the efficiency and output … Read more

MATLAB | 1980—2022 China Meteorological Element Raster Data (Precipitation/Temperature/Wind Speed/Humidity/Pressure/Potential Evapotranspiration)

MATLAB | 1980—2022 China Meteorological Element Raster Data (Precipitation/Temperature/Wind Speed/Humidity/Pressure/Potential Evapotranspiration)

https://www.ncdc.ac.cn/portal/metadata/21691d03-bef2-4800-924e-5614e7268b87 Using monthly wind speed data as an example, this article demonstrates how to batch convert data to TIF format using MATLAB. .rtcContent { padding: 30px; } .lineNode {font-size: 10pt; font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-style: normal; font-weight: normal; }inputFolder = 'E:\数据都在这里\巴音郭勒\ChinaMet_001deg_wind\ChinaMet_001deg_wind\';outputFolder = 'E:\数据都在这里\巴音郭勒\ChinaMet\ChinaMet_001deg_wind\';ncFiles = dir(fullfile(inputFolder, 'ChinaMet_001deg_wind_*.nc'));for k = 1:length(ncFiles) ncPath = fullfile(inputFolder, … Read more