SubPlotter
This repository contains a Python script for visualizing RAW data from Flipper SubGhz devices.
Install / Use
/learn @Occid3re/SubPlotterREADME
SubPlotter
SubPlotter is a Python script to visualize data from given files. It supports two types of files, which can represent different types of signals:
-
.subfiles, which represent Sub-GHz signals. In these files, the data consists of alternating positive and negative numbers, representing time intervals (in some unit) of 'on' and 'off' states, respectively. -
.irfiles, which represent IR signals. In these files, the data is a series of positive numbers, and 'on' and 'off' states alternate with every number.
The script organizes the data and then uses Plotly to create a graph. It produces a step graph where 'on' states are represented by 1 and 'off' states by 0. The x-axis represents the cumulative time.
Installation
- Clone the repository
- Navigate to the project directory in your terminal
- Install the necessary packages by running
pip install -r requirements.txt
Usage
Run the script with the filename as an argument.
python PlotSub.py filename.sub
python PlotIr.py filename.ir
Related Skills
node-connect
352.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
352.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
352.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
