inspect_signal_file
Inspect a signal file to retrieve metadata including size, format, and sample details without fully loading the file.
Instructions
Inspect a signal file without fully loading it.
Returns file metadata: size, format details, estimated number of samples, sampling frequency (for WAV), column headers (for CSV), and array shape (for NPY). Use this before load_signal_from_file to verify the file format and plan the loading parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the signal file (CSV, WAV, or NPY) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |