已解决


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

3 months 前

已提交


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

3 months 前 | 2 次下载 |

Thumbnail

已提交


Rotating Magnetic Field Animation
Rotating Magnetic Field Animation in Matlab

3 months 前 | 11 次下载 |

Thumbnail

已提交


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 前 | 8 次下载 |

Thumbnail

已提交


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

3 months 前 | 16 次下载 |

Thumbnail

已提交


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 前 | 17 次下载 |

Thumbnail

已提交


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

3 months 前 | 1 次下载 |

Thumbnail

已提交


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

3 months 前 | 8 次下载 |

Thumbnail

已提交


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 前 | 7 次下载 |

Thumbnail

已提交


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 前 | 5 次下载 |

Thumbnail

已提交


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 前 | 13 次下载 |

Thumbnail

已提交


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

3 months 前 | 10 次下载 |

Thumbnail

已提交


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

3 months 前 | 9 次下载 |

Thumbnail

已提交


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 前 | 4 次下载 |

Thumbnail

已提交


Adaline Phase Locked Loop
Phase-Locked Loop using Adaline idea

3 months 前 | 5 次下载 |

Thumbnail

已提交


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

3 months 前 | 6 次下载 |

Thumbnail

已提交


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

3 months 前 | 9 次下载 |

Thumbnail

已提交


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

3 months 前 | 6 次下载 |

Thumbnail

已提交


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 前 | 8 次下载 |

Thumbnail

已提交


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

3 months 前 | 7 次下载 |

Thumbnail

已解决


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

3 months 前

已解决


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 前

已解决


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 前

已解决


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 前

已解决


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 前

已解决


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 前

已解决


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 前

已解决


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

3 months 前

已解决


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 前

已提交


passive filters
Solving a Problem for passive tuned filter for harmonics

3 months 前 | 2 次下载 |

Thumbnail

加载更多