• <tr id="yyy80"></tr>
  • <sup id="yyy80"></sup>
  • <tfoot id="yyy80"><noscript id="yyy80"></noscript></tfoot>
  • 99热精品在线国产_美女午夜性视频免费_国产精品国产高清国产av_av欧美777_自拍偷自拍亚洲精品老妇_亚洲熟女精品中文字幕_www日本黄色视频网_国产精品野战在线观看 ?

    Active micro-vibration control based on improved variable step size LMS algorithm ①

    2020-07-12 02:34:18LiXiangmin李相敏FangYubinZhuXiaojinHuangYonghuiZhouYijia
    High Technology Letters 2020年2期

    Li Xiangmin(李相敏), Fang Yubin, Zhu Xiaojin , Huang Yonghui, Zhou Yijia

    (School of Mechatronics Engineering and Automation,Shanghai University, Shanghai 200240, P.R.China)

    Abstract

    Key words: adaptive filtering, variable step size least mean square (LMS) algorithm, logarithmic and symbolic functions, convergence and steady state error, active control of micro vibration

    0 Introduction

    Adaptive filtering is an optimal filtering method developed on the basis of Wiener filtering and Kalman filtering[1]. Due to its stronger adaptability and better filtering performance, it has been widely used in engineering practice, especially information processing technology field. The least mean square (LMS) algorithm is a stochastic gradient algorithm and an adaptive filter. It has the advantages of small computation, strong robustness and easy engineering implementation. It is widely used in system identification, adaptive equalization, noise cancellation, active vibration control and other fields[2,3]. In LMS algorithm, convergence speed, tracking speed, steady-state error and steady-state misalignment are the main technical indicators to measure the performance of LMS algorithm[4].

    The step factor of fixed step size LMS algorithm is invariable; the algorithm can not meet the requirements of fast convergence speed and small steady-state error at the same time. In the research of active control of micro-vibration, it is hoped that the algorithm will have large step-size factor to accelerate convergence in the initial stage and reduce steady-state in the later stage. In order to solve this contradiction further, a variety of variable step size LMS algorithms based on a fixed step size are proposed.

    The difference between these algorithms is the way in which the step size is updated. Some algorithms get the current step size by modifying the previous step size, while others adjust the step size through a non-linear function. In Ref.[5], a variable step size LMS algorithm based on Sigmoid was proposed. It not only has better convergence and tracking performance, but also can obtain smaller steady-state error. Nevertheless, the function Sigmoid changes too fast when the error tends to zero, which makes the algorithm still have a large step in steady state, thus increasing the steady-state error of steady-state misalignment. Based on this, an improved algorithm was proposed in Ref.[6], which makes the step size of the algorithm in steady state very small, and solves the defect of Ref.[6] to a certain extent. A variable step size LMS algorithm based on probability function was proposed in Ref.[6]. Although it can obtain faster convergence speed, tracking speed, and smaller steady-state error and steady-state misalignment simultaneously. However, in the special environment, the convergence speed, tracking speed and steady-state error of the algorithm are not ideal. In Ref.[7], a variable step size LMS algorithm based on genetic algorithm was proposed. The algorithm has better convergence speed and tracking speed, and can get smaller steady-state mean square error. However, when the algorithm reaches steady-state, the instantaneous error will increase if the parameters of the system are changed. In Ref.[8], a new variable step size LMS algorithm was proposed, and a new non-linear function relationship between step size factor and error is established by arctan function. A new variable step size LMS algorithm is presented. In Ref.[9], a VSS-LMS (variable step size LMS) algorithm was proposed, which normalizes the reference signal, enhances the anti-interference ability of the algorithm and reduces the steady-state error of the algorithm after convergence. However, the convergence speed of the algorithm is also slow because of the slow change of the step factor in the earlier stage of the algorithm. In Ref.[10], in order to reduce the impact caused by the sudden change of reference signal and error signal, the step factor was correlated with them, but the convergence speed of the algorithm is also weakened. In Ref.[11], in order to prevent overshoot of step factor updating, adjusting parameters was introduced to further enhance the anti-jamming ability, but the convergence speed of the algorithm in the early stage lagged behind, and it cannot converge to a small steady-state error in a short time.

    Based on the characteristics and shortcomings of variable step size LMS algorithm in the previous literature, a variable step size algorithm is proposed based on the combination of logarithmic function and symbolic function. The proposed algorithm not only guarantees small steady-state error, but also improves the convergence speed of the variable step size algorithm in the initial stage[12]. That is, the algorithm has a large step factor to accelerate convergence when the error signal is large, and a small step factor to reduce steady-state error after convergence.

    1 Principle of LMS adaptive filtering algorithm

    The main idea of adaptive filtering is to apply the same size and opposite direction control output to the disturbance source, to achieve the vibration suppression of the controlled object[13,14]. Fig.1 is the basic principle of adaptive filtering. The filter compares the input signal processing with the desired signal, and then feeds back the performance data of the adaptive algorithm to the filter. The filter parameters are adjusted to make the output tend to the desired signal.

    Fig.1 Basic principles of adaptive filtering control

    Among many adaptive algorithms, least mean square algorithm is widely used, because of its good convergence, small computation and strong tracking ability. The step size of LMS algorithm affects its convergence speed and steady-state error, which directly affects the performance of the algorithm. Therefore, the step factor of variable step size algorithm is of great significance for improving LMS algorithm[15]。

    The step factor of LMS algorithm plays a key role in the performance of filtered-X LMS (FXLMS) algorithm[16,17]. The rule of step size selection can be summarized as follows: large step size factor satisfies the characteristics of fast adaptive convergence, but will produce excessive mean square error (EMSE). If the step size is too large, the system may lose the stability. On the other hand, too small step size will lead to slow convergence speed of system. Even if the mean square error is small, it cannot be accepted by many practical applications. Therefore, in order to ensure that the experiment of active micro-vibration control has a good effect, determining the appropriate step size is an important research content of LMS adaptive filtering algorithm.

    2 Modified variable step size LMS algorithm

    According to the law of adjusting step size, the algorithm can be grouped into 3 categories: one is the correlation between step size adjustment and input signal, the other is the correlation between step size adjustment formula and error signal, and the third is the correlation between step size adjustment formula and error signal at the same time. The rule of step size change of variable step size algorithm is: always hoping to have a large step size in the initial stage to accelerate convergence; after convergence, the algorithm has a small step size to ensure a small steady-state error.

    Ref.[9] proposed a VSS-LMS algorithm in 1988 and gave its simplified version in 1990. The updated formulas are

    (1)

    ρ(n)=(1-λ)x(n-1)e(n-1)+λ(n-1)

    (2)

    Ref.[10] proposed a VSS-LMS algorithm in 1990. The updating formulas of step factor are

    μ(n)=μ(n-1)+αe(n)xT(n)η(n)

    (3)

    η(n+1)=η(n)-μ(n)x(n)xT(n)η(n)

    +x(n)e(n)

    (4)

    The condition that the step size factor satisfies is

    (5)

    The parameters that need to be adjusted in the above algorithm areα,μmaxandμmin, whereμmaxandμminare the upper and lower limits of step size factor. Andαis the factor, whose values are usually small positive numbers. The step factor updating formula correlates the error signal with the input signal, which enhances anti-interference ability of the algorithm and reduces the influence caused by the signal mutation. However, because the step factor follows the error signal linearly, it cannot get a larger value in the initial operation of the algorithm, which results in the poor convergence rate in the initial operation of the algorithm.

    Ref.[11] proposed another VSS-LMS algorithm in 2005. The update formulas of step size are

    (6)

    (7)

    In order to overcome the shortcomings of the above algorithm, logarithmic function and symbolic function are introduced to accelerate its convergence speed.To enhance the anti-jamming ability, the input signal is normalized and the step size is correlated with the input signal and the error signal. Thex(n-1) input signal in the modification (2) is replaced by sign(x(n-1)). After introducing symbolic function, the value of input signal changes to -1, 0 or 1, which accelerates the convergence speed of the algorithm in the initial stage and reduces the risk of overshoot. Since the introduction of symbolic function increases the jumping property of the algorithm value, the anti-jumping parameterβis added to the formula to reduce the steady-state error and the steady-state misalignment. At this point,ρ(n) becomes:

    ρ(n)=(1-λ)βsign(x(n-1))e(n-1)

    +λ(n-1)

    (8)

    After these improvements, the steady-state error of parameterβis greatly reduced, but the convergence speed of initial stage is weakened. For enhancing the convergence ability of the algorithm in the initial stage further, the error signale(n-1) in the modification (2) is replaced by ln(1-|e(n-1)|). At the initial stage of the algorithm, the error signale(n-1) is larger, while the value of 1-|e(n-1)| becomes a very small number between 0 and 1.When the value of 1-|e(n-1)| approaches 0, the value of ln(1-|e(n-1)|) will become smaller. The larger the value ofρ(n), the larger the step factorμ(n). Therefore, the initial convergence speed of the algorithm is greatly accelerated. When the algorithm converges quickly, the value of error signale(n-1) decreases and the value of 1-|e(n-1)| approaches 1, so the value of ln(1-|e(n-1)|) decreases and tends to zero. Furthermore, it ensures that the algorithm has small step size factor, steady-state error and steady-state misalignment after convergence. At this point,ρ(n) becomes the following:

    ρ(n)=(1-λ)βsign(x(n-1))ln(1-|e(n-1)|)

    +λρ(n-1)

    (9)

    In the initial stage, due to the large error signale(n-1), the value of ln(1-|e(n-1)|) tends to be negative infinite, and there cannot be infinite value in the operation of the algorithm. Therefore, on the basis of the above, a lower limit factor constantδminis added to limit the value of ln(1-|e(n-1)|). The order is the following:

    δ=ln(1-|e(n-1)|)

    (10)

    So far, the variable step size LMS algorithm based on logarithmic and symbolic functions is summarized as

    e(n)=d(n)-y(n)

    (11)

    (12)

    ρ(n)=(1-λ)βsign(x(n-1))

    ln(1-|e(n-1)|)+λρ(n-1)

    (13)

    δ=δmin, ifδ<δmin

    (14)

    w(n+1)=w(n)+μ(n)e(n)x(n)

    (15)

    Among them,w(n) is the weight vector of the adaptive filter;x(n) is the tap input signal vector of the adaptive filter;e(n) is the error signal;μ(n) is the step factor;y(n) is the output signal;d(n) is the expected signal;φis the scaling factor;λis the forgetting factor, and its range is [0.9,1];δminis constant.

    3 Performance analysis of improved variable step size LMS algorithm

    3.1 Convergence analysis of algorithms

    The convergence factorμ(n) in variable step size LMS algorithm determines the updating quantity of tap weight vector in each iteration, which is a key parameter affecting the convergence speed of the algorithm. Therefore, the following will focus on the analysis and derivation ofμ(n) andw(n). In order to simplify the calculation,μis used instead ofμ(n), and the noise interference is ignored.

    The updated formula of the weighted vector is as follows:

    w(n+1)=w(n)+m[d(n)-w(n)Tx(n)]x(n)

    (16)

    In the formula, the input signalx(n) is random. Then, convergence of the variable step size LMS algorithm must satisfy the following conditions:

    E[e(n)]→0 ifn→∞

    (17)

    Orw(n) converges to the optimal Wiener filter:

    (18)

    From the knowledge of probability theory and mathematical statistics:

    E[w(n)]=E[w(n-1)]+mE[e(n)x(n)]

    =E[w(n-1)]+mE{[d(n)

    -x(n)]x(n)}

    =[1-mR]E[w(n-1)]+mr

    (19)

    In the formulaR=E[x(n)xT(n)] andr=E[x(n)d(n)].

    Whenn=1, the expected mean of the weight vector updating formula becomes:

    E[w(1)]=(1-μR)E[w(0)]+μr

    (20)

    Whenn=2, according to Eqs(16) and (17), Eq.(21) is obtained.

    E[w(2)]=(1-μR)E[w(1)]+μr

    (21)

    From the recurrence of Eqs(19), (20) and (21), whenn=n, the mean value of the weight vector updating formula is

    (22)

    Let the conjugate symmetric matrixRbe decomposed into:

    R=UΣUT

    (23)

    In the formula,Uis a unitary matrix andΣis a diagonal matrix:

    (24)

    In the formula, the diagonal element is the eigenvalue of the matrixR.

    According to the Eqs(23) and (24), Eq.(22) can be rewritten as

    E[w(n)]=(1-μUΣUT)nE[w(0)]

    (25)

    (1-μUΣUT)i=(UUH-μUΣUH)i

    =[U(1-μΣ)UH]i

    =U(1-μΣ)UH…U(1-μΣ)UH

    =U(1-μΣ)iUH

    (26)

    (27)

    Since all the diagonal elements of the diagonal matrix 1-μΣare less than 1, then,

    (28)

    Then Eqs(26), (27), (28) are substituted into Eq.(25) and sorted out:

    (29)

    From the formula,woptis a bounded constant. Therefore, it is shown that the updated weight vectorw(n) of the algorithm converges to the mean value and towopt. The condition is that all diagonal elements of the diagonal matrix are less than 1:

    |1-μλmax|<1

    (30)

    μis sorted out as

    (31)

    When the above formula is convergence of the mean value of the weight vector, the condition thatμ(n) must satisfy is: the convergence of the algorithm depends on whether the value of the step factor satisfies Eq.(31). Assuming that the largest eigenvalue in the diagonal matrix isλmax=1, as long asμsatisfies the following:

    0<μ<2

    (32)

    The order of magnitude ofμ(n) after convergence isa, which is a number far less than 1 and greater than 0, satisfying convergence condition of Eq.(32).

    3.2 Steady-state error analysis of the algorithm

    Steady-state error refers to the distance between filter weight and optimal solutionwoptafter the algorithm enters steady-state. It is another index to measure the performance of LMS algorithm.

    In order to describe the deviation between the mean square error of LMS algorithm after convergence and the mean square error obtained by Wiener’s solution, an additional mean square error parameter, the difference between the final value of mean square errorK(∞) andKminobtained by Wiener’s solution, is introduced:

    Kex(n)=E{[e(n)-t(n)]2}

    (33)

    Written asKex(∞), definition of imbalance isKex(∞) compared withKmin, that is

    (34)

    It is a measure of the degree of difference between steady-state solution and Wiener solution. Compared with 1, the smaller the offset, the more accurate the adaptive filter performed by LMS algorithm.

    If the average eigenvalue of the correlation matrixRis defined as the average of all eigenvalues and is denoted asλav, the learning curve of the algorithm can be approached by the exponent of the time constantτav, then the average time constant of the LMS algorithm is

    (35)

    In the classical LMS algorithm theory deduced by Widrow, the misalignment is as follows.

    (36)

    According to Eq.(35) and Eq.(36), the maladjustment is rewritten as

    (37)

    The following conclusions can be drawn from Eq.(37).

    1) For a fixedτav, the offsetMincreases linearly with the filter lengthLwhen the filter length is longer than the unknown filter length.

    2) The misalignmentMis proportional toL, and the time constantτavis inversely proportional toμ(n).

    Therefore, the selection of step size is very important in variable step size LMS algorithm. After convergence, the anti-jump parameterβand logarithmic function can restrictμ. On the premise of guaranteeing convergence, the algorithm keeps a smaller value, so that the steady-state error and steady-state misalignment are very small, which can satisfy the small steady-state error and steady-state misalignment.

    3.3 The mechanism of the algorithm and the influence of parameters on its performance

    In this work, ln(x) and sign(x) are introduced to improve the convergence speed and reduce the steady-state error. The ln(x) and |ln(1-|x|)| function curves are shown in Fig.2.

    Fig.2 Basic logarithmic function curve

    It can be seen from Fig.2 that the change rule of step size of ln(x) curve is contrary to what is needed. Further transform, replacexwith 1-x. In this case, ifxis the error signal, ln(x) is the step factor. When the error signal is large, the step factor also maintains a larger value to ensure the accelerated convergence of the algorithm; when the error signal is small, the step factor decreases, so that the algorithm has a small steady-state error. The purpose of taking absolute value ofxhere is to ensure that the value of ln(x) changes withxin accordance with the requirements. Here, in order to see the rule of image change more clearly, the image with absolute value of ln(x) is shown as the |ln(1-|x|)| curve in Fig.2.

    It can be found that the change form of the |ln(1-|x|)| curve is in accordance with the rule that the step factor follows the change of the error signal. Next, the effect of introducing symbolic function on step size factor is discussed. The updated formula of currentρ(n) is as follows.

    ρ(n)=(1-λ)e(n-1)sign(x(n-1))

    +λ(n-1)

    (38)

    Second, by adding anti-jump factorβ, the step-size factor of the algorithm changes smoothly in the later period, to reduce the steady-state error. Therefore, the logarithmic function is introduced, which is Eq.(9).

    When the absolute values of ln(1-|e(n)|) andβare 5.0, 4.0, 3.0, 2.0, 1.0 and 0.5 respectively, the change of step factor and error signal is shown in Fig.3.

    Fig.3 Function curves with variable parameters after introducing logarithmic and symbolic functions

    From Fig.3, it can be found that the step size is adjusted by symbolic function and logarithmic function, and the step factor curve shows good convergence and stability. The step size factor is also associated with the input signal and the error signal, which enhances the anti-interference ability of the algorithm.

    In order to verify the superiority of the improved algorithm further, the new algorithm is used in the experiment of active micro-vibration control.

    4 Active micro vibration control experiments based on new algorithms

    4.1 Construction of experimental platform

    In this experiment, the 3 DOF active micro-vibration control unit is designed and fabricated to verify the control algorithm.

    The active vibration isolation structure of three-degree-of-freedom micro-vibration is shown in Fig.4, which mainly includes base, vibration-starting module, vibration-suppressing module and loading platform. The base is mainly used to load and fix the whole isolation model structure. The starting module is used to simulate the micro-vibration response of the structure caused by external disturbances. The vibration suppression module can suppress the micro-vibration caused by the starting module through active vibration control. The vibration suppression module is fixed to the platform, and the vibration response of the platform is measured by capacitive displacement sensor.

    Fig.4 Pitcure of the 3 DOF active micro-vibration control unit

    The 2 computers are connected by cross-network to construct xPC real-time system. Two NI-6289 data acquisition boards are inserted into the PCI slot of the target computer as AD input and DA output of the experimental system. Before the experiment, the C code generated by the control program on the host computer is downloaded to the target computer. In the experiment, the target machine outputs a disturbance signal of 0-10 V to the power amplifier (E00.D6, XMT?), which is amplified to 0-150 V. The excitation module simulates the external disturbance to generate the perturbation response.

    On this basis, based on high performance computer, DA and AD card, signal conditioner, power amplifier related measurement and control instruments, and the development environment of Matlab/Simulink software, a multi-degree-of-freedom structural model active vibration isolation experimental system is constructed for experimental analysis and verification of structural active vibration control methods. The specific structure of the experimental system is shown in Fig.5.

    Fig.5 Block diagram of the 3 DOF active micro-vibration control system

    Displacement transducer (E509.C1, XMT?) collects vibration signal of the carrier platform, and after signal conditioner (E09.C1, XMT?) conditioning, it becomes 0-10 V voltage signal and enters the target machine for real-time processing. Through the operation of the controller in the target machine, the control signal of 0-10 V is output. After amplification of the power amplifier, the vibration suppression module is driven to act to suppress the micro-vibration of the platform. The experimental system of active vibration isolation for micro-vibration of three-degree-of-freedom model structure is shown in Fig.6.

    Fig.6 Experimental setup of the 3 DOF active micro-vibration control system

    After the experimental platform is built, the performance of the new algorithm will be verified by the micro-vibration active control experiment.

    4.2 Active control experiment of micro-vibration

    For the convenience of experiment, thex-direction is chosen as the direction of the experiment. In this experiment, the sampling frequency is set to 1 000 Hz, the order of adaptive filter is set to 24, and the value of noise is set to 0. The total time of this experiment is 100 s. The time of applying disturbance signal at 0 s and suppressing signal is at 5 s respectively.

    4.2.1 Convergence verification experiment

    For comparison of algorithms, the parameters of each algorithm are adjusted experimentally, and the convergence speed of each algorithm is compared under the same steady-state error condition. Here, the sum of the steady-state errors of algorithms in the experiment from 95 s to 100 s is made. And the sum of the above-mentioned steady-state errors is recorded as errorsum. If the errorsum of each algorithm is equal, it is considered that each algorithm finally reaches the same steady state error. In the experiment, the values ofφandλare 1 020.988 and 0.97, respectively, and the lower limit factorδminis -465. From the comprehensive comparison of experiments, in addition to the above 4 algorithms, a fixed step size algorithm is added. For the comparison of the intuitive, experiment compare the micro vibration effect of the algorithm with the other 4 algorithms in the time, as shown in Fig.7.

    As can be seen from Figs.7(a)-(d), the improved algorithm curve (the algorithm in this paper) and the other curves (the other 4 algorithms) almost coincide in the last 5 s of the experiment. Compared with the other 4 algorithms, the new algorithm reduces the steady-state error by 95% in the shortest time. That is, under the same degree of inhibition, the convergence speed of the improved algorithms curve is obviously faster than that of the other 4 algorithms.

    Fig.7 Comparison of steady-state errors between the proposed algorithm and other algorithms

    To observe the overall convergence rate of each algorithm from the beginning of vibration suppression to the end of this process, the mean square error (MSE) of this algorithm and the 4 algorithms mentioned above are drawn in the graph. MSE is defined as

    MSE(n)=E(e2(n))

    (39)

    where, MSE is the value of the mean of the square ofe(n). The MSE results of each algorithm are shown in Fig.8.

    Fig.8 MSE curve of each algorithm

    Under the same steady-state error, the MSE curves of each algorithm in Fig.8 can be seen. In the experimental process, improved algorithm in this paper not only has small steady-state error, but also has a faster convergence speed than the other 4 algorithms. The above results show that the convergence speed of improved algorithm has been greatly improved.

    4.2.2 Steady-state error verification experiment

    The next step is to verify the steady-state error of improved algorithm. The verification method is to let each algorithm run in the same time and get the steady-state error of each algorithm in the final time.

    For the convenience of experiment, 3 000 sampling points with time interval of 5-8 s are selected in this paper. The steady-state error changes of each algorithm in the same time interval are shown in Fig.9.

    Between 5 s and 8 s, Fig.9 shows that the new algorithm has a fast convergence speed in the experimental. And after 5.1 s, the convergence speed of improved algorithm is much smaller than the other 4 algorithms. By the end of 8 s, the steady-state error of this algorithm is also much smaller than that of other algorithms. It is concluded that, compared with other algorithms mentioned above, the proposed algorithm not only has fast convergence speed, but also has small steady-state error after convergence.

    Fig.9 Steady-state error curve of each algorithm

    In order to increase the comparative intuitiveness of experimental data of each algorithm, the vibration suppression rate and steady-state error results of each algorithm in the experiment of 20 s are taken to make Table 1. In order to compare the fairness of the experimental results, the sum of the steady-state errors in the last 5 s of the experiment is approximately the same.

    Under the same steady-state error, the performance of each algorithm is analyzed by comparing the results of vibration suppression rate and steady-state error at 20 s. From Table 1, it can be seen that the maximum vibration suppression rate of the proposed algorithm is 91.48% at 20 s, which is much higher than that of the other 4 algorithms at this time, and the steady-state error of the proposed algorithm is also the minimum of 0.0341, which is much lower than that of the other 4 algorithms at this time.

    Table 1 Data comparison of each algorithm

    From the analysis of the above experimental data and charts, it can be seen that the proposed algorithm is applied to the experiment of active micro-vibration control, which verifies the superiority of the algorithm in convergence and steady-state error.

    5 Conclusion

    The traditional algorithm and the existing variable step size LMS algorithm are thoroughly analyzed, and then a new adaptive filtering algorithm based on input signal and error signal is proposed. In the proposed algorithm, logarithmic function and symbolic function are introduced to establish the updating method of step factor. When the steady-state error is large, the new step-size factor will be updated to a larger value to accelerate the convergence of the algorithm to the steady-state. On the contrary, when the steady-state error is small after the convergence, the step-size factor will keep a smaller value to reduce the steady-state error. Then the convergence and steady-state error of the new algorithm are deduced theoretically. After that, the influence of parameters on the step size factor is analyzed. And the performance of the existing variable step size algorithm is improved. Finally, in order to verify further the superiority of the algorithm, it is applied to the micro-vibration active control experiment. The experimental results show that the proposed algorithm is superior to other algorithms in convergence and steady-state error. It shows that the proposed algorithm has good performance and practical application value.

    欧美日本中文国产一区发布| 大片免费播放器 马上看| a级毛片黄视频| 午夜精品国产一区二区电影| kizo精华| 国产成人影院久久av| 亚洲国产av影院在线观看| 欧美久久黑人一区二区| 亚洲中文字幕日韩| 国产91精品成人一区二区三区 | 久9热在线精品视频| svipshipincom国产片| av电影中文网址| 每晚都被弄得嗷嗷叫到高潮| 国产av一区二区精品久久| 亚洲欧美精品自产自拍| e午夜精品久久久久久久| 一区二区三区四区激情视频| 亚洲国产成人一精品久久久| 久久女婷五月综合色啪小说| 两性夫妻黄色片| 色综合欧美亚洲国产小说| netflix在线观看网站| 亚洲全国av大片| 一本一本久久a久久精品综合妖精| 国产97色在线日韩免费| 久久精品人人爽人人爽视色| 制服诱惑二区| 丁香六月欧美| av天堂在线播放| 日韩,欧美,国产一区二区三区| 18在线观看网站| 日本猛色少妇xxxxx猛交久久| 我要看黄色一级片免费的| 久久精品国产a三级三级三级| 国产一区二区三区综合在线观看| 日本av免费视频播放| 成人影院久久| 不卡一级毛片| 欧美激情极品国产一区二区三区| 日本91视频免费播放| 久久久久精品人妻al黑| 亚洲色图 男人天堂 中文字幕| 精品一区在线观看国产| 亚洲精品成人av观看孕妇| 男女无遮挡免费网站观看| 色94色欧美一区二区| 操出白浆在线播放| 精品久久久精品久久久| 午夜福利视频在线观看免费| 性色av乱码一区二区三区2| 桃花免费在线播放| 高清欧美精品videossex| av线在线观看网站| 中文字幕人妻丝袜制服| 老司机午夜福利在线观看视频 | 国产99久久九九免费精品| 天堂俺去俺来也www色官网| 国产91精品成人一区二区三区 | 国产人伦9x9x在线观看| 亚洲成人免费电影在线观看| 亚洲精品美女久久久久99蜜臀| 黄片大片在线免费观看| 亚洲 欧美一区二区三区| 亚洲精品中文字幕在线视频| 日韩熟女老妇一区二区性免费视频| 最黄视频免费看| 精品国内亚洲2022精品成人 | 人人澡人人妻人| 建设人人有责人人尽责人人享有的| 日韩欧美一区二区三区在线观看 | 热99久久久久精品小说推荐| 亚洲美女黄色视频免费看| 亚洲情色 制服丝袜| 亚洲中文字幕日韩| 国产一区二区三区综合在线观看| 两人在一起打扑克的视频| 大片免费播放器 马上看| 精品亚洲乱码少妇综合久久| 欧美精品一区二区大全| 丰满迷人的少妇在线观看| 天堂俺去俺来也www色官网| 高清视频免费观看一区二区| 欧美日韩视频精品一区| 亚洲av片天天在线观看| 天天影视国产精品| 中国美女看黄片| 国产精品一区二区在线不卡| 美女视频免费永久观看网站| 性高湖久久久久久久久免费观看| 少妇的丰满在线观看| 欧美 亚洲 国产 日韩一| 久久国产精品男人的天堂亚洲| cao死你这个sao货| 久久热在线av| 亚洲伊人色综图| 国产免费现黄频在线看| av又黄又爽大尺度在线免费看| 一本大道久久a久久精品| 亚洲第一av免费看| 最新的欧美精品一区二区| 伦理电影免费视频| 一边摸一边做爽爽视频免费| 欧美日本中文国产一区发布| 狂野欧美激情性xxxx| 岛国在线观看网站| 久久亚洲精品不卡| 欧美人与性动交α欧美精品济南到| 久久 成人 亚洲| 自线自在国产av| 国产三级黄色录像| 亚洲综合色网址| 精品福利观看| 在线天堂中文资源库| 国产国语露脸激情在线看| 精品卡一卡二卡四卡免费| tube8黄色片| 国产成人精品无人区| 国产精品欧美亚洲77777| 激情视频va一区二区三区| 亚洲国产日韩一区二区| 爱豆传媒免费全集在线观看| 国产日韩欧美视频二区| 精品久久久久久久毛片微露脸 | 中文字幕制服av| 老司机影院毛片| 各种免费的搞黄视频| www日本在线高清视频| 午夜免费观看性视频| 亚洲美女黄色视频免费看| 男男h啪啪无遮挡| tube8黄色片| 亚洲国产欧美一区二区综合| 久久午夜综合久久蜜桃| 丝袜在线中文字幕| 51午夜福利影视在线观看| 国产亚洲午夜精品一区二区久久| 三上悠亚av全集在线观看| 俄罗斯特黄特色一大片| 亚洲精品国产色婷婷电影| 婷婷色av中文字幕| 午夜福利免费观看在线| 欧美中文综合在线视频| 午夜两性在线视频| 在线天堂中文资源库| 最新在线观看一区二区三区| 97精品久久久久久久久久精品| 一二三四社区在线视频社区8| 久久精品久久久久久噜噜老黄| 又黄又粗又硬又大视频| 中文字幕人妻丝袜一区二区| 老司机午夜十八禁免费视频| a级毛片黄视频| 欧美黄色片欧美黄色片| 日本vs欧美在线观看视频| 老司机亚洲免费影院| av视频免费观看在线观看| 男人操女人黄网站| 亚洲va日本ⅴa欧美va伊人久久 | 黑人猛操日本美女一级片| 妹子高潮喷水视频| 久久人妻熟女aⅴ| 男女国产视频网站| 在线观看人妻少妇| 欧美日韩视频精品一区| 国产亚洲精品一区二区www | 久久精品aⅴ一区二区三区四区| 国产色视频综合| 大片免费播放器 马上看| 日韩电影二区| 视频区图区小说| 免费日韩欧美在线观看| 亚洲精品粉嫩美女一区| 男女国产视频网站| 久久人人97超碰香蕉20202| 精品国产乱码久久久久久男人| 久久久精品94久久精品| 欧美亚洲日本最大视频资源| 久久久久久久久久久久大奶| 国产一区二区 视频在线| 亚洲 国产 在线| 免费女性裸体啪啪无遮挡网站| 国产精品一区二区在线不卡| 午夜影院在线不卡| 十八禁人妻一区二区| 亚洲中文日韩欧美视频| 欧美97在线视频| 日本av免费视频播放| 日韩免费高清中文字幕av| 久久毛片免费看一区二区三区| 免费观看a级毛片全部| 搡老熟女国产l中国老女人| 精品视频人人做人人爽| 午夜老司机福利片| 天堂俺去俺来也www色官网| 亚洲av电影在线进入| 熟女少妇亚洲综合色aaa.| 精品国产超薄肉色丝袜足j| 国产精品自产拍在线观看55亚洲 | 十八禁高潮呻吟视频| 捣出白浆h1v1| 国产成人影院久久av| svipshipincom国产片| 下体分泌物呈黄色| 男女无遮挡免费网站观看| cao死你这个sao货| 大码成人一级视频| av不卡在线播放| 巨乳人妻的诱惑在线观看| 日韩大码丰满熟妇| 啦啦啦在线免费观看视频4| 在线观看www视频免费| 日韩精品免费视频一区二区三区| 男女之事视频高清在线观看| 最新在线观看一区二区三区| 丝袜美足系列| 99久久人妻综合| 久久国产精品大桥未久av| 爱豆传媒免费全集在线观看| 免费日韩欧美在线观看| 天天影视国产精品| 免费观看人在逋| 亚洲成国产人片在线观看| 日韩免费高清中文字幕av| tube8黄色片| 男女免费视频国产| av网站在线播放免费| 九色亚洲精品在线播放| 久久狼人影院| 一级,二级,三级黄色视频| 国产亚洲午夜精品一区二区久久| 亚洲精品一区蜜桃| 69精品国产乱码久久久| 亚洲五月色婷婷综合| 人人妻人人澡人人爽人人夜夜| 亚洲欧洲日产国产| 丁香六月天网| 69精品国产乱码久久久| 一区二区三区激情视频| 中亚洲国语对白在线视频| 久久精品国产综合久久久| 国产又色又爽无遮挡免| 亚洲国产欧美在线一区| av在线app专区| 一区二区三区精品91| 免费在线观看视频国产中文字幕亚洲 | 狠狠狠狠99中文字幕| 日本av手机在线免费观看| 国产xxxxx性猛交| 日韩有码中文字幕| 一区二区三区激情视频| 中国美女看黄片| 一区二区三区乱码不卡18| 亚洲成av片中文字幕在线观看| 午夜激情久久久久久久| 天天躁夜夜躁狠狠躁躁| 国产av又大| 老司机亚洲免费影院| 国产精品九九99| 亚洲精品国产色婷婷电影| 免费黄频网站在线观看国产| 亚洲国产av新网站| 久久久久久免费高清国产稀缺| 亚洲欧美精品自产自拍| 在线观看免费高清a一片| 宅男免费午夜| √禁漫天堂资源中文www| av在线app专区| 麻豆国产av国片精品| 曰老女人黄片| 天堂中文最新版在线下载| av在线播放精品| 一区二区日韩欧美中文字幕| 人妻久久中文字幕网| 乱人伦中国视频| 成人手机av| 岛国在线观看网站| 国产亚洲精品久久久久5区| 窝窝影院91人妻| 国产精品久久久人人做人人爽| 日本撒尿小便嘘嘘汇集6| 激情视频va一区二区三区| 纵有疾风起免费观看全集完整版| 王馨瑶露胸无遮挡在线观看| videosex国产| 少妇猛男粗大的猛烈进出视频| 欧美激情 高清一区二区三区| 狂野欧美激情性xxxx| 成年av动漫网址| 两性夫妻黄色片| 国产精品1区2区在线观看. | 91成人精品电影| 亚洲熟女精品中文字幕| 性色av一级| 老鸭窝网址在线观看| 一本大道久久a久久精品| 大香蕉久久网| 精品国产乱子伦一区二区三区 | 少妇猛男粗大的猛烈进出视频| 亚洲国产精品999| 法律面前人人平等表现在哪些方面 | 老鸭窝网址在线观看| 高清欧美精品videossex| 亚洲av日韩精品久久久久久密| 国产精品一区二区在线不卡| 另类亚洲欧美激情| 各种免费的搞黄视频| 亚洲av成人不卡在线观看播放网 | 91成人精品电影| 操出白浆在线播放| 热re99久久精品国产66热6| 色精品久久人妻99蜜桃| 国产精品久久久久久精品电影小说| 久久中文字幕一级| 人妻人人澡人人爽人人| 亚洲九九香蕉| 国产免费一区二区三区四区乱码| 午夜福利在线免费观看网站| 精品高清国产在线一区| 色94色欧美一区二区| 精品国内亚洲2022精品成人 | 黄网站色视频无遮挡免费观看| 国产成人精品久久二区二区91| 91九色精品人成在线观看| 亚洲精品粉嫩美女一区| 淫妇啪啪啪对白视频 | 香蕉国产在线看| 一级片免费观看大全| 国产一区二区 视频在线| 久久人人97超碰香蕉20202| 日本a在线网址| 自拍欧美九色日韩亚洲蝌蚪91| 一级a爱视频在线免费观看| 老司机影院毛片| 多毛熟女@视频| 伊人久久大香线蕉亚洲五| 免费人妻精品一区二区三区视频| 国产视频一区二区在线看| 国产免费福利视频在线观看| 精品国产国语对白av| 国产一区二区激情短视频 | 日韩视频一区二区在线观看| 精品卡一卡二卡四卡免费| 美女高潮到喷水免费观看| 亚洲欧美日韩高清在线视频 | 黄片大片在线免费观看| 在线观看www视频免费| 最新的欧美精品一区二区| 九色亚洲精品在线播放| 亚洲一区二区三区欧美精品| 99热全是精品| 在线观看免费日韩欧美大片| 国产精品久久久久久精品古装| 这个男人来自地球电影免费观看| 黄网站色视频无遮挡免费观看| 久久精品成人免费网站| 午夜两性在线视频| 桃红色精品国产亚洲av| 啦啦啦啦在线视频资源| 男人操女人黄网站| 天天躁夜夜躁狠狠躁躁| 日本wwww免费看| 纯流量卡能插随身wifi吗| 亚洲美女黄色视频免费看| 建设人人有责人人尽责人人享有的| 又大又爽又粗| 另类精品久久| 亚洲一卡2卡3卡4卡5卡精品中文| 亚洲 国产 在线| bbb黄色大片| 在线亚洲精品国产二区图片欧美| 一区二区av电影网| 国产在线一区二区三区精| 亚洲国产av新网站| 无遮挡黄片免费观看| 国产精品亚洲av一区麻豆| 丝袜喷水一区| 国产成人欧美在线观看 | 丝袜在线中文字幕| 一进一出抽搐动态| 日韩制服丝袜自拍偷拍| 免费不卡黄色视频| 免费黄频网站在线观看国产| 人妻久久中文字幕网| 日韩精品免费视频一区二区三区| 亚洲精品国产色婷婷电影| 国产又色又爽无遮挡免| 天堂8中文在线网| 亚洲男人天堂网一区| 国产一区二区 视频在线| 深夜精品福利| 一级毛片精品| 亚洲性夜色夜夜综合| 亚洲成人手机| 叶爱在线成人免费视频播放| 岛国在线观看网站| 久久精品成人免费网站| 超碰97精品在线观看| 欧美成狂野欧美在线观看| 老司机靠b影院| 99香蕉大伊视频| 久久人人97超碰香蕉20202| 久久这里只有精品19| 国产日韩欧美亚洲二区| 婷婷丁香在线五月| 久久精品国产亚洲av香蕉五月 | 日韩大片免费观看网站| 精品视频人人做人人爽| 91大片在线观看| 国产精品二区激情视频| 国产成人免费无遮挡视频| 午夜福利免费观看在线| av不卡在线播放| 人成视频在线观看免费观看| 97精品久久久久久久久久精品| 欧美亚洲 丝袜 人妻 在线| 下体分泌物呈黄色| 久久久久国内视频| 老汉色∧v一级毛片| 欧美人与性动交α欧美精品济南到| 狠狠精品人妻久久久久久综合| 精品久久久久久电影网| 搡老岳熟女国产| 亚洲综合色网址| 久久久精品免费免费高清| 成人18禁高潮啪啪吃奶动态图| 91精品三级在线观看| 国产成人免费无遮挡视频| 国产精品自产拍在线观看55亚洲 | 国产免费视频播放在线视频| 91av网站免费观看| 国产精品1区2区在线观看. | 精品少妇黑人巨大在线播放| 国产成人精品久久二区二区免费| 少妇裸体淫交视频免费看高清 | 亚洲中文av在线| 欧美乱码精品一区二区三区| 国产精品久久久久久人妻精品电影 | 免费在线观看影片大全网站| 三级毛片av免费| 精品亚洲乱码少妇综合久久| 久久久国产一区二区| 人妻 亚洲 视频| 中文字幕最新亚洲高清| 19禁男女啪啪无遮挡网站| 99九九在线精品视频| 国产免费福利视频在线观看| 一边摸一边做爽爽视频免费| 操出白浆在线播放| 亚洲欧美色中文字幕在线| 亚洲avbb在线观看| 黄片小视频在线播放| 日日夜夜操网爽| 午夜福利在线免费观看网站| 美女国产高潮福利片在线看| 久久性视频一级片| 久久精品国产a三级三级三级| 精品久久蜜臀av无| 91麻豆精品激情在线观看国产 | 老司机影院毛片| 老汉色∧v一级毛片| 亚洲人成电影免费在线| 国产野战对白在线观看| 欧美另类一区| 久久久久精品人妻al黑| av电影中文网址| 亚洲国产欧美一区二区综合| 老司机靠b影院| av片东京热男人的天堂| 两个人免费观看高清视频| 黄色怎么调成土黄色| 天天添夜夜摸| 亚洲国产精品成人久久小说| 国产一区二区三区av在线| 99国产极品粉嫩在线观看| 大片电影免费在线观看免费| 在线精品无人区一区二区三| 美国免费a级毛片| 亚洲国产欧美一区二区综合| 欧美日韩亚洲高清精品| e午夜精品久久久久久久| 久久亚洲精品不卡| 亚洲 欧美一区二区三区| 国内毛片毛片毛片毛片毛片| 午夜激情av网站| 国产色视频综合| 亚洲精品一区蜜桃| 欧美国产精品一级二级三级| 日韩,欧美,国产一区二区三区| 色播在线永久视频| 大型av网站在线播放| 在线观看www视频免费| 国产一区二区在线观看av| 成年动漫av网址| 日本av手机在线免费观看| 国内毛片毛片毛片毛片毛片| 久久人人爽人人片av| 视频区图区小说| 欧美97在线视频| 两个人看的免费小视频| 精品久久久久久久毛片微露脸 | 国产一区二区三区综合在线观看| 我要看黄色一级片免费的| 18在线观看网站| 嫩草影视91久久| 美女扒开内裤让男人捅视频| 日韩,欧美,国产一区二区三区| 高清欧美精品videossex| 十八禁人妻一区二区| 99久久人妻综合| 多毛熟女@视频| 亚洲精品粉嫩美女一区| 国产老妇伦熟女老妇高清| 如日韩欧美国产精品一区二区三区| 伊人久久大香线蕉亚洲五| 欧美另类亚洲清纯唯美| 啦啦啦 在线观看视频| 王馨瑶露胸无遮挡在线观看| 亚洲精品自拍成人| 久久精品国产a三级三级三级| 法律面前人人平等表现在哪些方面 | 亚洲avbb在线观看| 欧美激情极品国产一区二区三区| 男人爽女人下面视频在线观看| 一区在线观看完整版| 精品亚洲成国产av| 9色porny在线观看| 日韩欧美免费精品| 在线观看www视频免费| 夜夜夜夜夜久久久久| 亚洲少妇的诱惑av| 91大片在线观看| 国产av精品麻豆| 秋霞在线观看毛片| 国产成人免费观看mmmm| 亚洲,欧美精品.| 人妻人人澡人人爽人人| 在线观看免费日韩欧美大片| tube8黄色片| 淫妇啪啪啪对白视频 | 在线观看免费高清a一片| 欧美精品人与动牲交sv欧美| 天天躁夜夜躁狠狠躁躁| 欧美国产精品一级二级三级| 国产成人精品在线电影| 国产精品1区2区在线观看. | 午夜福利在线免费观看网站| 秋霞在线观看毛片| 亚洲免费av在线视频| 免费在线观看完整版高清| 亚洲专区字幕在线| 欧美成狂野欧美在线观看| 午夜影院在线不卡| 国产99久久九九免费精品| 日本a在线网址| 飞空精品影院首页| 人妻久久中文字幕网| 岛国毛片在线播放| 老司机深夜福利视频在线观看 | 99热全是精品| 男人操女人黄网站| 韩国精品一区二区三区| 在线观看免费午夜福利视频| 国产深夜福利视频在线观看| 精品欧美一区二区三区在线| 日韩三级视频一区二区三区| 欧美精品亚洲一区二区| bbb黄色大片| 国产欧美日韩一区二区三 | 国产一区二区三区综合在线观看| a级毛片黄视频| 国产国语露脸激情在线看| 日韩欧美一区二区三区在线观看 | 久久久久久亚洲精品国产蜜桃av| 99精品欧美一区二区三区四区| 老司机亚洲免费影院| 免费在线观看黄色视频的| 国产精品久久久人人做人人爽| 欧美乱码精品一区二区三区| tocl精华| 午夜福利乱码中文字幕| 精品国产国语对白av| 国产精品成人在线| 精品国产一区二区三区四区第35| 啦啦啦在线免费观看视频4| 亚洲精华国产精华精| 亚洲精品国产av蜜桃| 正在播放国产对白刺激| 国产伦人伦偷精品视频| 久久久久久人人人人人| 高清在线国产一区| 少妇裸体淫交视频免费看高清 | 母亲3免费完整高清在线观看| 亚洲精品一区蜜桃| 天堂8中文在线网| 纵有疾风起免费观看全集完整版| 日韩欧美国产一区二区入口| 久久影院123| 亚洲七黄色美女视频| 好男人电影高清在线观看| 制服人妻中文乱码| 亚洲国产精品一区二区三区在线| 好男人电影高清在线观看| 青春草亚洲视频在线观看| 中文字幕人妻丝袜制服| 在线亚洲精品国产二区图片欧美| 亚洲欧洲精品一区二区精品久久久| 免费女性裸体啪啪无遮挡网站| 三上悠亚av全集在线观看| 最新在线观看一区二区三区| 91精品三级在线观看| 亚洲精品一卡2卡三卡4卡5卡 | 成年av动漫网址| 亚洲国产精品一区三区| cao死你这个sao货|