You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(*************************Chaotic Sine PWM******************************)(*Chaotic PWM Carrier*)vatcb=Import["ALL0001-MCBI.CSV"][[19;;5018, 8]];tt=Table[sti, {i, 0, 5018-19}];ListLinePlot[Transpose[{tt, vatcb}]]
(******Estimation of Time Delay for reconstructing the state-space of attractor can be done based on two methods: 1-favourable value of the time delay is where autocorrelation is about zero2-favourable value of the time delay is one quarter of the dominant period******)lcr=CorrelationFunction[vatcb, {2000}];ler=Table[0.01, Length@lcr];
\[Tau]d1=First@First@Position[MapThread[LessEqual, {Abs@lcr, ler}], True]
\[Tau]d2=Floor[1/(4Fc)/st]
\[Tau]d= \[Tau]d2;(*1078*)(*31*)
(*****Fluctuation of the autocorrelation shows that the signal is not periodic against chaotic signals that have decaying autocorrelation plot*****)ListPlot[lcr, PlotStyle-> {Black, PointSize[Small]}]