Dear sir,
I am working on fault detection and fault classification for three phase inverter.
I trained a LSTM with 37755x1 cell XTrain and 37755x1 categorical TTrain datasets.
Each one cell is 200x6 double dataset in XTrain as a seen in pictures. (3 Phase voltage and 3 phase current)
TTrain is categorical label as a seen pictures. (Fault station)
LSTM has an input length of 200 samples.
I have to create the window in simulink that can take 200 samples from voltage and current sensors and it will feed to the LSTM.
Again in the next sequence, the window take 200 samples from sensors and it will feed to the LSTM
How can I create a window in Simulink that can hold 200 sample data points which read from voltage and current sensors?
My simulation solver time=1e-6 sec
Voltage and current sampling time= 5e-05 sec