Howcan i get the date of pulse_transition

1 visualización (últimos 30 días)
EMMANUEL VIRATEL
EMMANUEL VIRATEL el 17 de Oct. de 2019
Hello, I'm Emmanuel student in electronic at the university of Toulouse (FRANCE)
I've got a signal into a vector, il look like a pulse signal and i want to have the date of each rising edge and falling edge into two vectors
mi code is here
pm = dsp.PulseMetrics('TimeInputPort',true,'TransitionOutputPort',true,'PostshootOutputPort',true,...,
'CycleOutputPort', true,'SettlingOutputPort',true,...
'StateLevels',[seuil_bas seuil_haut])
%conversion en ms%
echelle_temps=t*periode_echantillonnage
xlabel('Samples');
pulse,cycle,transition,settling] = pm(s',t');
plot(pm);
I want to specify the rising level and the falling level. Pleased tell if the field settling in dsp.Pulsemetrics is the best way to do that, or are they others ways?
Thanks a lot for your answer
Emmanuel

Respuestas (0)

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by