{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/electrical.hpf.input.json",
  "title": "High-pass filter — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "R": {
      "type": "number",
      "exclusiveMinimum": 0
    },
    "C": {
      "type": "number",
      "exclusiveMinimum": 0
    },
    "fc": {
      "type": "number",
      "exclusiveMinimum": 0
    },
    "f": {
      "type": "number",
      "exclusiveMinimum": 0
    }
  },
  "description": "First-order RC HPF cutoff and optional |H(f)|. (calculation_version 1.0.0)"
}
