CN104931777B - A kind of signal frequency measuring method based on two DFT plural number spectral lines - Google Patents
A kind of signal frequency measuring method based on two DFT plural number spectral lines Download PDFInfo
- Publication number
- CN104931777B CN104931777B CN201410734637.3A CN201410734637A CN104931777B CN 104931777 B CN104931777 B CN 104931777B CN 201410734637 A CN201410734637 A CN 201410734637A CN 104931777 B CN104931777 B CN 104931777B
- Authority
- CN
- China
- Prior art keywords
- frequency
- spectral lines
- highest
- signal
- discrete
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Landscapes
- Complex Calculations (AREA)
- Measuring Frequencies, Analyzing Spectra (AREA)
Abstract
本发明涉及一种基于两条DFT复数谱线的信号频率测量方法,属于信号参数测量技术领域。本发明的特征在于其处理步骤包含:采样信号经过加窗处理后进行DFT变换,在对应频率范围内通过比较谱线幅值或者实部虚部绝对值之和搜索最高和次高谱线,基于两条谱线实部虚部绝对值之和的运算求取中间参数,再通过求解方程、或反函数公式、或逼近多项式获得频偏参数,最终测量出信号频率。本发明在搜索最高和次高两条谱线、以及计算中间参数λ时避免乘法和开方计算,简化了信号频率测量算法实现,缩短了计算速度。
The invention relates to a signal frequency measurement method based on two DFT complex spectral lines, and belongs to the technical field of signal parameter measurement. The present invention is characterized in that its processing steps include: performing DFT transformation on the sampled signal after windowing processing, searching for the highest and second highest spectral lines by comparing the spectral line amplitude or the sum of the absolute values of the real and imaginary parts within the corresponding frequency range, based on The operation of the sum of the absolute values of the real and imaginary parts of two spectral lines is used to obtain the intermediate parameters, and then the frequency offset parameters are obtained by solving equations, or inverse function formulas, or approximating polynomials, and finally the signal frequency is measured. The invention avoids multiplication and square root calculation when searching for the highest and second highest spectral lines and calculating the intermediate parameter λ, simplifies the realization of signal frequency measurement algorithm, and shortens the calculation speed.
Description
技术领域technical field
本发明涉及一种基于两条DFT复数谱线的信号频率测量方法,属于信号参数测量技术领域。The invention relates to a signal frequency measurement method based on two DFT complex spectral lines, and belongs to the technical field of signal parameter measurement.
背景技术Background technique
当前,基于离散傅里叶变换DFT或其快速算法FFT分析频率信号的方法已经广泛使用。但是,DFT具有栏栅效应,即实际信号频率未必落在离散谱线上,由此需要采用插值算法估计实际信号的频率。2003年《中国电机工程学报》23卷6期上发表的“应用FFT进行电力系统谐波分析的改进算法”文章中提出了对输入离散信号加窗傅里叶变换后,通过选择幅值最高和次高两条谱线,插值测量信号频率的方法。如果两条谱线的离散频率序号分别对应k1和k2=k1+1,则实际信号频率对应的位置k0满足k1≤k0≤k2。引入一个辅助参数α=k0-k1-0.5,忽略其他信号干扰,则α的数值范围是[-0.5,0.5]。由此,两条离散谱线的幅度|Y(k1)|和|Y(k2)|满足:At present, the method of analyzing frequency signals based on discrete Fourier transform DFT or its fast algorithm FFT has been widely used. However, DFT has a barrier effect, that is, the actual signal frequency may not fall on the discrete spectral line, so it is necessary to use an interpolation algorithm to estimate the actual signal frequency. In the article "Improved Algorithm for Harmonic Analysis of Power System Using FFT" published in "Journal of China Electrical Engineering Society" Volume 23, Issue 6 in 2003, it is proposed that after adding windowed Fourier transform to the input discrete signal, by selecting the highest amplitude and The second highest two spectral lines, the method of interpolating the frequency of the measured signal. If the discrete frequency numbers of the two spectral lines correspond to k 1 and k 2 =k 1 +1 respectively, then the position k 0 corresponding to the actual signal frequency satisfies k 1 ≤k 0 ≤k 2 . Introducing an auxiliary parameter α=k 0 -k 1 -0.5, ignoring other signal interference, the value range of α is [-0.5,0.5]. Thus, the magnitudes |Y(k 1 )| and |Y(k 2 )| of the two discrete spectral lines satisfy:
当N较大时,上式可以简化表示为λ=g(α),其反函数记为α=g-1(λ)。该文进一步提出采用多项式逼近方法计算 When N is large, the above formula can be simplified as λ=g(α), and its inverse function is recorded as α=g -1 (λ). This paper further proposes to use polynomial approximation method to calculate
已有方法的不足在于基于谱线幅值进行最高和次高谱线搜索。而获得谱线幅值需要计算实部和虚部的平方和、然后进行开方,该计算量大。The shortcoming of the existing methods is that the highest and second highest spectral lines are searched based on the spectral line amplitude. However, obtaining the spectral line amplitude requires calculating the sum of the squares of the real part and the imaginary part, and then performing the square root, which requires a large amount of calculation.
发明内容Contents of the invention
本发明的目的是提供一种基于两条DFT复数谱线的信号频率测量方法,用以解决现有技术计算量大的问题。The purpose of the present invention is to provide a method for measuring signal frequency based on two DFT complex spectral lines to solve the problem of large amount of calculation in the prior art.
为实现上述目的,本发明的方案包括:To achieve the above object, the solution of the present invention includes:
一种基于两条DFT复数谱线的信号频率测量方法,其特征在于,步骤如下:A method for measuring signal frequency based on two DFT complex spectral lines, characterized in that the steps are as follows:
步骤(1):将采样率为FS、采样点为连续截取的采样信号x(n),进行加窗处理得到加窗信号y(n),加窗处理公式为:Step (1): Perform windowing processing on the sampling signal x(n) whose sampling rate is FS and sampling points are continuously intercepted to obtain a windowed signal y(n). The formula for windowing processing is:
y(n)=x(n)·w(n),y(n)=x(n)·w(n),
其中w(n)为N点的窗函数序列,n=0:(N-1);Wherein w(n) is the window function sequence of N points, n=0:(N-1);
步骤(2):对加窗信号y(n)进行离散傅里叶DFT变换,得到离散频谱Y(k),其中离散频率序号k=0:(N-1);Step (2): Carry out discrete Fourier DFT transform to windowed signal y (n), obtain discrete frequency spectrum Y (k), wherein discrete frequency serial number k=0:(N-1);
步骤(3):在设定频率范围所对应的离散频率序号范围[ks,ke]内,搜索(|Re(Y(k))|+|Im(Y(k))|)最大的谱线作为最高谱线,并且比较该谱线两侧谱线的(|Re(Y(k))|+|Im(Y(k))|)值,选择其中最大的谱线作为次高谱线,记录两条谱线的离散频率序号k1和k2,其中0<ks<ke<(N/2),k2=k1+1,Re(Z)为复数Z的实部,Im(Z)为复数Z的虚部;Step (3): Within the range of discrete frequency numbers [ks,ke] corresponding to the set frequency range, search for the spectral line with the largest (|Re(Y(k))|+|Im(Y(k))|) As the highest spectral line, and compare the (|Re(Y(k))|+|Im(Y(k))|) values of the spectral lines on both sides of the spectral line, select the largest spectral line as the second highest spectral line, Record the discrete frequency numbers k1 and k2 of the two spectral lines, where 0<ks<ke<(N/2), k2=k1+1, Re(Z) is the real part of the complex number Z, and Im(Z) is the complex number Z the imaginary part of
步骤(4):依据k1和k2对应的两条谱线Y(k1)和Y(k2)计算中间参数λ:Step (4): Calculate the intermediate parameter λ according to the two spectral lines Y(k1) and Y(k2) corresponding to k1 and k2:
步骤(5):求解如下方程中的频偏参数α:Step (5): Solve the frequency offset parameter α in the following equation:
其中,W(ω)是窗函数w(n)的离散时间傅里叶变换DTFT的结果,且归一角频率ω=2πf/FS=2πk/N;Wherein, W(ω) is the result of the discrete-time Fourier transform DTFT of the window function w(n), and the normalized angular frequency ω=2πf/FS=2πk/N;
步骤(6):依据频偏参数α计算被测信号频率fα,计算公式为:Step (6): Calculate the measured signal frequency fα according to the frequency offset parameter α, the calculation formula is:
fα=(k1+0.5+α)·Fs/N。f α =(k 1 +0.5+α)·Fs/N.
所述的步骤(3)搜索最高和次高谱线的处理为:在设定频率范围所对应的离散频率序号范围[ks,ke]内,搜索|Y(k)|最大的谱线作为最高谱线,并且比较最大谱线两侧谱线|Y(k)|值,选择其中最大的谱线作为次高谱线,记录两条谱线的离散频率序号k1和k2,其中0<ks<ke<(N/2),k2=k1+1。The process of searching the highest and second highest spectral lines in the step (3) is: within the range [ks, ke] of discrete frequency numbers corresponding to the set frequency range, search for the largest spectral line of |Y(k)| as the highest spectral line, and compare the spectral line |Y(k)| values on both sides of the largest spectral line, select the largest spectral line as the second highest spectral line, and record the discrete frequency numbers k1 and k2 of the two spectral lines, where 0<ks< ke<(N/2), k2=k1+1.
所述的步骤(5)采用中间参数实测值λ与频偏参数α关系函数λ=g(α)的反函数公式计算频偏参数α,该反函数为:Described step (5) adopts the inverse function formula of intermediate parameter measured value λ and frequency offset parameter α relationship function λ=g(α) to calculate frequency offset parameter α, and this inverse function is:
α=g-1(λ)。α=g −1 (λ).
所述的步骤(5)采用中间参数实测值λ与频偏参数α关系函数λ=g(α)的反函数g-1(λ)的逼近多项式公式计算频偏参数α,该逼近多项式公式为:The step (5) adopts the approximate polynomial formula of the inverse function g -1 (λ) of the intermediate parameter measured value λ and the frequency offset parameter α relationship function λ=g(α) to calculate the frequency offset parameter α, and the approximate polynomial formula is :
其中,M是逼近多项式的最高次数,am(m=0:M)是多项式第m次项λm的系数。Wherein, M is the highest degree of the approximation polynomial, and am(m=0:M) is the coefficient of the mth term λm of the polynomial.
本发明信号频率测量方法的设计原理是:假设一个频率为f0、幅值为A、初相位为θ的单一频率信号x(t),在经过了采样率为Fs的模数变换后得到如下形式的离散信号:The design principle of the signal frequency measurement method of the present invention is: assuming a single frequency signal x(t) whose frequency is f 0 , amplitude is A, and initial phase is θ, after the analog-to-digital conversion of the sampling rate Fs, the following is obtained A discrete signal of the form:
如果所加窗函数的时域形式为w(n),其离散时间傅里叶变换DTFT得到的连续频谱为W(ω),则忽略负频点-f0处频峰的旁瓣影响,在正频点f0附近的连续频谱函数可以表达为:If the time-domain form of the added window function is w(n), and the continuous frequency spectrum obtained by its discrete-time Fourier transform DTFT is W(ω), then the influence of the sidelobe of the frequency peak at the negative frequency point - f 0 is ignored. The continuous spectrum function near the positive frequency point f 0 can be expressed as:
上式进行离散抽样,即可得到离散傅立叶变换DFT的表达式为:The above formula performs discrete sampling, and the expression of the discrete Fourier transform DFT can be obtained as:
其中,离散频率间隔为Δf=FS/N。Wherein, the discrete frequency interval is Δf=F S /N.
余弦窗函数是DFT最为常用的一类窗函数。对应余弦窗函数的统一时域形式为:The cosine window function is the most commonly used type of window function in DFT. The unified time-domain form corresponding to the cosine window function is:
余弦窗w(n)的离散时间傅里叶变换DTFT结果为:The discrete-time Fourier transform DTFT result of the cosine window w(n) is:
其中:in:
在信号DTFT频谱曲线的主瓣内,且当N较大时,近似有:In the main lobe of the DTFT spectrum curve of the signal, and when N is large, approximately:
当时,上式取等号。依据常用窗函数系数,在主瓣-H<k<H内,其相邻两条谱线W(ω)和的相位相差近似为π;而对应H<k<N/2的旁瓣内W(ω)和接近同相位。由此,当谱线Y(k1)和Y(k2)的相位相差0或π时,有:when , the above formula takes an equal sign. According to the commonly used window function coefficients, within the main lobe -H<k<H, the adjacent two spectral lines W(ω) and The phase difference is approximately π; while the corresponding H<k<N/2 side lobe W(ω) and close to the same phase. Thus, when the phase difference between spectral lines Y(k 1 ) and Y(k 2 ) is 0 or π, there are:
由此,不必计算谱线幅值,直接通过谱线实部和虚部的绝对值之和,即可实现最高和次高谱线的搜索、以及中间参数λ的计算。进而,进一步求取实际信号频率。本发明方法基于上述原理设计,省略了一些乘法和开方运算,简化了信号频率测量算法实现,缩短了计算速度。Therefore, without calculating the spectral line amplitude, the search for the highest and second highest spectral lines and the calculation of the intermediate parameter λ can be realized directly through the sum of the absolute values of the real and imaginary parts of the spectral line. Furthermore, the actual signal frequency is further obtained. The method of the present invention is designed based on the above principle, omits some multiplication and square root operations, simplifies the realization of the signal frequency measurement algorithm, and shortens the calculation speed.
附图说明Description of drawings
图1是本发明实施例的基于两条DFT复数谱线的信号频率测量方法的计算过程图。FIG. 1 is a calculation process diagram of a signal frequency measurement method based on two DFT complex spectral lines according to an embodiment of the present invention.
具体实施方式Detailed ways
下面结合附图对本发明做进一步详细的说明。The present invention will be described in further detail below in conjunction with the accompanying drawings.
以下提供两个实施例,这两个实施例应用于对50Hz附近频率信号进行测量。Two embodiments are provided below, and these two embodiments are applied to the measurement of frequency signals near 50 Hz.
实施例1Example 1
其具体步骤如下:The specific steps are as follows:
步骤(1):将采样率Fs=1500Hz、连续截取N=512点的信号x(n),进行加窗处理得到加窗信号y(n),加窗处理公式为:Step (1): Sampling rate Fs=1500Hz, continuously intercepting signal x(n) of N=512 points, performing windowing processing to obtain windowing signal y(n), the formula of windowing processing is:
y(n)=x(n)·w(n),y(n)=x(n)·w(n),
其中w(n)选择N=512点的Hanning窗函数序列,即:Among them, w(n) selects the Hanning window function sequence of N=512 points, namely:
步骤(2):对加窗信号y(n)进行离散傅里叶DFT变换,得到离散频谱Y(k),其中离散频率序号k=0:(N-1);Step (2): Carry out discrete Fourier DFT transform to windowed signal y (n), obtain discrete frequency spectrum Y (k), wherein discrete frequency serial number k=0:(N-1);
步骤(3):在离散频率序号范围[15,23],即对应频率[43.945,67.383]Hz的范围内,搜索|Y(k)|最大的谱线作为最高谱线,并且比较最大谱线两侧谱线|Y(k)|值,选择其中最大的谱线作为次高谱线,记录两条谱线的离散频率序号k1和k2=k1+1;Step (3): In the range of discrete frequency numbers [15, 23], that is, within the range of corresponding frequencies [43.945, 67.383] Hz, search for the largest spectral line of |Y(k)| as the highest spectral line, and compare the largest spectral line For the |Y(k)| values of the spectral lines on both sides, select the largest spectral line as the second highest spectral line, and record the discrete frequency numbers k 1 and k 2 =k 1 +1 of the two spectral lines;
步骤(4):依据k1和k2对应的两条谱线Y(k1)和Y(k2)计算中间参数λ:Step (4): Calculate the intermediate parameter λ according to the two spectral lines Y(k 1 ) and Y(k 2 ) corresponding to k 1 and k 2 :
步骤(5):求解如下方程中的频偏参数α:Step (5): Solve the frequency offset parameter α in the following equation:
由此,计算频偏参数α的函数公式为:Therefore, the functional formula for calculating the frequency offset parameter α is:
α=1.5λ,α=1.5λ,
步骤(6):依据频偏参数α计算被测信号频率fα,计算公式为:Step (6): Calculate the measured signal frequency f α according to the frequency offset parameter α, the calculation formula is:
fα=(k1+0.5+α)·Fs/N。f α =(k 1 +0.5+α)·Fs/N.
实施例2Example 2
步骤(1):将采样率Fs=1500Hz、连续截取N=512点的信号x(n),进行加窗处理得到加窗信号y(n),加窗处理公式为:Step (1): Sampling rate Fs=1500Hz, continuously intercepting signal x(n) of N=512 points, performing windowing processing to obtain windowing signal y(n), the formula of windowing processing is:
y(n)=x(n)·w(n),y(n)=x(n)·w(n),
其中w(n)选择N=512点的布莱克曼(BlackMan)窗函数序列,即:Among them, w(n) selects the Blackman (BlackMan) window function sequence of N=512 points, namely:
步骤(2):对加窗信号y(n)进行离散傅里叶DFT变换,得到离散频谱Y(k),其中离散频率序号k=0:(N-1);Step (2): Carry out discrete Fourier DFT transform to windowed signal y (n), obtain discrete frequency spectrum Y (k), wherein discrete frequency serial number k=0:(N-1);
步骤(3):在离散频率序号范围[15,23],即对应频率[43.945,67.383]Hz的范围内,搜索(|Re(Y(k))|+|Im(Y(k))|)最大的谱线作为最高谱线,并且比较最大谱线两侧谱线的(|Re(Y(k))|+|Im(Y(k))|)值,选择其中最大的谱线作为次高谱线,记录两条谱线的离散频率序号k1和k2=k1+1;Step (3): In the discrete frequency range [15,23], that is, within the range of the corresponding frequency [43.945,67.383]Hz, search for (|Re(Y(k))|+|Im(Y(k))| ) as the highest spectral line, and compare the (|Re(Y(k))|+|Im(Y(k))|) values of the spectral lines on both sides of the largest spectral line, and select the largest spectral line as Sub-high spectral line, record the discrete frequency numbers k 1 and k 2 =k 1 +1 of the two spectral lines;
步骤(4):依据k1和k2对应的两条谱线Y(k1)和Y(k2)计算中间参数λ:Step (4): Calculate the intermediate parameter λ according to the two spectral lines Y(k 1 ) and Y(k 2 ) corresponding to k 1 and k 2 :
步骤(5):采用中间参数实测值λ与频偏参数α关系函数λ=g(α)的反函数g-1(λ)的逼近多项式公式计算频偏参数α,采用最高为7次的逼近多项式公式,形式如下:Step (5): Using the approximate polynomial formula of the inverse function g -1 (λ) of the relationship function λ=g(α) between the measured value of the intermediate parameter λ and the frequency offset parameter α to calculate the frequency offset parameter α, using a maximum of 7 approximations A polynomial formula, of the form:
α≈1.87500108·λ+0.24171091·λ3+0.10443757·λ5+0.06718760·λ7,α≈1.87500108·λ+0.24171091·λ 3 +0.10443757·λ 5 +0.06718760·λ 7 ,
步骤(6):依据频偏参数α计算被测信号频率fα,计算公式为:Step (6): Calculate the measured signal frequency f α according to the frequency offset parameter α, the calculation formula is:
fα=(k1+0.5+α)·Fs/N。f α =(k 1 +0.5+α)·Fs/N.
依据第一个和第二个实施方式,分别输入相同的一组仿真测试数据,以验证两个实施例的计算结果。该输入信号x(n)是基波频率f1为50.1Hz、包含2至9次谐波的信号,具体形式为:According to the first and second implementation manners, the same set of simulation test data is respectively input to verify the calculation results of the two embodiments. The input signal x(n) is a signal whose fundamental frequency f 1 is 50.1 Hz and contains 2nd to 9th harmonics, and the specific form is:
其中,基波和各次谐波的幅值分别是:1,0.02,0.1,0.01,0.05,0.0,0.02,0.0,0.01;初始相位分别是-23.1°,115.6°,59.3°,52.4°,123.8°,161.8°,-31.8°,119.9°,-63.7°。Among them, the amplitudes of the fundamental wave and each harmonic are: 1, 0.02, 0.1, 0.01, 0.05, 0.0, 0.02, 0.0, 0.01; the initial phases are -23.1°, 115.6°, 59.3°, 52.4°, 123.8°, 161.8°, -31.8°, 119.9°, -63.7°.
第一个实施方式中,离散频率序号范围15至23的9条谱线计算结果依次是:0.152783905+j1.76229599,4.70210906+j54.2254920,-10.9858392-j126.688437,6.36734959+j73.4295187,-0.221526634-j2.55345712,-0.0512202109-j0.589197696,-0.0199885230-j0.228698046,-0.00996303987-j0.112669252。不论幅值比较还是采用实部虚部绝对值之和,均可得到最高和次高谱线对应k1=17,k2=18。于是,中间参数计算结果为λ=-0.26613833,频偏参数α=1.5λ=-0.39920750,最终测量得到的信号频率为50.099978Hz,测量误差-0.000044%。In the first embodiment, the calculation results of the nine spectral lines with discrete frequency numbers ranging from 15 to 23 are: 0.152783905+j1.76229599,4.70210906+j54.2254920,-10.9858392-j126.688437,6.36734959+j73.4295187,- 0.221526634-j2.55345712,-0.0512202109-j0.589197696,-0.0199885230-j0.228698046,-0.00996303987-j0.112669252. Regardless of the amplitude comparison or the sum of the absolute values of the real and imaginary parts, the highest and second highest spectral lines can be obtained corresponding to k 1 =17 and k 2 =18. Therefore, the calculation result of the intermediate parameter is λ=-0.26613833, the frequency offset parameter α=1.5λ=-0.39920750, the finally measured signal frequency is 50.099978 Hz, and the measurement error is -0.000044%.
第二个实施方式中,离散频率序号范围15至23的9条谱线计算结果依次是:-0.63151373-j7.27542732,4.87561219+j56.23242377,-9.38422261-j108.21320679,6.10560557+j70.41558734,-1.11464837-j12.84931264,0.00734999+j0.0889938,-0.00022265+j0.00101658,0.00048733+j0.00853355。不论幅值比较还是采用实部虚部绝对值之和,均可得到最高和次高谱线对应k1=17,k2=18。于是,中间参数计算结果为λ=-0.21160379。带入逼近多项式后,得到频偏参数α=-0.39909308,最终测量得到的信号频率为50.100313Hz,测量误差0.00063%。In the second embodiment, the calculation results of the nine spectral lines with discrete frequency numbers ranging from 15 to 23 are: -0.63151373-j7.27542732, 4.87561219+j56.23242377, -9.38422261-j108.21320679, 6.10560557+j70.41558734, -1.11464837-j12.84931264,0.00734999+j0.0889938,-0.00022265+j0.00101658,0.00048733+j0.00853355. Regardless of the amplitude comparison or the sum of the absolute values of the real and imaginary parts, the highest and second highest spectral lines can be obtained corresponding to k 1 =17 and k 2 =18. Therefore, the intermediate parameter calculation result is λ=-0.21160379. After being brought into the approximation polynomial, the frequency offset parameter α=-0.39909308 is obtained, and the finally measured signal frequency is 50.100313 Hz, and the measurement error is 0.00063%.
以上给出了具体的实施方式,但本发明不局限于所描述的实施方式。本发明的基本思路在于上述基本方案,对本领域普通技术人员而言,根据本发明的教导,设计出各种变形的模型、公式、参数并不需要花费创造性劳动。在不脱离本发明的原理和精神的情况下对实施方式进行的变化、修改、替换和变型仍落入本发明的保护范围内。Specific embodiments have been given above, but the present invention is not limited to the described embodiments. The basic idea of the present invention lies in the above-mentioned basic scheme. For those of ordinary skill in the art, according to the teaching of the present invention, it does not need to spend creative labor to design various deformation models, formulas, and parameters. Changes, modifications, substitutions and variations to the implementations without departing from the principle and spirit of the present invention still fall within the protection scope of the present invention.
Claims (4)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201410734637.3A CN104931777B (en) | 2014-12-03 | 2014-12-03 | A kind of signal frequency measuring method based on two DFT plural number spectral lines |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201410734637.3A CN104931777B (en) | 2014-12-03 | 2014-12-03 | A kind of signal frequency measuring method based on two DFT plural number spectral lines |
Publications (2)
Publication Number | Publication Date |
---|---|
CN104931777A CN104931777A (en) | 2015-09-23 |
CN104931777B true CN104931777B (en) | 2018-03-02 |
Family
ID=54119038
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201410734637.3A Active CN104931777B (en) | 2014-12-03 | 2014-12-03 | A kind of signal frequency measuring method based on two DFT plural number spectral lines |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN104931777B (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
RU2735642C1 (en) * | 2019-03-26 | 2020-11-05 | Шнейдер Электрик Эндюстри Сас | Method of measuring frequency and equipment for measuring frequency |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107167657B (en) * | 2016-03-07 | 2019-07-05 | 施耐德电器工业公司 | Frequency measuring equipment, frequency measurement method and low frequency load shedding equipment |
CN106911606A (en) * | 2017-03-06 | 2017-06-30 | 金陵科技学院 | A kind of frequency capture method of π/4 DQPSK |
CN113341224B (en) * | 2021-06-08 | 2022-05-24 | 国网湖南省电力有限公司 | Method and device for measuring low frequency oscillation signal of power system |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102435844A (en) * | 2011-11-01 | 2012-05-02 | 南京磐能电力科技股份有限公司 | Frequency-independent sinusoidal signal phasor calculation method |
CN103197141A (en) * | 2013-03-21 | 2013-07-10 | 广东电网公司电力科学研究院 | Method of measuring electrical power system signal frequency and harmonic wave parameters |
CN103576002A (en) * | 2013-11-11 | 2014-02-12 | 华北电力大学(保定) | Method for calculating dielectric loss angle of compatible insulating device |
CN104133404A (en) * | 2014-07-23 | 2014-11-05 | 株洲南车时代电气股份有限公司 | Method and device for processing signal |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002228693A (en) * | 2001-02-01 | 2002-08-14 | Toshiba Corp | Method and apparatus for measuring frequency and medium with processing program for measuring frequency stored therein |
-
2014
- 2014-12-03 CN CN201410734637.3A patent/CN104931777B/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102435844A (en) * | 2011-11-01 | 2012-05-02 | 南京磐能电力科技股份有限公司 | Frequency-independent sinusoidal signal phasor calculation method |
CN103197141A (en) * | 2013-03-21 | 2013-07-10 | 广东电网公司电力科学研究院 | Method of measuring electrical power system signal frequency and harmonic wave parameters |
CN103576002A (en) * | 2013-11-11 | 2014-02-12 | 华北电力大学(保定) | Method for calculating dielectric loss angle of compatible insulating device |
CN104133404A (en) * | 2014-07-23 | 2014-11-05 | 株洲南车时代电气股份有限公司 | Method and device for processing signal |
Non-Patent Citations (3)
Title |
---|
基于三谱线插值FFT的电力谐波分析算法;牛胜锁等;《中国电机工程学报》;20120605;第32卷(第16期);第130-136页 * |
基于四谱线插值FFT的电网谐波检测方法;郝柱等;《电力系统保护与控制》;20141001;第42卷(第19期);第107-113页 * |
应用FFT进行电力系统谐波分析的改进算法;庞浩等;《中国电机工程学报》;20030630;第23卷(第06期);第50-54页 * |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
RU2735642C1 (en) * | 2019-03-26 | 2020-11-05 | Шнейдер Электрик Эндюстри Сас | Method of measuring frequency and equipment for measuring frequency |
Also Published As
Publication number | Publication date |
---|---|
CN104931777A (en) | 2015-09-23 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN101701982B (en) | Method for detecting harmonic waves of electric system based on window and interpolated FFT | |
CN104697623B (en) | The lower blade asynchronous vibration parameter identification method of speed change excitation | |
CN104375111B (en) | The method that quick high accuracy refinement correction is carried out to intensive spectrum | |
CN111222088B (en) | An Improved Flat-Top Self-Convolution Window Weighted Power Harmonic Amplitude Estimation Method | |
CN108037361A (en) | A kind of high-precision harmonic parameters method of estimation based on sliding window DFT | |
CN102393488B (en) | Harmonic analysis method | |
CN104931777B (en) | A kind of signal frequency measuring method based on two DFT plural number spectral lines | |
CN102539915A (en) | Method for accurately calculating power harmonic wave parameters through adopting time delay Fourier transform frequency measurement method | |
CN101261292A (en) | Fundamental wave and harmonic detection method based on 5-term Rife-Vincent (I) window bispectral interpolation FFT | |
CN105137180B (en) | High-precision harmonic analysis method based on six four spectral line interpolations of Cosine Window | |
CN102818930B (en) | Method for quickly calculating power harmonic parameters in high-accuracy mode | |
CN105372492B (en) | Signal frequency measuring method based on three DFT plural number spectral lines | |
CN104597321B (en) | Signal frequency measuring method and device based on four discrete fourier plural number spectral lines | |
CN105353215A (en) | Harmonic detection method based on Nuttall window four-spectral-line interpolation FFT (fast Fourier transform) | |
CN109541304B (en) | Power grid higher order weak amplitude harmonic detection method based on six-term minimum sidelobe window interpolation | |
CN104391178A (en) | Time shift phase difference steady harmonic signal correction method based on Nuttall window | |
CN105307095B (en) | A kind of high definition audio frequency measurement method based on FFT | |
CN102636693A (en) | Harmonic analysis algorithm combining fast Fourier transform (FFT) and nonlinear least square | |
CN106018956A (en) | Power system frequency calculation method of windowing spectral line interpolation | |
CN103795411A (en) | SFDR testing method based on five-maximum-sidelobe-damping-window three-spectral-line interpolation | |
CN112557751B (en) | A Harmonic Parameter Estimation Method Based on DFT Iterative Method | |
CN104748704A (en) | Thin-walled structure ultrasonic resonance thickness measurement frequency spectrum analysis interpolation correction method | |
CN104749497B (en) | To ultrasonic wave discharge examination signal voice data visualization method after treatment | |
CN101650220A (en) | Method for correcting finite difference error of cross-spectrum sound intensity | |
CN101718816B (en) | Fundamental wave and harmonic wave detection method based on four-item coefficient Nuttall window interpolation FFT |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C41 | Transfer of patent application or patent right or utility model | ||
TA01 | Transfer of patent application right |
Effective date of registration: 20161227 Address after: No. 1298 Xuchang City, Henan province 461000 XJ Avenue Applicant after: Xuji Group Co., Ltd. Applicant after: Henan Xuji Instrument Co., Ltd. Applicant after: State Power Networks Co Applicant after: Electric Power Research Institute of State Grid Liaoning Electric Power Co., Ltd. Address before: No. 1298 Xuchang City, Henan province 461000 XJ Avenue Applicant before: Xuji Group Co., Ltd. Applicant before: Henan Xuji Instrument Co., Ltd. Applicant before: State Power Networks Co Applicant before: State Grid Liaoning Electric Power Co., Ltd. |
|
GR01 | Patent grant | ||
GR01 | Patent grant |