phase shift for data
Mostra commenti meno recenti
Hello! Is there anyone who could tell me how to count a phase shift for attached data? AO and AI - sinewaves Ts - sample time f-signal frequency t-time, so the plot can be obtained by: plot(t,AO,t,AI)
Risposte (1)
Walter Roberson
il 25 Gen 2017
Modificato: Walter Roberson
il 25 Gen 2017
Guessing that AO is Output and AI is Input and so AO is dependent on AI, then:
plot(t,atan2(AO-AI,AI))
Categorie
Scopri di più su Switches and Breakers in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!