Skip to content

Instantly share code, notes, and snippets.

View szubster's full-sized avatar

Tomasz Szuba szubster

View GitHub Profile
@szubster
szubster / zadanie1.m
Created April 29, 2011 13:10
matlab
clear all;
Fs=32768;
x =linspace(0,1,Fs);
y=sin(2*pi*0.133*Fs*x)/2 + sin(2*pi*sqrt(2)/10*Fs*x)/2;
sygnal_widmo(y,'przed');
y2 = y * 10;
y2 = ceil(y2);
dfgdgdfgdxvxvsv