I wanna write this convolution in Python:
y(x)=conv(Sin(x),delta(x-t))
As I know the result is: sin(t) But I do not know how to write in python.
I wanna write this convolution in Python:
y(x)=conv(Sin(x),delta(x-t))
As I know the result is: sin(t) But I do not know how to write in python.