Community Profile

photo

lakshya wadhwa


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How to plot phase and amplitude spectrum after doing fourier transform?
syms w X = 1 / (1 + 1j * w); w_values = 0:100; X_values = double(subs(X, w, w_values)); figure, plot(w_values, abs(X_value...

3 years ago | 2