creating m files
This commit is contained in:
parent
c05afe552e
commit
5d15336758
|
|
@ -0,0 +1,18 @@
|
||||||
|
%%%%%%
|
||||||
|
%main code
|
||||||
|
%
|
||||||
|
%LY Pechvattana
|
||||||
|
%
|
||||||
|
%%%%%%
|
||||||
|
|
||||||
|
pkg load signal
|
||||||
|
|
||||||
|
%load data
|
||||||
|
signal = csvread('unknownsignal.csv');
|
||||||
|
|
||||||
|
%plotting signal in time domain
|
||||||
|
figure;
|
||||||
|
plot(signal);
|
||||||
|
xlabel('Time in [s]');
|
||||||
|
ylabel('Amplitude');
|
||||||
|
title('Signal data in time domain');
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue