Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Batch Process Sensor Data | Automating Everyday Engineering Tasks
Python for Automation Engineers

bookChallenge: Batch Process Sensor Data

Task

Swipe to start coding

You are tasked with automating a common engineering workflow: calibrating and filtering sensor data. Given a list of sensor readings, you must apply a calibration formula and filter out readings below a threshold.

  • For each value in sensor_readings, apply the calibration formula: multiply the reading by calibration_factor and add 2.
  • Include only calibrated readings that are greater than or equal to the threshold in the final result.
  • Return a list containing the calibrated and filtered readings.

Solution

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 1. ChapterΒ 5
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

Suggested prompts:

Can you explain this in simpler terms?

What are some examples related to this topic?

Where can I learn more about this?

close

bookChallenge: Batch Process Sensor Data

Swipe to show menu

Task

Swipe to start coding

You are tasked with automating a common engineering workflow: calibrating and filtering sensor data. Given a list of sensor readings, you must apply a calibration formula and filter out readings below a threshold.

  • For each value in sensor_readings, apply the calibration formula: multiply the reading by calibration_factor and add 2.
  • Include only calibrated readings that are greater than or equal to the threshold in the final result.
  • Return a list containing the calibrated and filtered readings.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 1. ChapterΒ 5
single

single

some-alt