In wind energy conversion system, extraction of optimum power and efficient operation are two major challenges. In grid connected mode, a doubly fed induction generator (DFIG) control unit is designed to operate at optimum speed to deliver maximum output power in the grid while the voltage, frequency and harmonic regulations need to be fulfilled. Vector control associated with proportional-integral (PI) controllers has been widely applied in wind farms for reliable power regulation of DFIG. As DFIG based wind energy conversion system (WECS) experiences strong nonlinearity and uncertainties originated from the aerodynamics of the wind turbine and magnetic saturation of the generator, different adaptive and nonlinear control schemes have been proposed to resolve the problems associated with fixed-gain PI controllers.
## I. INTRODUCTION
Among the major challenges of WECS, controlled extraction of power from intermittent generation and supervision on nonlinear system dynamics of DFIG-WECS are of critical importance. Different optimum point search algorithms have been proposed in [1-5] to find out the peak power generated by the WECS. The conventional vector control scheme involves cascaded control loops where simple proportional-integral (PI) controllers are executed to regulate the voltage/current [6-8]. The fixed gain PI controllers may fail to implement proper tracking performance if the constants are not selected appropriately. Furthermore, the performance of the PI controller deteriorates with the variation in machine parameters due to the change in temperature, magnetic saturation and machine-aging. Since DFIG inherits nonlinear magnetization characteristics, nonlinear control techniques are adopted to achieve enhanced dynamic behavior for the control operation of the system. Hence, the researchers have focused on more sophisticated problems for WECS control, such as backstepping based nonlinear control [9], fuzzy logic control [10], sliding mode control [11] etc. The major drawback of the reported fuzzy inference system is that it is completely based on the knowledge and experience of the designer [12]. Intelligent control algorithms such as neural network (NN)[13], neuro-fuzzy control (NFC)[14], adaptive network-based fuzzy inference system (ANFIS)[15], genetic algorithm[16], particle swarm optimization[17], artificial bee colony algorithm[18], grey wolf optimization[19] have been gaining popularity over the last decade. Among the intelligent control algorithm, AFIS combines the competence of fuzzy reasoning in handling uncertainties and learning aptitude of adaptive network from complex system. Also, the algorithm is capable to model the nonlinear features of a system. Therefore, an AFIS based NFC controller is designed for converter control for real and reactive power control of grid-connected DFIG based WECS to extract maximum power from the wind. The performance of the AFIS controller has been investigated with the fixed gain PI and adaptive backstepping based nonlinear controllers under various operating conditions. The simulation results demonstrate the efficacy of the AFIS algorithm over other controllers for its intelligent pattern recognition scheme.
## II. PROPOSED CONFIGURATION OF THE SYSTEM
In the proposed configuration, the DFIG is mechanically coupled with the turbine to transform the mechanical energy into electrical energy. A back-to-back converter is implanted to perform independent control of DC-link voltage and decoupled control of real and reactive power. Separate control circuits are required to regulate the grid-side converter (GSC) and rotor side converter (RSC) as shown in Fig. 1. Adaptive fuzzy scheme with on-line tuning feature is implemented to design the proposed controllers. The turbine, DFIG and grid parameters are shown in Table 1.
### a) AFIS Structure
AFIS can be considered as an intelligent and powerful processing tool for pattern recognition and controller design because it combines the advantages of both the fuzzy logic and online parameter adaptation. The following subsections illustrate the structure of AFIS network and demonstrate the AFIS based controller configuration of the DFIG-WECS primarily linked with grid.
 Fig. 1: Full configuration of the proposed AFIS controller based DFIG-WECS
 (a)
 (b) Fig. 2: (a) Schematic of AFIS architecture (b) Membership function for input data x
## i. AFIS Layers
Adaptive fuzzy inference system consists of a fuzzy inference system whose membership functions can be reconstructed by using an authentic input-output data set. The parameters associated with the membership functions are obtained by gradient descent algorithm. When the gradient vector is determined, it utilizes least square error calculation method to adjust the parameters to reduce the error function. AFIS networks usually utilize a combination of least squares estimation and back propagation for membership function parameter estimation. The details of AFIS structure can be found in [20, 21].
The controller for the converters is designed by utilizing fuzzy logic and adaptive neural network algorithms. AFIS can be considered as an intelligent and powerful processing tool for pattern recognition and controller design because it combines the advantages of both the fuzzy logic and neural network algorithms. The parameters associated with the membership functions are updated by gradient descent algorithm. When the gradient vector is determined, it utilizes one of its optimization techniques to adjust the parameters to reduce the error function. AFIS networks usually utilize a combination of least squares estimation and back propagation for membership function parameter estimation. Fig. 2(a) and 2(b) illustrates a generalized configuration and membership function for the proposed AFIS network, respectively. The description of each layer in the AFIS structure is explained in the following section.
Layer 1: The first layer is also known as the fuzzification layer, a number of membership functions are assigned to each input. Only one input is used in this layer which is the normalized error function of bus voltage $(V_{bus})$, rotor speed $(\omega_r)$, reactive power $(Q_s)$ based on the converter control.
$$
x = \frac{\alpha - \alpha_{ref}}{\alpha_{rated}} \tag{1}
$$
Here, $\alpha = \omega_r, V_{bus}$ or $Q_s$.
The membership functions are defined in this stage. The equations for the membership function are defined in (2-4).
$$
\mu_{A 1}^{1}(x) = \left\{
\begin{array}{ll}
1, & x \leq b_{1} \\
\frac{x - a_{1}}{b_{1} - a_{1}}, & b_{1} < x < a_{1} \\
0, & x \geq a_{1}
\end{array}
\right. \tag{2}
$$
$$
\mu_{A 2}^{2}(x) = \left\{ \begin{array}{c} 0, | x | \geq b_{2} \\1 - \frac{x - a_{2}}{b_{2}}, | x | < b_{2} \end{array} \right. \tag{3}
$$
$$
\mu_{A_3}^3(x) = \left\{
\begin{array}{ll}
0, & x \leq a_3 \\
\frac{x - a_3}{b_3 - a_3}, & a_3 < x < b_3 \\
1, & x \geq b_3
\end{array} \right.
\tag{4}
$$
where, $x$ is the input for the membership function calculation block, $a_1, b_1, a_2, b_2, a_3$ and $b_3$ are the parameters defined in the corresponding membership function which needs to be tuned during control action. The parameter $a_2$ is selected as zero to reduce the computational burden.
Layer 2: In this layer, each node multiplies the entering signals and directs the output to the next level that represents the individual firing strength $\mu_{i}$ of a rule.
$$
\mu_ {i} = \mu_ {A 1} ^ {i} (x) \mu_ {A 2} ^ {i} (x) \mu_ {A 3} ^ {i} (x) \tag {5}
$$
For the proposed controller only one input is chosen. So, the second layer can be ignored and the output of first layer goes to the third layer.
$$
\mu_ {1} = \mu_ {A 1} ^ {1} (x), \mu_ {2} = \mu_ {A 2} ^ {2} (x), \mu_ {3} = \mu_ {A 3} ^ {3} (x) \quad (6)
$$
Layer 3: Each block in the third layer which is also known as normalization stage, estimates the proportion of the i-th rule firing strength $(\overline{\mu}_{i})$ to the sum of the firing strength of all rules.
$$
\bar {\mu} _ {i} = \frac {\mu_ {i}}{\mu_ {1} + \mu_ {2} + \mu_ {3}} \tag {7}
$$
Layer 4: In this layer, the function, fi is calculated as the linear activation function. A single input first order Sugeno fuzzy model is utilized in this model.
$$
f _ {1} = \beta_ {0} ^ {1} + \beta_ {1} ^ {1} x \tag {8}
$$
$$
f _ {2} = \beta_ {0} ^ {2} + \beta_ {1} ^ {2} x \tag {9}
$$
$$
f _ {3} = \beta_ {0} ^ {3} + \beta_ {1} ^ {3} x \tag {10}
$$
In this stage, the parameters $\beta_0, \beta_1$ are tuned based on the operating condition of DFIG. These parameters are known as consequent parameters.
Layer 5: The final layer is the output layer which computes the overall output by combining the incoming data.
$$
f = \bar {\mu} _ {1} f _ {1} + \bar {\mu} _ {2} f _ {2} + \bar {\mu} _ {3} f _ {3} \tag {11}
$$
## ii. Online self-tuning algorithm
It is impossible to calculate the desired outputs of the AFIS controller for all possible conditions, which are d-q axis currents for rotor and grid side control ( $\dot{\mathbf{i}}_{\mathrm{dr}}$, $\dot{\mathbf{i}}_{\mathrm{qr}}$, $\dot{\mathbf{i}}_{\mathrm{dg}}$, $\dot{\mathbf{i}}_{\mathrm{gg}}$ ). Hence training data sequence can't be obtained especially for variable wind speed. Therefore, an unsupervised self-tuning algorithm is developed in the paper. The controller targets to minimize the objective function which is a squared normalized error function of the AFIS controller input. The objective function is defined as,
$$
W = \frac{1}{2} e ^ {2} = \frac{1}{2} \left(\frac{x * - x}{x _ {\text{rated}}}\right) ^ {2} \tag{12}
$$
where $x^{*}, x$ and $x_{rated}$ are the reference, actual and desired value of the variable and $x$ is scalar.
## iii. Tuning of Pre-Condition and Consequent Parameters
The learning rule of the proposed controller can be given as \[22\]:
$$
a_{i}(n+1)=a_{i}(n)-\gamma_{ai}\frac{\partial W}{\partial a_{i}},b_{i}(n+1)=b_{i}(n)-\gamma_{bi}\frac{\partial W}{\partial b_{i}}
$$
Where, $\gamma_{ai}$ and $\gamma_{bi}$ are the learning rates of the corresponding parameters. The derivatives can be defined as:
$$
\frac{\partial W}{\partial a_i} = \frac{\partial W}{\partial e} \frac{\partial e}{\partial x} \frac{\partial x}{\partial f} \frac{\partial f}{\partial \mu_{A i}^i} \frac{\partial \mu_{A i}^i}{\partial a_i}, \frac{\partial W}{\partial b_i} = \frac{\partial W}{\partial e} \frac{\partial e}{\partial x} \frac{\partial x}{\partial f} \frac{\partial f}{\partial \mu_{A i}^i} \frac{\partial \mu_{A i}^i}{\partial b_i} \tag{14}
$$
Now we get, $\frac{\partial W}{\partial e} = e = \frac{x^* - x}{x_{rated}}$, $\frac{\partial e}{\partial x} = -\frac{1}{x_{rated}}$ and $\frac{\partial x}{\partial f} = J$, assuming $J$ is the Jacobian matrix of the system. It is very difficult to determine system's Jacobian matrix. For decoupled control of DFIG, the system is assumed as a single input single output system and then the Jacobian matrix is considered as a positive constant. Considering that the effect of $J$ is included in tuning rate parameter, the update rule for the consequent parameter is given as:
$$
a _ {1} (n + 1) = a _ {1} (n) - \gamma_ {a 1} e (n) \frac {f _ {1} (n)}{\sum \mu_ {A 1} ^ {1}} \frac {1 - \mu_ {A 1} ^ {1} (n)}{b _ {1} (n) - a _ {1} (n)} \tag {15}
$$
$$
b _ {1} (n + 1) = b _ {1} (n) - \gamma_ {b 1} e (n) \frac {f _ {1} (n)}{\sum \mu_ {A 1} ^ {1}} \frac {\mu_ {A 1} ^ {1} (n)}{b _ {1} (n) - a _ {1} (n)} \tag {16}
$$
$$
b _ {2} (n + 1) = b _ {2} (n) + \gamma_ {b 2} e (n) \frac {f _ {2} (n)}{\sum \mu_ {A 2} ^ {2}} \frac {1 - \mu_ {A 2} ^ {2} (n)}{b _ {2} (n)} \tag {17}
$$
$$
a _ {3} (n + 1) = a _ {3} (n) - \gamma_ {a 3} e (n) \frac {f _ {3} (n)}{\sum \mu_ {A 3} ^ {3}} \frac {1 - \mu_ {A 3} ^ {3} (n)}{b _ {3} (n) - a _ {3} (n)} \tag {18}
$$
$$
b _ {3} (n + 1) = b _ {3} (n) - \gamma_ {b 3} e (n) \frac {f _ {3} (n)}{\sum \mu_ {A 3} ^ {3}} \frac {\mu_ {A 3} ^ {3} (n)}{b _ {3} (n) - a _ {3} (n)} \tag {19}
$$
 Fig. 3: Output calculation by implementing AFIS algorithm
Similarly, the update laws for tuning the consequent parameters can be derived as follows.
$$
\beta_ {0} ^ {i} (n + 1) = \beta_ {0} ^ {i} (n) - \gamma_ {\beta_ {0} ^ {i}} \frac {\partial W}{\partial \beta_ {0} ^ {i}} \tag {20}
$$
$$
\beta_ {1} ^ {i} (n + 1) = \beta_ {1} ^ {i} (n) - \gamma_ {\beta_ {1} ^ {i}} \frac{\partial W} {\partial \beta_ {1} ^ {i}} \tag{21}
$$
$\gamma_{\beta_0^i}$ and $\gamma_{\beta_1^i}$ are the learning rates for the consequent parameters. As discussed in the update laws of precondition parameters, the derivatives can be found from the chain rules.
$$
\beta_ {0} ^ {i} (n + 1) = \beta_ {0} ^ {i} (n) - \gamma_ {\beta_ {0} ^ {i}} e (n) \frac {f _ {i} (n)}{\sum \mu_ {A i} ^ {i}} \frac {\mu_ {i}}{\mu_ {1} + \mu_ {2} + \mu_ {3}} \tag {22}
$$
$$
\beta_ {1} ^ {i} (n + 1) = \beta_ {1} ^ {i} (n) - \gamma_ {\beta_ {1} ^ {i}} e (n) \frac{f _ {i} (n)}{\sum \mu_ {A i} ^ {i}} \frac{\mu_ {i} x}{\mu_ {1} + \mu_ {2} + \mu_ {3}} \tag{23}
$$
Finally, the output (f) will be calculated according to (7)-(11). Fig. 3 shows the parameter update mechanism for the proposed AFIS based configuration.
## III. RSC CONTROL
 Fig. 4: AFIS architecture based RSC control for grid-connected mode of DFIG
The rotor side converter magnetizes the machine through the rotor side converter. Fig. 4 shows the RSC control scheme using the proposed AFIS architecture for grid connected DFIG. As DFIG provides decoupled control of real and reactive power, two different AFIS structures have been employed to generate the reference d-axis and q-axis rotor voltages $(v_{dr}^{*}$ and $v_{qr}^{*})$.
## IV. GSC CONTROL BY AFIS CONTROLLER
The grid side converter maintains the dc-link voltage constant irrespective of the value and direction of the rotor power flow. The AFIS controller-based configuration is implemented in GSC control to regulate the dc-link voltage as depicted in Fig. 5. The reference q-axis grid current component can be obtained from the reactive power according to (24).
 Fig. 5: AFIS based GSC control for DFIG-WECS
$$
\iota_{qg}^{*} = K_{Q} Q_{s}^{*} = \frac{Q_{s}^{*}}{-3/2V_{grid}} \tag{24}
$$
The objective function of the AFIS controller will ensure that the bus voltage error is converged to zero.
## V. PERFORMANCE ANALYSIS OF THE PROPOSED SCHEME
Speed and direction of wind at a location vary randomly with time. Therefore, the adaptability of controller is critical for wind power generators to operate effectively. AFIS based controllers have the unique property of handling uncertainty and fast convergence in varying condition. In this paper, the efficacy of the AFIS controlled RSC for grid connected DFIG is observed under variable wind speed as shown in Fig.
6.
The wind speed variation is depicted in Fig. 6(a). It is found that the AFIS controlled RSC tracks the rotor speed of the generator as dictated by the MPPT control algorithm (Fig. 6(b)). It also regulates the d-q axis rotor currents according to the demanded value to control the real and reactive power of the generator (Fig. 6(c,d)). Similarly, the GSC is controlled by the AFIS based controller which regulates the d-q axis grid current components. The bus voltage regulation performance is depicted in Fig. 6(e). It is found that the AFIS controller is capable to maintain the dc-link voltage to the reference set point which is $1150\mathrm{V}$. A hysteresis current controller generates the control pulses for the grid converter. The current d-q axis grid current components and the three phase currents are shown in Fig. 6 (f,g,h).

 Fig. 6: Performance of the AFIS based RSC and GSC control: (a) Variation in wind speed, (b) Corresponding change in generator speed, (c) Reference and actual q-axis rotor current, (d) Reference and actual d-axis rotor current, (e) Reference and actual DC-link voltage, (f) d-axis grid current component, (g) q-axis grid current component, (h) Three phase grid currents.
 Fig. 7: AFIS based controller performance for step change in reactive power: (a) Variation in reference value of reactive power, (b) Corresponding change in reference and actual d-axis rotor currents, (c) Three phase rotor currents.
In DFIG, it is possible to control the reactive power requirement from RSC. Fig. 7 shows the feature for the proposed controller. The reference reactive power is varied from 0 to -0.5 MVAR by employing step function (Fig. 7(a)). The desired value of d-axis rotor current follows the variation of the reactive power and the actual current component successfully can follow the trajectory of the reference current as observed in Fig. 7(b) and the three phase rotor currents also change accordingly (Fig. 7(c)). The reactive power regulation proves the accuracy and effectiveness of the AFIS structure-based controller in grid-connected DFIG based WECS.
The performance of the grid connected DFIGWESC has been investigated for conventional PI, nonlinear and AFIS based controllers under various operating conditions. First, the simulation is performed for a step change in wind speed from $6\mathrm{m / s}$ to $8\mathrm{m / s}$ for each controller. The results are shown in Fig. 8. It is observed from this figure that the PI controller has the largest overshoot and steady-state ripple compared to the other two controllers. In the PI controllers, the proportional and integral constants are selected according to Table 2. The values are calculated according to the DFIG, grid and turbine parameters [6]. The AFIS controller shows excellent speed tracking in terms of steady state error although the settling time is a bit higher than the nonlinear controller. The nonlinear controller for the comparative analysis is derived from the machine motion equation to stabilize the rotor actual speed at the reference rotor speed. The subsystem equations are exploited, and new controllers are derived by defining appropriate Lyapunov function progressively. The process terminates when the control equations for the reference voltages are derived. Backstepping based control approach is adopted to obtain the control laws for the rotor side converter control. The detailed model and equations for the proposed adaptive Lyapunov stability criterion based nonlinear controller can be found in [23,24].
Table 2: PI controller constants for comparative analysis
<table><tr><td>Rotor side PI controller parameters</td><td>Stator side PI controller parameters</td></tr><tr><td rowspan="2">kp,idr = kp,iqr = 2ωidr σLr - Rr</td><td>kp,vbus = -10^4</td></tr><tr><td>kp,vbus = -3 × 10^5</td></tr><tr><td rowspan="2">ki,idr = ki,iqr = ωidr^2σLr</td><td>kp,icd = kp,icq = 2ωicLg</td></tr><tr><td>- Rg</td></tr><tr><td>kp,ωr = 2ωbJ/P</td><td>ki,icd = kic,icq = ωic^2Lg</td></tr><tr><td>ki,ωr = ωb^2J/P</td><td>ωic = 2πfs</td></tr><tr><td>ωidr = 100 × 1/tca,</td><td></td></tr><tr><td>tca = σLr/Rr</td><td></td></tr><tr><td>ωb = 1/tcb, tcb = 0.005</td><td></td></tr></table>
 Fig. 8: Comparative rotor speed response for a step increase in wind speed: (a) PI, (b) Nonlinear, (c) AFIS
The dc-link voltage tracking performance of the controllers is also compared and shown in Figs. 9 (a)-(c). The adaptive backstepping based nonlinear controller has very high ripples in dc-link voltage while the AFIS based controller shows the most satisfactory performance in voltage tracking.


 Fig. 9: Comparative dc-link voltage tracking performance at variable wind speed: (a)PI, (b) Nonlinear, (c) AFIS
Similarly, d-axis rotor current responses are investigated in Fig. 10 for a step change in reactive power demand. The PI controller shows fast current tracking while the nonlinear controller displays current tracking with large steady state error. The proposed AFIS controller performer in between these two configurations.
 Fig. 10: Comparative d-axis rotor current tracking response for a step change in reactive power demand at t=2 sec: (a) PI, (b) Nonlinear, (c) AFIS
Table 3 shows the detailed comparison among controllers. The proposed AFIS controller shows comparatively better performance in terms of rotor speed convergence, dc bus voltage regulation and grid disturbance minimization whereas the computation burden is high and d-axis current tracking performance is moderate compared to fixed gain PI and adaptive backstepping based nonlinear controllers.
Table 3: Performance comparison among the proposed controllers
<table><tr><td>Operating condition</td><td>Property</td><td>PI controller</td><td>ABN controller</td><td>AFIS based controller</td></tr><tr><td rowspan="2">Speed convergence characteristics</td><td>Speed settling time</td><td>Less than 0.2s</td><td>Less than 0.05s</td><td>Less than 0.15s</td></tr><tr><td>Speed overshoot</td><td>3.5%</td><td>0.4%</td><td>0.6%</td></tr><tr><td rowspan="2">DC bus voltage convergence at variable wind flow</td><td>Voltage settling time</td><td>Less than 0.1s</td><td>Less than 0.05s</td><td>Less than 0.05s</td></tr><tr><td>Voltage fluctuation</td><td>Low</td><td>High</td><td>Very low</td></tr><tr><td rowspan="2">d-axis rotor current at step rise in reactive power demand</td><td>Current settling time</td><td>Less than 0.1s</td><td>More than 0.5 s</td><td>Less than 0.2s</td></tr><tr><td>Steady state error</td><td>Negligible</td><td>Negligible with very high overshoot</td><td>Marginal error with fluctuation</td></tr><tr><td>Computational burden</td><td>Block computation speed</td><td>Low</td><td>Medium</td><td>High</td></tr><tr><td>Ripple in grid currents at fixed wind speed</td><td></td><td>Lower than other controllers</td><td>Very high</td><td>High</td></tr><tr><td>Performance under Grid voltage disturbance</td><td></td><td>Good</td><td>Moderate</td><td>Better than others</td></tr></table>





 Fig. 11: Parameter updating pattern of online-tuned ANFIS scheme for variation in wind speed: (a) Changes in wind speed, (b) Frequency variation in rotor current, Variation in (c) precondition parameter, $a_3$ (d) precondition parameter, $b_1$ (e) precondition parameter, $b_2$, (f) subsequent parameter, $b_0^1$
Figure 11 depicts the tuned parameters of the proposed algorithm along with the variation of the wind speed (Fig. 11(a). The amplitude and frequency of the rotor current are shown in Fig. 11(b). Four parameters in the AFIS model are demonstrated in Fig. 11 ((c)-(f)). The variation of three preconditioned parameters, $a_3, b_1$ and $b_2$ and one subsequent parameter is $\beta_0^1$ is depicted. Hence, the adaptation of parameter in the proposed adaptive fuzzy inference system is proved from the figures.
## VI. CONCLUSION
Simplistic membership function based adaptive fuzzy scheme for DFIG operated WECS has been presented in this paper. The performance of the proposed controller has been investigated for grid-connected machine under different dynamic operating conditions. The simulation results suggest that the RSC controller regulates the power by adjusting the rotor speed and machine torque with the variation of wind speed. Also, the GSC controller is capable to maintain constant dc-link voltage and grid-current components even after abrupt variation of the required power demand and wind speed. Comparative analyses have been performed among the proposed AFIS scheme, conventional fixed-gain PI controller and adaptive backstepping based nonlinear controller. The comparison outcomes suggest the superiority and robustness of the AFIS architecture-based controller in power regulation of DFIG based WECS.
Conflict of Interest Statement
Authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.
Generating HTML Viewer...
References
23 Cites in Article
(2014). 2014 Australasian Universities Power Engineering Conference (AUPEC).
Andoni Urtasun,Pablo Sanchis,Luis Marroyo (2014). Small Wind Turbine Sensorless MPPT: Robustness Analysis and Lossless Approach.
R Yan,N Masood,T Saha (2015). A new tool to estimate maximum wind power penetration level: In perspective of frequency response adequacy.
J Hui,A Bakhshai,P Jain (2015). A sensor-less adaptive maximum power point extraction method with voltage feedback control for small wind turbines in off-grid applications.
T Tanaka,T Toumiya,T Suzuki (1997). Output control by hill-climbing method for a small scale wind power generating system.
Nishad Mendis,Kashem Muttaqi,Saad Sayeef,Sarath Perera (2012). Standalone Operation of Wind Turbine-Based Variable Speed Generators With Maximum Power Extraction Capability.
Pinghua Xiong,Dan Sun (2016). Backstepping-Based DPC Strategy of a Wind Turbine-Driven DFIG Under Normal and Harmonic Grid Voltage.
M Azzouz,A-L Elshafei,H Emara (2011). Evaluation of fuzzy-based maximum power-tracking in wind energy conversion systems.
S Chen,N Cheung,K Wong,J Wu (2010). Integral sliding-mode direct torque control of doubly-fed induction generators under unbalanced grid voltage.
S Sam,T Angel (2017). Performance optimization of PID controllers using fuzzy logic.
H Li,K Shi,P Mclaren (2005). Neural-network-based sensorless maximum wind energy capture with compensated power coefficient.
Hany Jabr,Dongyun Lu,Narayan Kar (2011). Design and Implementation of Neuro-Fuzzy Vector Control for Wind-Driven Doubly-Fed Induction Generator.
Ifte Amin,M Nasir Uddin,M Marsadek (2019). ANFIS based Neuro-Fuzzy Control of DFIG for Wind Power Generation in Standalone Mode.
Theodoros Vrionis,Xanthi Koutiva,Nicholas. Vovos (2014). A Genetic Algorithm-Based Low Voltage Ride-Through Control Strategy for Grid Connected Doubly Fed Induction Wind Generators.
S Labdai,B Hemici,L Nezli,N Bounar,A Boulkroune,L Chrifi-Alaoui (2019). Control of a DFIG Based WECS with Optimized PI controllers via a duplicate PSO algorithm.
Azim Heydari,Davide Garcia,Afef Fekih,Farshid Keynia,Lina Tjernberg,Livio De Santoli (2021). A Hybrid Intelligent Model for the Condition Monitoring and Diagnostics of Wind Turbines Gearbox.
M Uddin,I Amin,Nima Rezaei,M Marsadek (2018). Grey Wolf Optimization based Power Management Strategy for Battery Storage of DFIG-WECS in Standalone Operating Mode.
Jsr Jang,C Sun,E Mizutani (1997). Neuro-Fuzzy and Soft Computing-A Computational Approach to Learning and Machine Intelligence [Book Review].
F Karray (2004). Soft computing and intelligent systems design: theory, tools, and applications.
Md. Chy,M Uddin (2009). Development and Implementation of a New Adaptive Intelligent Speed Controller for IPMSM Drive.
I Amin (2019). Robust Control Techniques for DFIG Driven WECS with Improved Efficiency.
Ifte Amin,Mohammad Uddin (2020). Nonlinear Control Operation of DFIG-Based WECS Incorporated With Machine Loss Reduction Scheme.
No ethics committee approval was required for this article type.
Data Availability
Not applicable for this article.
How to Cite This Article
Ifte Khairul Amin. 2026. \u201cAFIS Based Advanced Power Control Scheme for Grid-Connected DFIG-Driven WECS\u201d. Global Journal of Research in Engineering - F: Electrical & Electronic GJRE-F Volume 22 (GJRE Volume 22 Issue F2).
Explore published articles in an immersive Augmented Reality environment. Our platform converts research papers into interactive 3D books, allowing readers to view and interact with content using AR and VR compatible devices.
Your published article is automatically converted into a realistic 3D book. Flip through pages and read research papers in a more engaging and interactive format.
Our website is actively being updated, and changes may occur frequently. Please clear your browser cache if needed. For feedback or error reporting, please email [email protected]
Thank you for connecting with us. We will respond to you shortly.