Skip to main content
Glama

PicoScope MCP Server

compute_fft

Perform frequency domain analysis on oscilloscope signals using Fast Fourier Transform to identify frequency components and spectral characteristics.

Instructions

Compute FFT (Fast Fourier Transform) for frequency domain analysis.

Args: channel: Channel to analyze. window: Window function to apply.

Returns: Dictionary containing frequency bins and magnitude spectrum.

Input Schema

NameRequiredDescriptionDefault
channelYes
windowNohann

Input Schema (JSON Schema)

{ "properties": { "channel": { "enum": [ "A", "B", "C", "D" ], "type": "string" }, "window": { "default": "hann", "enum": [ "hann", "hamming", "blackman", "rectangular" ], "type": "string" } }, "required": [ "channel" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/markuskreitzer/picoscope_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server