Desfase de una señal eléctrica

%English
Hi!
I'm using Matlab to analyse a xxx.csv file. I create a variable "tensionlinea" that it's the voltage value in every moment. However, I need to convert it to neutral voltage phase. So I do: /sqrt(3) and I need to set the phase difference ( 30º) or a delay of 1.66667 ms. But when I do it a get an error. ( see last picture) I also tried with a clock but I couldn't match it to the voltage signal. Can anyone help me? Thanks.
%Spanish- Español
Hola a todos: Estoy usando Matlab para analizar un archivo xxx.csv de valores numéricos, tras importar los datos que necesito, tengo una variable
Estos datos son los de la tensión de línea instantáneo, que describe una forma senoidal.
Voy a calcular la potencia instantánea. Necesito pasar esta tensión de linea a tensión fase-neutro, para ello debo dividir entre raiz cuadrada de 3 ( que lo hago con tensionlinea/sqrt3) y debo introducir un desfase de 30º, o lo que es equivalente, retardar la señal de tensión 1.666667 milisegundos (ms). Mi problema es que cuando intento introducir un delay en Simulink tras importar los datos del Workspace, me sale un error en Simulink.
¿Hay alguna manera de poder realizarlo sin que salga error?
Gracias

Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Asked:

on 22 Aug 2016

Edited:

on 22 Aug 2016

Community Treasure Hunt

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

Start Hunting!