Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Batch Process Sensor Data | Automating Everyday Engineering Tasks
Python for Automation Engineers
セクション 1.  5
single

single

bookChallenge: Batch Process Sensor Data

メニューを表示するにはスワイプしてください

タスク

スワイプしてコーディングを開始

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.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 1.  5
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt