๐Ÿ”ฌ Signal Analysis Tool

Analyze and visualize DSP functions and discrete signals

Developed by Dev Islam Fawzy

You can specify the zero index by writing z = number (Example: x = [1,2,3], z = 1)

Convolution of Two Signals

๐Ÿ“š Supported Functions

Trigonometric: sin(n), cos(n), tan(n), asin(n), acos(n), atan(n)
Special: u(n), r(n), rect(a, n), sgn(n), delta(n), sinca(a, n), p(a, n), tri(a, n)
Math: floor(n), round(n), ceil(n), abs(n), rand(), log(base, n), log10(n), ln(n)

๐Ÿ”ข Supported Constants

pi = 3.14159... (ฯ€)
deg = 0.017453... (degree in radians)
e = 2.71828... (Euler's number)
g = 9.80665 (gravity)

๐Ÿ’ก Notes

* To use 'x' instead of 'n': Write "x = n" at the beginning Example: x = n .. sin(x)
* To use trigonometric functions in degrees: Use the constant 'deg' Example: sin(30 deg)
* To create a constant 'k': Write: k = 2 Then use: k * n
* In 'show' script: j0 is the parameter, j1 is the final result jn are variables for storing operations
* For support: +01005809670
Dev-Islam Fawzy