It is 1/8 inches.
Chat with our AI personalities
no
2
The FS are the initials of Felix Schlag, who designed the coin. Those letters are on every Jefferson nickel from 1966 to 2004. Every single coin in that time frame is worth 5 cents.
The code below generates a saw tooth wave in Matlab fs = 10000; t = 0:1/fs:1.5; x = sawtooth(2*pi*50*t); subplot(1,2,1); plot(t,x), axis([0 0.2 -1 1]); xlabel('t'),ylabel('x(t)') title('sawtooth signal'); N=2; fs = 500;n = 0:1/fs:2; x = sawtooth(2*pi*50*n); subplot(1,2,2); stem(n,x), axis([0 0.2 -1 1]); xlabel('n'),ylabel('x(n)') title('sawtooth sequence');
I think you're referring to MS-65. Please see the Related Question for more information.