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

bookChallenge: Batch Process Sensor Data

Oppgave

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.

Løsning

Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 1. Kapittel 5
single

single

Spør AI

expand

Spør AI

ChatGPT

Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår

close

bookChallenge: Batch Process Sensor Data

Sveip for å vise menyen

Oppgave

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.

Løsning

Switch to desktopBytt til skrivebordet for virkelighetspraksisFortsett der du er med et av alternativene nedenfor
Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 1. Kapittel 5
single

single

some-alt