Answered
Numerical Integration cumtrapz in matlab mfiles compaired to Simulink Integrator block?
0 Answers i though this is an basic question!! I had to answer myself: cumtrapz accumulate the results till the studied point. y...

10 years ago | 0

| accepted

Question


Numerical Integration cumtrapz in matlab mfiles compaired to Simulink Integrator block?
Hallo all, I am not sure why this code is not working: if true %% PID Test file % Start the script clear clc kp...

10 years ago | 1 answer | 0

1

answer

Submitted


Moving RMS Calculation
mean-RMS mfile just like the Simulink block

10 years ago | 5 downloads |

Answered
How to convert sine wave signal to sawtooth wave in Simulink?
did you try the PLL block in Simulink? wt output isur sawtooth wave if i understand your question correctly :)

10 years ago | 0

Submitted


IEC-RMS-Calculater
Use this module to calculate the RMS value of an input signals according to the IEC norm

10 years ago | 1 download |

Submitted


Reading sorting csv special files
Use this file to read csv files with semicolon ';'

10 years ago | 2 downloads |

Submitted


Electrical angle calculater
Use this module to get the electrical angle between two "sin" signals

10 years ago | 2 downloads |

Submitted


PV module calculater
This m.file is a simulation for the photovoltaic Modules.

10 years ago | 1 download |

Submitted


Positive sequence IEC calculation with simulink
This module calculate the electrical values according to IEC

10 years ago | 1 download |

Submitted


simplified PV module simulator with MPPT
simplified PV module simulator according to DIN EN 50530 With MPPT

10 years ago | 4 downloads |

Submitted


Flicker Calculater
This folder calculate flicker values according to the IEC-61400-21-15.

10 years ago | 5 downloads |

Submitted


Flicker Fictitious grid simulator
Fictitious grid according to IEC 61400-21

10 years ago | 1 download |

Submitted


Frequency Calculater
This function is used to extract the frequency of the input signal

10 years ago | 3 downloads |

Submitted


IEC_Calculation
Calculate the positive sequence of an electrical system values according to the IEC 61400-21 norm

10 years ago | 3 downloads |

Submitted


IEC 61000-4-7 for Harmonics Calculations
This file gives you the ability to calculated Harmonics

10 years ago | 5 downloads |

Submitted


mvstat
This file can be used to calculate the moving:mean,max,min,sum,rms,int of an input vector

10 years ago | 2 downloads |

Answered
Reading an Excel File (Excelfinlename.dvd) with decimal comma instaed of decimal point?
it seems i had the solution all along. I took the third output of xlsread and then change it from cell to matrix using cell2mat ...

10 years ago | 1

| accepted

Question


Reading an Excel File (Excelfinlename.dvd) with decimal comma instaed of decimal point?
Hi..., Currently i am trying to read an excel files with two different ending . dvd & .sod (From SCADA system). i am using t...

10 years ago | 2 answers | 0

2

answers

Question


Compair two vectors with different length and different values??
Hallo Lets say i have two vectors A, B with different length (Length(A) not equal to Length(B)) and the Values in Vector A, ...

11 years ago | 2 answers | 0

2

answers