Solved


Inner product of two vectors
Find the inner product of two vectors.

3 months ago

Submitted


Interactive Complex Plane Mapping Application
An interactive MATLAB app for visualizing complex mappings, perfect for learning and exploring MATLAB App Designer features.

3 months ago | 4 downloads |

Thumbnail

Submitted


Rotating Magnetic Field Animation
Rotating Magnetic Field Animation in Matlab

3 months ago | 11 downloads |

Thumbnail

Submitted


Series Active Filter Control by P-Q theory with LCL filter
Series Active Filter Control with instantaneous power theory (p-q method) and LCL filter in the inverter output

3 months ago | 11 downloads |

Thumbnail

Submitted


UPQC Control with P-Q theory
UPQC Control with instantaneous power theory (p-q method)

3 months ago | 24 downloads |

Thumbnail

Submitted


UPQC Control with synchronous reference frame theory (d-q)
UPQC (Unified Power Quality Conditioner) Control with synchronous reference frame theory (d-q method)

3 months ago | 22 downloads |

Thumbnail

Submitted


Positive Sequence Detector with instantaneous power theory
Positive Sequence Detector with instantaneous power theory

3 months ago | 1 download |

Thumbnail

Submitted


Series Active Filter Control with d-q frame
Series Active Filter Control with synchronous reference frame theory (d-q method)

3 months ago | 8 downloads |

Thumbnail

Submitted


SAPF Control instantaneous power theory (P-Q method) (SSC)
Shunt Active Power Filter Control with with instantaneous power theory (p-q method) with sinusoidal source current strategy (SSC...

3 months ago | 7 downloads |

Thumbnail

Submitted


Dynamic Hysteresis Band PQ-theory in Three-leg Inverter SAPF
4-Wire Shunt Active Power Filter with three-leg inverter and two capacitors Controlled by P-Q theory and Constant Source Power S...

3 months ago | 5 downloads |

Thumbnail

Submitted


SAPF Control instantaneous power theory (p-q method) (CSP)
Shunt Active Power Filter Control with with instantaneous power theory (p-q method) for compensating Harmonics and imbalances

3 months ago | 12 downloads |

Thumbnail

Submitted


Kalman Filters for Controlling Shunt Active Power Filter
Kalman Filters for Controlling Shunt Active Power Filter

3 months ago | 11 downloads |

Thumbnail

Submitted


Shunt Active Power Filter (SAPF) by Notch Filter
Shunt Active Power Filter (SAPF) by Notch Filter

3 months ago | 13 downloads |

Thumbnail

Submitted


SAPF Control with synchronous reference frame theory (d-q)
Shunt Active Power Filter Control with synchronous reference frame theory (d-q method) for compensating Harmonics and imbalances...

3 months ago | 4 downloads |

Thumbnail

Submitted


Adaline Phase Locked Loop
Phase-Locked Loop using Adaline idea

3 months ago | 5 downloads |

Thumbnail

Submitted


RLS Adaline and KF Adaline Harmonic imbalance SAPF
Using RLS Adaline for Harmonics extraction and KF Adaline for compensation for imbalances

3 months ago | 6 downloads |

Thumbnail

Submitted


RLS Adaline SAPF for Harmonics Compensation
Recursive least squares Adaline Neural Network Controlled Shunt Active Power Filter For Harmonics only

3 months ago | 13 downloads |

Thumbnail

Submitted


KF Adaline SAPF for Harmonic and imbalance Compensation
Kalman filter Adaline Shunt Active Power Filter for compensating Harmonics and imbalances

3 months ago | 7 downloads |

Thumbnail

Submitted


LMS Adaline SAPF for Non-Linear and Unbalanced Load
Shunt Active Power Filter for Harmonic Mitigation and Load imbalance compensation using and noisy condition Adaline Neural Netwo...

3 months ago | 9 downloads |

Thumbnail

Submitted


LMS Adaline SAPF
Shunt Active Power Filter for Harmonic Mitigation using Adaline Neural Network

3 months ago | 9 downloads |

Thumbnail

Solved


Pi Estimate 1
Estimate Pi as described in the following link: <http://www.people.virginia.edu/~teh1m/cody/Pi_estimation1.pdf>

3 months ago

Solved


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

3 months ago

Solved


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

3 months ago

Solved


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2 3 3 3 4...

3 months ago

Solved


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

3 months ago

Solved


Calculate Parallel Resistance
Three resistors connected in parallel have resistances R1, R 2, and R 3, respectively. Return the total resistance R total of ...

3 months ago

Solved


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

3 months ago

Solved


Return area of square
Side of square=input=a Area=output=b

3 months ago

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

3 months ago

Submitted


passive filters
Solving a Problem for passive tuned filter for harmonics

3 months ago | 2 downloads |

Thumbnail

Load more