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

bookChallenge: Batch Process Sensor Data

Tâche

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

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 1. Chapitre 5
single

single

Demandez à l'IA

expand

Demandez à l'IA

ChatGPT

Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion

close

bookChallenge: Batch Process Sensor Data

Glissez pour afficher le menu

Tâche

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 desktopPassez à un bureau pour une pratique réelleContinuez d'où vous êtes en utilisant l'une des options ci-dessous
Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 1. Chapitre 5
single

single

some-alt