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

bookChallenge: Batch Process Sensor Data

Taak

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.

Oplossing

Was alles duidelijk?

Hoe kunnen we het verbeteren?

Bedankt voor je feedback!

Sectie 1. Hoofdstuk 5
single

single

Vraag AI

expand

Vraag AI

ChatGPT

Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.

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

Veeg om het menu te tonen

Taak

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.

Oplossing

Switch to desktopSchakel over naar desktop voor praktijkervaringGa verder vanaf waar je bent met een van de onderstaande opties
Was alles duidelijk?

Hoe kunnen we het verbeteren?

Bedankt voor je feedback!

Sectie 1. Hoofdstuk 5
single

single

some-alt