MCP Calc Tools

fourier_transform

Compute the Fourier transform of a time-domain function to analyze its frequency components. Input the function, time variable, and frequency variable for accurate spectral analysis.

Instructions

Calculate the Fourier transform of a function

Input Schema

NameRequiredDescriptionDefault
expressionYesFunction of time
freqVarYesFrequency variable
timeVarYesTime variable

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "properties": { "expression": { "description": "Function of time", "type": "string" }, "freqVar": { "description": "Frequency variable", "type": "string" }, "timeVar": { "description": "Time variable", "type": "string" } }, "required": [ "expression", "timeVar", "freqVar" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Calc Tools

Related Tools

ID: s2q7kkn40a