2
Answers

C# signal processing

Harshal Patil

Harshal Patil

9y
2.7k
1
i need to generate a signal in c# and plot a that signal as a graphical representation like in Matlab for the below equation.
x =a*sin(2*PI*f*t) 
a=3
f=5
t=0:0.01:1min 
Answers (2)