This design uses the fast Fourier transform (FFT) to calculate the parameters of the distribution network. Using the fast Fourier transform (FFT) harmonic analysis, get measured voltage and current harmonics amplitude and phase angle, and then calculated the distribution of voltage, current, power, power factor and other parameters. Therefore, this chapter in the first section describes the contents of the fast Fourier transform, then the parameters of distribution network based on Fourier transform formula.2.1 fast Fourier transformAs an important method of harmonic analysis, fast Fourier transform is requested of the harmonics of the signal to be measured phase angle and amplitude and harmonics amplitude and phase angle to calculate the parameters of the distribution network.2.2.1 Introduction to FFT algorithm FFT, fast Fourier transform, which is mainly designed to harmonic analysis, phase angle and amplitude of the harmonics. Early due to huge computational discrete Fourier transform, Fourier transform cannot be used to solve real-life problems. But with the emergence of FFT algorithms, Fourier transform applications are becoming more and more widely. After many years of innovation and development, in both the theory and implementation of this method is very complete. But FFT should be paid attention to in the use process, if the wave contains harmonics, FFT transform may result in aliasing phenomena affect the accuracy of the final result. To resolve this issue, you must make the data satisfies the Nyquist sampling theorem in the sampling requirements, sampling frequency is greater than that contained in the signal to be measured twice times the maximum harmonic frequency.2.2.2 implementation based on FFT of harmonic analysisAs the most widely used method of harmonic analysis, using the fast Fourier transform to compute the harmonic amplitude and phase, operation simple, accurate, easy to use and so on. Its implementation is as follows.(1) data collectionIn front of the FFT transforms, analog signal into a discrete digital signal must be, this is data acquisition. According to the FFT calculations are required, at the time of data collection, data collected in a period of n satisfies the following conditions: n, where n and m are positive integers.(2) data is reorderingThe data collected must be the reversal and addition computation, to reorder the sequence of the original data in order for FFT calculation. Assumes that the original data is {x (I) |i=0,1,2...,N-1}, new sequence is {x (I) |i=0,1,2...,N-1}, relation (2-1)
正在翻譯中..