app
Sample Experiment: RC Low-Pass Filter Response
Public Made by Adomby adom
Working sample of Adom's experiment publication format: JSONL data, sidecar metadata, provenance, and an AI reproduction skill. Prepared for NSF PCL FAIR-data due diligence.
{
"experiment": "sample-experiment-rc-lowpass",
"performed_utc": "2026-07-10T00:00:00Z",
"performed_by": {
"agent": "Claude (Adom AI agent)",
"direction": "human-prompted, AI-executed",
"prompted_by": "John Lauer <[email protected]>, PI"
},
"kind": "computed characterization (closed-form model); no physical parts consumed",
"reproduce": "python3 analysis/run_experiment.py (deterministic; regenerates data + sidecar + plot bit-for-bit)",
"inputs": {
"model": "first-order RC low-pass transfer function H(f) = 1/(1 + j*2*pi*f*R*C)",
"code": "analysis/run_experiment.py",
"runtime": "python3 + matplotlib"
},
"design_references": [
{"role": "R (1 kOhm 1% 0603)", "mpn": "RC0603FR-071KL", "manufacturer": "Yageo"},
{"role": "C (100 nF X7R 0603)", "mpn": "GRM188R71H104KA93D", "manufacturer": "Murata"}
],
"outputs": [
{"file": "data/rc_lowpass_response.jsonl", "sha256": "f622e21f616ffe60", "note": "full hash in sidecar"},
{"file": "data/rc_lowpass_response.sidecar.json"},
{"file": "docs/bode-plot.png"}
],
"chain": [
"PI request (NSF PCL FAIR-data questionnaire, July 2026)",
"AI skill authored: skills/reproduce-rc-characterization",
"analysis/run_experiment.py generated dataset + sidecar + plot",
"page published to wiki.adom.inc/adom/sample-experiment-rc-lowpass (immediate publication, no embargo)"
]
}