How to cut the signal at particular time or tol value ??
Mostrar comentarios más antiguos
I have a signal and respective time ,how shall I cut it at a certain more or less close to tol value/time vector value.
How to set the tol and plot the cut signals ?
close all
clear all
load signal
load t
S = signal(1,:);
tol = 0.5/2310;
plot(t,S);
T = (1:tol); %??
%then plot limited signal with limited time
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Spectral Estimation en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!