We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c649fb7 commit b936937Copy full SHA for b936937
tutorials/signal/fft_ex1/fft_ex1.md
@@ -49,6 +49,7 @@ A2=200; # Hide
49
f2=400; # Hide
50
A3=150; # Hide
51
f3=800; # Hide
52
+Fs = 50000; # Hide
53
T = 1/Fs; # Hide
54
L = 10000; # Hide
55
t = (0:L-1)*T; # Hide
0 commit comments