KR20070115523A - A method for accurate estimation of the low frequency and the spectrum angle for real time analysis of dynamic systems - Google Patents

A method for accurate estimation of the low frequency and the spectrum angle for real time analysis of dynamic systems Download PDF

Info

Publication number
KR20070115523A
KR20070115523A KR1020060050086A KR20060050086A KR20070115523A KR 20070115523 A KR20070115523 A KR 20070115523A KR 1020060050086 A KR1020060050086 A KR 1020060050086A KR 20060050086 A KR20060050086 A KR 20060050086A KR 20070115523 A KR20070115523 A KR 20070115523A
Authority
KR
South Korea
Prior art keywords
spectrum
frequency
peak
phase
low frequency
Prior art date
Application number
KR1020060050086A
Other languages
Korean (ko)
Other versions
KR100840103B1 (en
Inventor
박은희
심관식
남해곤
Original Assignee
박은희
심관식
남해곤
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by 박은희, 심관식, 남해곤 filed Critical 박은희
Priority to KR1020060050086A priority Critical patent/KR100840103B1/en
Publication of KR20070115523A publication Critical patent/KR20070115523A/en
Application granted granted Critical
Publication of KR100840103B1 publication Critical patent/KR100840103B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/14Fourier, Walsh or analogous domain transformations, e.g. Laplace, Hilbert, Karhunen-Loeve, transforms
    • G06F17/141Discrete Fourier transforms

Landscapes

  • Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Computational Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Pure & Applied Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Theoretical Computer Science (AREA)
  • Discrete Mathematics (AREA)
  • Algebra (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Complex Calculations (AREA)

Abstract

A method for estimating a low frequency and a spectrum phase for a real-time analysis of a dynamic system is provided to accurately estimate the low frequency and a phase of a Fourier spectrum by fitting a peak value and a left/right spectrum calculated in discrete Fourier transformation with an exponential attenuation function. A peak frequency and a peak value of a low frequency band for analyzing the dynamic system is calculated from the Fourier spectrum(S130). The frequency and the left/right spectrum of the Fourier transformation are selected by corresponding to the peak value(S140). The selected spectrum is fitted by using the exponential attenuation function(S160). The peak value is selected from the fitted spectrum. A frequency corresponding to the peak value is selected as the accurate frequency and the spectrum phase corresponding to the accurate frequency is selected as the accurate phase(S170). A selection result is stored and outputted(S180).

Description

동적시스템의 실시간 해석을 위한 정확한 저주파수 및 스펙트럼 위상 추정 방법 {A method for accurate estimation of the low frequency and the spectrum angle for real time analysis of dynamic systems} A method for accurate estimation of the low frequency and the spectrum angle for real time analysis of dynamic systems

도 1은 본 발명을 수행하기 위한 하드웨어의 개략적인 블록 구성도,1 is a schematic block diagram of hardware for carrying out the present invention;

도 2는 본 발명의 실시예의 동작 과정을 도시한 플로우챠트,2 is a flowchart illustrating an operation process of an embodiment of the present invention;

도 3은 전력시스템에서 대정전시 실측한 유효전력 파형3 is a diagram showing the active power waveform measured during a large power failure in a power system

도 4는 정확한 저주파수 및 위상 추정 개념도,4 is a conceptual low frequency and phase estimation conceptual diagram,

도 5는 좌우 대칭인 푸리에 스펙트럼,5 is a Fourier spectrum that is symmetrical,

도 6은 좌우 비대칭인 푸리에 스펙트럼,6 is a Fourier spectrum that is asymmetrical,

도 7은 다른 첨두치의 영향을 받는 푸리에 스펙트럼과 새로운 스펙트럼,7 is a Fourier spectrum and a new spectrum affected by different peaks,

도 8은 정확한 저주파수 및 위상 추정을 위한 알고리즘의 순서도,8 is a flowchart of an algorithm for accurate low frequency and phase estimation,

도 9는 연속된 스펙트럼에서 정확한 위상 추정,9 shows accurate phase estimation in a continuous spectrum,

도 10은 누적된 스펙트럼에서 정확한 위상 추정,10 shows accurate phase estimation in the accumulated spectrum,

<도면의 주요 부분에 대한 부호의 설명><Explanation of symbols for the main parts of the drawings>

10: 데이터 취득부 20: 입력처리부10: data acquisition unit 20: input processing unit

30: 연산처리부 40: 데이터 출력부30: arithmetic processing unit 40: data output unit

50: 데이터 저장부 60: 데이터 전송부50: data storage unit 60: data transmission unit

본 발명은 푸리에 변환에서 지수감쇠함수 적합을 이용한 정확한 저주파수 및 위상 추정 방법에 관한 것으로, 이산 시계열 데이터에 포함된 모드나 파라미터를 추정하는 시스템 동정(system identification), 통계적 신호처리(statistical signal processing)와 관련되어 있다.The present invention relates to a method for accurate low frequency and phase estimation using exponential decay function fitting in Fourier transform, including system identification, statistical signal processing and estimation of modes or parameters included in discrete time series data. Related.

지금까지 시계열 데이터에서 파라미터를 추정하는 방법은 크게 파라메트릭 (parametric)방법과 비파라메트릭(non-parametric) 방법으로 구분할 수 있다. 파라 메트릭 방법은 신호를 자기회귀이동평균(autoregressive moving average, ARMA) 모델로 변환하여 얻은 선형예측행렬(linear prediction matrix)로 부터 복소지수함수를 계산하여 이산 데이터에 포함된 파라미터(모드)를 추정하는 방법이다. Until now, the method of estimating a parameter from time series data can be largely divided into a parametric method and a non-parametric method. The parametric method estimates a parameter (mode) included in discrete data by calculating a complex exponential from a linear prediction matrix obtained by converting a signal into an autoregressive moving average (ARMA) model. Way.

대표적인 파라메트릭 방법으로 프로니 법(Prony method)이 있는데, 이 알고리즘은 이산신호를 복소지수함수로 적합할 때, 선형예측방정식을 풀어야 하고, 고차방정식의 해를 계산해야하므로 계산시간이 많이 소요되며 대용량 기억장소를 가진 컴퓨터를 필요로 한다. 또한 이 방법은 잡음에 대해서 오차를 수반하며 신호데이터의 구간간격과 데이터의 크기에 따라 파라미터가 민감하게 변화하는 단점이 있다.The typical parametric method is the Prony method. This algorithm takes a lot of computational time because it needs to solve linear prediction equations and calculate solutions of higher-order equations when fitting discrete signals as complex index functions. You need a computer with a large storage area. In addition, this method is accompanied by an error with respect to noise and has a disadvantage in that the parameter is sensitively changed depending on the interval of the signal data and the size of the data.

이산푸리에 변환은 다양한 산업분야에 널리 적용되고 있고 주로 신호에 포함된 주파수를 계산하는데 이용하고 있다. 이와 같은 이산푸리에 변환을 이용하는 비파라메트릭 방법은 푸리에 변환을 반복적으로 적용하여 이산 데이터에 포함된 파라미터를 추정하는 방법이다. 비파라메트릭 방법은 반복적으로 이산푸리에 변환을 적용하여 각 주파수에 대응하는 진동모드를 추정하는 방법으로 각 첨두치에 대응하는 스펙트럼의 크기를 연속적으로 계산한 후, 곡선적합을 적용하여 첨두 주파수에 대응하는 모드를 추정한다. 그러나 몇 번의 푸리에 변환을 수행해야 하고, 스펙트럼 누설이 발생하면 오차가 크게 발생하는 단점이 있다. Discrete Fourier transforms are widely used in a variety of industries and are mainly used to calculate frequencies in signals. The nonparametric method using the discrete Fourier transform is a method of estimating a parameter included in the discrete data by repeatedly applying the Fourier transform. Nonparametric method repeatedly estimates the vibration mode corresponding to each frequency by applying Discrete Fourier Transform and continuously calculates the magnitude of the spectrum corresponding to each peak, then applies curve fitting to correspond to the peak frequency. Estimate the mode. However, there are disadvantages in that a few Fourier transform must be performed and a large error occurs when spectral leakage occurs.

상기와 같이 이산 신호에 포함된 파라미터를 추정하는데 있어 정확한 첨두치에 대응하는 주파수는 다른 파라미터들의 정확성을 좌우하는 요소이다. 지금까지 푸리에 변환은 이산 신호에 포함된 주파수를 추정하는데 주로 적용되고 있으며 비 교적 고주파수 대역에 주파수를 정확하게 추정하는데 적용하고 있다.In estimating the parameters included in the discrete signal as described above, the frequency corresponding to the exact peak value is a factor that determines the accuracy of other parameters. Up to now, the Fourier transform has been mainly applied to estimating the frequencies included in the discrete signal and to accurately estimate the frequencies in the comparative high frequency band.

한편 동적 시스템에서는 고주파수 영역보다는 저주파수 영역에 대한 응답이 주요 관심 주파수이다. 주파수 1.0 Hz 근처의 저주파수는 동적시스템의 응답에 큰 영향을 줄 수 있다. 동적시스템에서 동적 응답 특성을 파악하고, 이를 제어하기 위해서 정확한 저주파수를 추정할 수 있어야 한다. 고주파수 해석을 위한 푸리에 변환은 스펙트럼의 누설 영향을 무시할 수 있는 반면에 응답 특성이 느리게 변화하는 저주파수에서는 스펙트럼의 누설로 첨두치에 대응하는 주파수는 많은 오차를 포함한다. 그리고 첨두 스펙트럼 근처에서 스펙트럼 위상은 급변하므로 첨두 주파수가 부정확하면 위상은 매우 큰 오차를 포함한다. 비교적 저주파수인 0.1 Hz ∼ 2.0 Hz 사이에 주파수 대역에 대한 정확한 주파수를 추정하는데 있어 이산 푸리에 변환의 고유한 특성상 해상도에 지배를 받는데 해상도는 주어진 이산 데이터수와 데이터 구간 간격에 따라 달라진다.On the other hand, in dynamic systems, the response to the low frequency region is the main frequency of interest rather than the high frequency region. Low frequencies near the frequency 1.0 Hz can greatly affect the response of a dynamic system. In order to understand the dynamic response characteristics in the dynamic system and to control it, the accurate low frequency must be estimated. The Fourier transform for high frequency analysis can ignore the effects of spectral leakage, while at low frequencies where the response characteristics change slowly, the peak corresponding to the peak due to spectral leakage has a lot of error. And because the spectral phase changes rapidly around the peak spectrum, if the peak frequency is incorrect, the phase contains a very large error. In estimating the exact frequency for the frequency band between 0.1 Hz and 2.0 Hz, which is a relatively low frequency, the inherent nature of the Discrete Fourier Transform is dependent on the resolution, which depends on the number of discrete data given and the data interval interval.

이산 푸리에 변환은 해상도가 높으면 높을수록 계산 시간이 많이 소요되므로 정확성과 계산 속도 사이에 적용 목적에 따라서 적절한 판단과 선택을 해야 한다. 본 발명은 저주파수에서 푸리에 스펙트럼의 첨두치를 중심으로 몇 개의 스펙트럼을 지수감쇠함수로 적합해서 정확한 저주파수 및 위상을 추정하는 방법에 관한 것이다. 지금까지 푸리에스펙트럼이 주로 비교적 높은 주파수를 계산하는데 이용되고 있고, 0.1Hz~2.0Hz 대역의 저주파수에 지수감쇠함수적합을 통한 정확한 알고리즘은 개발된 바 없다.The higher the resolution, the more discrete the Fourier transform, which requires more computational time. Therefore, the decision between the accuracy and the computational speed should be made according to the application purpose. The present invention relates to a method for estimating accurate low frequency and phase by fitting several spectra with exponential attenuation function around the peak of Fourier spectrum at low frequency. Until now, Fourierspectrum is mainly used to calculate relatively high frequencies, and no accurate algorithm has been developed by fitting exponential attenuation functions to low frequencies in the 0.1Hz to 2.0Hz band.

상기한 종래의 방법은 선형방정식, 최소자승법과 같은 복잡한 알고리즘을 포함하고 있어 계산시간이 많이 소요될 뿐만 아니라 큰 컴퓨터 기억장소를 필요로 한다. 또한 신호의 크기가 작을 때 잡음에 매우 민감하여 정확하게 주파수를 추정하지 못한다.The conventional methods described above include complex algorithms such as linear equations and least squares methods, which require a lot of computation time and require large computer storage. Also, when the signal is small, it is very sensitive to noise and cannot accurately estimate the frequency.

이에 본 발명은 종래기술의 문제점을 해소하기 위해 이산푸리에 변환에서 계산한 첨두치와 좌우 스펙트럼을 지수감쇠함수로 적합함으로써 정확한 저주파수와 푸리에스펙트럼의 위상을 추정하는 방법을 제공하는 데 그 목적이 있다.Accordingly, an object of the present invention is to provide a method for estimating the accurate low frequency and Fourier spectrum phase by fitting the peak and left and right spectrums calculated by the Discrete Fourier Transform as an exponential attenuation function in order to solve the problems of the prior art.

[본 발명을 수행하기 위한 하드웨어][Hardware for Carrying Out the Invention]

도 1은 본 발명을 수행하기 위한 하드웨어의 개략적인 블록 구성도로서, 동도면을 참조하면 알 수 있듯이, 본 발명을 수행하기 위한 하드웨어는, 데이터 처리부(10)와 입력 처리부(20)와 연산 처리부(30)와 데이터 출력부(40)와 데이터 저장부(50)와 데이터 전송부(60)를 포함하여 구성될 수 있다.1 is a schematic block diagram of hardware for carrying out the present invention. As can be seen from the drawings, the hardware for carrying out the present invention includes a data processor 10, an input processor 20, and an operation processor. 30, the data output unit 40, the data storage unit 50, and the data transmission unit 60 may be configured.

상기 입력 처리부(20)는 입력되는 아날로그형태의 시계열 데이터(time series data)를 아날로그 투 디지털 변환(analog to digital convert)하여 연산 처리부(30)로 입력한다.The input processor 20 analog-to-digital converts input time series data in analog form and inputs the same to the calculation processor 30.

상기 연산 처리부(30)는 입력 처리부(20)로부터 입력되는 시계열 데이터에 대해 이산푸리에 변환(discrete Fourier transform)을 수행하여 저주파수에 첨두치와 주파수를 추정하고 이로 부터 각 첨두치에 대응하는 시계열 데이터의 저주파수 및 스펙트럼위상을 추정한다.The arithmetic processing unit 30 performs a discrete Fourier transform on time series data input from the input processing unit 20 to estimate a peak value and a frequency at a low frequency, from which time series data corresponding to each peak value is derived. Estimate low frequency and spectral phase.

상기 데이터 출력부(40)는 상기 연산 처리부(30)에 의해 추정된 주파수 및 위상의 추정 결과를 출력장치에 출력한다.The data output unit 40 outputs the frequency and phase estimation result estimated by the operation processor 30 to the output device.

상기 데이터 저장부(50)는 상기 연산 처리부(30)에 의해 추정된 주파수 및 위상의 추정 결과를 저장 장치에 저장한다.The data storage unit 50 stores the estimation result of the frequency and phase estimated by the calculation processing unit 30 in the storage device.

상기 데이터 전송부(60)는 상기 연산 처리부(30)에 의해 추정된 주파수 및 위상의 추정 결과를 설정되어있는 네트워크를 통하여 원격 장치(서버)에 전송한다.The data transmission unit 60 transmits the estimation result of the frequency and phase estimated by the calculation processing unit 30 to the remote device (server) through the network.

이하에서는, 상기한 바와 같이 구성된 하드웨어를 통해 수행되는 본 발명의 구체적인 내용에 대해 설명하기로 한다.Hereinafter, specific details of the present invention performed through the hardware configured as described above will be described.

본 발명은 동적시스템의 출력 신호에서 시스템을 해석하고 제어하기 위한 정보를 획득하는 방법에 관한 것으로, 동적시스템에 중요한 동적 특성은 주로 0.1 Hz ∼ 2.0 Hz 사이의 저주파수에 지배된다.The present invention relates to a method of obtaining information for interpreting and controlling a system in an output signal of a dynamic system, wherein the dynamic characteristics important for the dynamic system are mainly governed by low frequencies between 0.1 Hz and 2.0 Hz.

예를 들면 전력시스템에서 과도 상태를 제외한 정상상태에서 발전기들의 동적특성에 따른 진동현상을 주로 상기와 같은 저주파수에서 발생한다. 이와 같은 진동은 전력시스템의 붕괴를 일으켜 대정전에 이르게 하는 원인이 되는데, 도 3에서 초기(S210)에 정상적으로 운전되고 있으나 잠재적으로 0.25Hz로 진동하고 있다. 도 3의 30초 부근(S220)에서 급격하게 출력이 감소하고, 40초 부근(S230)부터 점점 진동이 커지고 뚜렷한 주파수(0.25Hz)로 진동하고 있음을 알 수 있다. 결국 저주파수 진동이 감쇠하지 못하여(S240) 전력시스템이 붕괴되고 대규모 수용가가 정전되어 산업적으로 막대한 손실은 초래함을 알 수 있다.For example, in the steady state except the transient state in the power system, the vibration phenomenon according to the dynamic characteristics of the generators is mainly generated at the low frequency as described above. Such a vibration causes the power system to collapse, leading to a large power failure. In FIG. 3, the vibration is normally operated at an initial stage (S210), but is potentially vibrating at 0.25 Hz. It can be seen that the output suddenly decreases in the vicinity of 30 seconds (S220) of FIG. 3, and the vibration gradually increases from the vicinity of 40 seconds (S230) and vibrates at a distinct frequency (0.25 Hz). As a result, the low frequency vibration is not attenuated (S240), the power system is collapsed and the large customer is blackout, which can be seen that the industrial massive losses.

이와 같은 진동 현상을 해석하고 제어하기 위해서 출력 신호에 포함된 정확 한 저주파수를 검출할 필요성이 있다. 또한 대규모 동적시스템에서는 많은 신호들이 존재하고 이를 실시간으로 처리하기 위해서는 최소의 컴퓨터 기억 장소로 계산시간이 매우 빨라야 한다. 즉 DSP(digatal signal processing) 수준에서 신호처리가 필요하다.In order to analyze and control this vibration phenomenon, it is necessary to detect the accurate low frequency included in the output signal. Also, in large dynamic systems, many signals exist and the computation time needs to be very fast with minimal computer memory to process them in real time. That is, signal processing is required at the level of digital signal processing (DSP).

본 발명은 최소의 컴퓨터 기억 장소를 이용해서 정확한 저주파수 및 스펙트럼 위상을 추정하는 방법에 관한 것이다. 이미 상용화된 DSP에서는 4096개의 샘플에 대해서 0.001초 이내에 고속 푸리에 변환을 수행하여 주파수를 산출한다. 따라서 이를 이용하면 고속의 파라미터 추정이 가능하나 기억장소에 제약을 받으므로 최소의 기억장소를 사용해서 계산을 할 수 있는 단순하고 직접적인 알고리즘이 필요하다.The present invention relates to a method for estimating accurate low frequency and spectral phase using a minimum of computer storage. In a commercially available DSP, a fast Fourier transform is performed on 4096 samples within 0.001 second to calculate a frequency. Therefore, this method can be used for fast parameter estimation, but since the storage location is limited, a simple and straightforward algorithm is needed to perform the calculation using the minimum storage location.

상기와 같은 필요성에 의해서 본 발명은, 시계열 데이터의 이산푸리에 변환에서 시스템의 상태를 나타내는 각 모드에 대한 정확한 저주파수 및 스펙트럼 위상을 직접 구할 수 있는 방법에 관한 것으로, 푸리에 스펙트럼으로부터 정확한 주파수 및 위상을 추정하는 실시예를 포함한다.In view of the above necessity, the present invention relates to a method for directly obtaining an accurate low frequency and spectral phase for each mode representing a system state in a discrete Fourier transform of time series data, and to estimate an accurate frequency and phase from a Fourier spectrum. It includes an embodiment to.

우선, 본 발명의 실시예에 적용되는 원리에 대해 설명하기로 한다. 연속함수에 대한 푸리에 변환식은 수학식 1과 같다.First, the principle applied to the embodiment of the present invention will be described. The Fourier transform equation for the continuous function is shown in Equation 1.

Figure 112006039363442-PAT00001
Figure 112006039363442-PAT00001

실제 시계열 데이터로 주어진 신호는 주기적인 신호보다 비주기 신호인 경 우가 대부분이다. 구간

Figure 112006039363442-PAT00002
에 정의된 신호
Figure 112006039363442-PAT00003
의 이산 푸리에변환은 수학식 2와 같다.The signal given as actual time series data is most often an aperiodic signal rather than a periodic signal. section
Figure 112006039363442-PAT00002
Signal defined in
Figure 112006039363442-PAT00003
The discrete Fourier transform of is equal to Equation 2.

Figure 112006039363442-PAT00004
Figure 112006039363442-PAT00004

수학식 2에서

Figure 112006039363442-PAT00005
이며, 스펙트럼 계수
Figure 112006039363442-PAT00006
는 구간
Figure 112006039363442-PAT00007
에서 정의 된다. 한편 신호가 비주기적이라면 이산푸리에 변환의 스펙트럼은 연속적으로 표현되는데, 대부분 자연계의 신호는 비주기적이므로 스펙트럼은 연속적으로 표현된다. 따라서 이산푸리에 변환 결과 얻어진 푸리에 스펙트럼에서 첨두 스펙트럼(peak spectrum)을 중심으로 한 좌우 스펙트럼은 도 4에 나타낸 것과 같은 포락선 형태가 된다. 도 4에서 점으로 나타낸 것이 이산푸리에 변환한 스펙트럼인데, 첨두치(S320) Sp에 첨두주파수(S340) ωp가 대응하고, 동일한 주파수(S340,S380)에서 스펙트럼 위상이 추정된다. 그러나 추정한 첨두치(S320) 및 첨두주파수(S340,S380)가 스펙트럼의 누설로 인하여 부정확한 값임을 알 수 있다. 도 4에 점선으로 나타낸 좌우포락선은 이산푸리에 변환한 스펙트럼으로부터 지수감쇠함수로 적합한 도식을 나타내고 있다. 지수감쇠함수로 적합한 첨두치(S310)와 이에 대응하는 주파수(S330) 및 스펙트럼 위상(S360)은 원래 이산푸리에변환에서 얻은 주파수(S340,S380) 및 위상과 차이가 있음을 알 수 있다.In equation (2)
Figure 112006039363442-PAT00005
Spectral coefficient
Figure 112006039363442-PAT00006
Is the interval
Figure 112006039363442-PAT00007
Is defined in. On the other hand, if the signal is aperiodic, the spectrum of the Discrete Fourier Transform is represented continuously. Most of the natural signals are aperiodic, so the spectrum is represented continuously. Therefore, in the Fourier spectrum obtained as a result of the Discrete Fourier Transform, the left and right spectrums centered on the peak spectrum become an envelope form as shown in FIG. 4. The point shown in FIG. 4 is a discrete Fourier transformed spectrum, and the peak frequency S340 ω p corresponds to the peak value S320 S p , and the spectral phases are estimated at the same frequencies S340 and S380. However, it can be seen that the estimated peak value S320 and peak frequencies S340 and S380 are inaccurate values due to the leakage of the spectrum. The left and right envelopes shown by dotted lines in Fig. 4 show a schematic diagram suitable as an exponential decay function from the discrete Fourier transformed spectrum. It can be seen that the peak value S310 suitable for the exponential attenuation function, the frequency S330 and the spectral phase S360 corresponding thereto are different from the frequencies S340 and S380 and phase originally obtained by the Discrete Fourier Transform.

연속함수 x(t)가 주파수 ω에서 제동계수 α와 크기 A, 위상 φ1을 가진 복 소지수감쇠코사인함수라 하면, 수학식 3과 같이 나타낼 수 있고, 복소지수사인함수라 하면, 수학식 4와 같이 나타낼 수 있다.A continuous function x (t) is Assuming that the frequency ω damping factor α and the size A, phase clothing possession attenuation cosine function with φ 1, can be represented as shown in Equation 3, when referred to the complex exponential sine function, equation (4) Can be expressed as:

x(t) =Ae-αtcos(ωt+φ1)x (t) = Ae -αt cos (ωt + φ 1 )

x(t) =Ae-αtsin(ωt+φ1) x (t) = Ae -αt sin (ωt + φ 1 )

먼저 지수감쇠코사인함수에 대해서 고려하기 위해서 수학식 3을 푸리에 변환하면 수학식 5와 같다.First, in order to consider the exponential decay cosine function, Equation 3 is Fourier transformed.

Figure 112006039363442-PAT00008
Figure 112006039363442-PAT00008

주파수 ω1에 대응하는 위상을 φ1이라 하고, 제동계수가 작아서 ω1≫α이 성립할 때, 수학식 6과 같다.A phase corresponding to the frequency ω 1 is called φ 1 , and when the braking coefficient is small and ω 1 ≫α is established, it is expressed by Equation (6).

Figure 112006039363442-PAT00009
Figure 112006039363442-PAT00009

수학식 5를 도식하면 도 4에서 점선으로 표현된 좌우포락선과 같은 형태가 된다. 따라서 본 발명에서는 푸리에 스펙트럼에서 첨두 스펙트럼을 포함하여 좌우스펙트럼을 복소지수감쇠함수(수학식 5)로 가정하였다. 즉 임의의 시계열 데이터를 이산 푸리에 변환한 결과, 특정주파수에서 첨두치가 형성되었을 때 첨두치를 중심으로 좌우 스펙트럼은 복소지수감쇠사인함수 또는 복소지수코사인함수의 푸리에 변환과 같다.If Equation 5 is shown, it will be the same as the left and right envelopes represented by dotted lines in FIG. 4. Therefore, in the present invention, the left and right spectrum including the peak spectrum in the Fourier spectrum is assumed as a complex exponential decay function (Equation 5). In other words, as a result of discrete Fourier transform of arbitrary time series data, when a peak is formed at a specific frequency, the left and right spectrums around the peak are the same as the Fourier transform of the complex exponential decay function or the complex exponential cosine function.

따라서 이산 푸리에 변환결과에서 얻은 첨두치와 첨두치를 중심으로 좌우 몇 개의 스펙트럼으로부터 수학식 5에 포함된 파라미터를 추정할 수 있다. 첨두치를 포함한 좌우 스펙트럼을 이용해서 지수감쇠함수로 적합하면 필요로 하는 파라미터를 추정할 수 있는데, 지수감쇠함수로 적합 된 새로운 데이터에서 첨두치(S310)에 대응하는 주파수를 정확한 주파수(S330, S370)로 선택한다. 그리고 새로운 주파수(S330, S370)에 대응하는 위상을 정확한 위상(S360)으로 선택한다. 그러므로 복소지수감쇠함수의 푸리에 스펙트럼으로부터 신호에 포함된 정확한 저주파수와 각 모드에 대응하는 스펙트럼 위상을 추정할 수 있다. Therefore, the parameters included in Equation 5 can be estimated from several peaks on the left and right of the peak and peak obtained from the discrete Fourier transform. Using the left and right spectrum including the peak value, it is possible to estimate the parameter required if it is fitted with the exponential attenuation function. To select. The phases corresponding to the new frequencies S330 and S370 are selected as the correct phase S360. Therefore, from the Fourier spectrum of the complex attenuation function, it is possible to estimate the exact low frequency included in the signal and the spectral phase corresponding to each mode.

수학식 4에 나타난 지수감쇠사인함수의 푸리에 스펙트럼은 지수감쇠코사인함수와 동일하고, 위상만 90도 차이가 발생하므로 상기한 지수감쇠코사인함수와 동일하게 적용할 수 있다.The Fourier spectrum of the exponential decay cosine function shown in Equation 4 is the same as the exponential decay cosine function, and since only 90 degrees of phase difference occurs, the same applies to the exponential decay cosine function described above.

상기한 내용을 보다 상세하게 설명하기 위하여 실시예를 포함한다. An embodiment is included to describe the above in more detail.

도 5는 이산푸리에 변환 결과 정확한 주파수를 추정한 경우를 나타낸 도식이다. 첨두치(S410)를 중심으로 첫 번째 좌우 스펙트럼(S430, S440)이 크게 작으면 첨두치(S410)와 주파수(S460)는 정확한 값으로 판단할 수 있다. 보다 상세하게 첫 번째 좌우 스펙트럼(S430, S440)이 첨두치(S410)보다 크게 작고, 좌우 스펙트럼(S430, S440)의 크기가 비슷하면 지수감쇠함수에 정확하게 모의될 수 있으므로 첨 두치(S410)와 첨두 주파수(S460)는 정확한 값으로 판단할 수 있다. 예를 들면, 수학식 7과 수학식 8에서 %X1이 10% 이하면 첨두치(S410)가 좌우스펙트럼(S430, S440)에 비하여 큰 값을 가지고 있으므로 이산푸리에변환 결과 추정한 주파수를 정확한 주파수로 판정할 수 있다. 또한 %X1이 10% 이상으로 비교적 큰 값일 때, 좌우스펙트럼(S430, S440)이 비슷한 크기를 가지면 즉 수학식 9에서 %X2가 5%이하의 값을 가지면 이때도 지수감쇠함수로 정확하게 모의할 수 있으므로 이산푸리에변환 결과 추정한 주파수를 정확한 주파수로 판정할 수 있다. 5 is a diagram illustrating a case where an accurate frequency is estimated as a result of the Discrete Fourier Transform. If the first left and right spectrums S430 and S440 are largely small with respect to the peak value S410, the peak value S410 and the frequency S460 may be determined to be accurate values. More specifically, if the first left and right spectrums (S430, S440) are significantly smaller than the peak (S410), and the sizes of the left and right spectrums (S430, S440) are similar, they can be accurately simulated in the exponential decay function. The frequency S460 may be determined to be an accurate value. For example, when% X 1 is less than or equal to 10% in Equations 7 and 8, since the peak value S410 has a larger value than the left and right spectrums S430 and S440, the frequency estimated by the Discrete Fourier Transform is an accurate frequency. It can be determined as In addition, when% X 1 is a relatively large value of 10% or more, if the left and right spectrums (S430, S440) have a similar size, that is, if% X 2 has a value of 5% or less in Equation 9, it is accurately simulated with an exponential decay function. As a result, the frequency estimated by the discrete Fourier transform can be determined as the correct frequency.

Figure 112006039363442-PAT00010
Figure 112006039363442-PAT00010

Figure 112006039363442-PAT00011
Figure 112006039363442-PAT00011

Figure 112006039363442-PAT00012
Figure 112006039363442-PAT00012

부적절한 샘플링이나 잡음으로 인하여 이산푸리에변환에서 스펙트럼 누설이 발생할 때, 정확한 주파수를 추정할 수 없다. 도 6은 이산푸리에 변환 결과 스펙트럼 누설이 발생한 경우를 나타낸 도식이다. 첨두치(S510)를 중심으로 첫 번째 좌측 스펙트럼(S530)과 우측 스펙트럼(S540)이 큰 차이가 발생함을 알 수 있다. 이때 첨두치(S510)와 첨두 주파수(S560)는 오차가 많이 포함된 값이다. 따라서 지수 감쇠함수로 적합하는데 필요한 적당한 스펙트럼을 선택해야 한다. 먼저 수학식 12에 나타낸 %X4가 5% 이하면 두 번째 좌우스펙트럼(S520, S550)이 서로 비슷한 값을 가지고 있음을 의미한다. 따라서 이 경우에는 첨두치(S510)와 첫 번째 좌우스펙트럼(S530, S540) 및 두 번째 좌우스펙트럼(S520, S550)을 이용하여 지수감쇠함수로 적합(도 4)하여 정확한 첨두치와 주파수를 계산한다. 만일 %X3가 50% 이상이면 첫 번째 좌우스펙트럼(S530, S540)에서 두 값 중에서 큰 값을 수학식 13에 나타나있는 S0로 대체한 후, 첨두치(S510)와 첫 번째 좌우스펙트럼(S530, S540) 중에서 작은 값 및 S0, 두 번째 좌우스펙트럼(S520, S550)중 작은 값을 이용하여 지수감쇠함수로 적합하여 정확한 첨두치와 주파수를 계산한다. When spectral leakage occurs in the Discrete Fourier Transform due to improper sampling or noise, the exact frequency cannot be estimated. 6 is a diagram illustrating a case where spectral leakage occurs as a result of the Discrete Fourier Transform. It can be seen that a large difference occurs between the first left spectrum S530 and the right spectrum S540 with respect to the peak value S510. At this time, the peak value (S510) and the peak frequency (S560) is a value containing a lot of errors. Therefore, the appropriate spectrum needed to fit with the exponential attenuation function should be selected. First, when% X 4 shown in Equation 12 is 5% or less, it means that the second left and right spectrums S520 and S550 have similar values. Therefore, in this case, the exact peak and frequency are calculated by using the peak attenuation function (S510), the first left and right spectrums (S530, S540), and the second left and right spectrums (S520, S550) as an exponential decay function (Fig. 4). . If% X 3 is greater than or equal to 50%, the larger of the two values in the first left and right spectrums (S530, S540) is replaced with S 0 shown in Equation 13, and then the peak value (S510) and the first left and right spectrums (S530). , S540) and the smallest value of S 0 and the second left and right spectrums (S520, S550) are used as exponential attenuation functions to calculate the exact peak and frequency.

Figure 112006039363442-PAT00013
Figure 112006039363442-PAT00013

Figure 112006039363442-PAT00014
Figure 112006039363442-PAT00014

Figure 112006039363442-PAT00015
Figure 112006039363442-PAT00015

도 6은 이웃하는 다른 스펙트럼의 영향으로 푸리에스펙트럼이 비대칭인 경우를 나타낸 것이다. 이 경우에는 다른 스펙트럼의 영향을 받지 않는 스펙트럼 (S620, S630)을 이용하고 수학식 12에 나타난 새로운 S0 점과 첨두치를 포함한 4개의 점(S610, S620,S630,S660)을 이용하여 지수감쇠함수로 적합해서 정확한 주파수와 위상을 추정한다.6 illustrates a case in which the Fourier spectrum is asymmetrical due to the influence of another neighboring spectrum. In this case, the exponential decay function is used by using the spectrum (S620, S630) that is not influenced by other spectra, and using the new S 0 point and the four points (S610, S620, S630, S660) shown in Equation 12. Estimate the correct frequency and phase.

Figure 112006039363442-PAT00016
Figure 112006039363442-PAT00016

실시간 신호 처리에서는 연속적으로 신호들이 중첩되어 입력된다. 만일 중첩된 시간 구간에서 이산 푸리에 변환을 반복적으로 수행하면 푸리에 스펙트럼과 위상은 비슷한 형태를 유지한다. 도 9에는 중첩된 연속적인 시간구간과 스펙트럼위상을 나타낸 도식이다. 동일한 샘플링으로 연속적으로 이동하는 시간구간 t1(S810), t2(S820), t3(S830)에 대해서 각각 이산푸리에 변환을 수행하면 주파수 해상도는 동일하다. 따라서 각 시간구간에 대해서 각 주파수 구간은 동일하다. 한편 잡음이나 샘플의 부족으로 스펙트럼 누설이 발생하였을 때, 위상은 첨두치 근처에서 급변하나 비슷한 시간구간에 대해서 비슷한 기울기를 가진다. 따라서 보다 정확한 스펙트럼 위상을 구하기 위해서 3개의 시간구간(S810,S820,S830)에 대한 위상을 이용할 수 있다. 즉 정확한 위상은 첨두치를 중심으로 3개의 직선이 교차하는 점 또는 수학식 14와 같이 3개의 직선 사이에 편차가 가장 작은 점을 정확한 위상으로 선택할 수 있으며, 또한 3개의 시간구간에서 구한 정확한 위상에 대응하는 주파수를 정확한 주파수로 선택할 수 있다.In real time signal processing, signals are successively inputted. If the discrete Fourier transform is repeatedly performed in the overlapped time intervals, the Fourier spectrum and phase remain similar. 9 is a diagram showing superimposed consecutive time intervals and spectral phases. When discrete Fourier transforms are performed on time intervals t 1 (S810), t 2 (S820), and t 3 (S830) continuously moving with the same sampling, the frequency resolution is the same. Therefore, each frequency section is the same for each time section. On the other hand, when spectral leakage occurs due to noise or lack of samples, the phase changes rapidly around the peak but has a similar slope for similar time intervals. Therefore, in order to obtain a more accurate spectral phase, phases for three time periods S810, S820, and S830 may be used. That is, the exact phase can be selected as the exact phase of the point where the three straight lines intersect the peak value or the point with the smallest deviation between the three straight lines as shown in Equation 14, and also corresponds to the exact phase obtained from the three time intervals. The correct frequency can be selected.

Figure 112006039363442-PAT00017
Figure 112006039363442-PAT00017

도 10에는 시간구간(t1)은 동일하나 샘플링 구간(Δt1,Δt2,Δt3)이 다른 중첩된 시간구간과 스펙트럼위상을 나타낸 도식이다. 샘플링 구간이 다른 데이터에 이산푸리에 변환을 수행하면 주파수 해상도는 각각 다르고, 따라서 각 주파수 구간도 다르게. 상기한 바와 같이 3개의 샘플링(S910,S920,S930)에 대한 각 스펙트럼 위상을 이용해서 보다 정확한 스펙트럼 위상을 구할 수 있다. 즉 정확한 위상은 첨두치를 중심으로 3개의 직선이 교차하는 점 또는 수학식 14와 같이 3개의 직선 사이에 편차가 가장 작은 점을 정확한 위상으로 선택할 수 있으며, 또한 3개의 시간구간에서 구한 정확한 위상에 대응하는 주파수를 정확한 주파수로 선택할 수 있다.10 is a diagram illustrating overlapping time intervals and spectral phases having the same time interval t 1 but different sampling intervals Δt 1 , Δt 2 , Δt 3 . If you perform Discrete Fourier Transform on data with different sampling intervals, the frequency resolution will be different, and therefore, each frequency interval will be different. As described above, more accurate spectral phases can be obtained using the respective spectral phases for the three samplings S910, S920, and S930. That is, the exact phase can be selected as the exact phase of the point where the three straight lines intersect the peak value or the point with the smallest deviation between the three straight lines as shown in Equation 14, and also corresponds to the exact phase obtained from the three time intervals. The correct frequency can be selected.

상술한 바와 같이 본 발명은, 시계열 데이터의 푸리에 변환에서 직접 동적시스템의 특성을 나타내는 정확한 저주파수와 위상을 추정할 수 있는 것으로, 기존의 방법들과는 달리 시뮬레이션에 의존하지 않기 때문에, 푸리에 변환을 반복 계산 하지 않고, 1회의 이산푸리에 변환에서 신호에 포함된 저주파수와 이에 대응하는 스펙트럼 위상을 추정할 수 있다. As described above, the present invention is capable of estimating accurate low frequencies and phases representing the characteristics of a dynamic system directly from the Fourier transform of time series data. Unlike conventional methods, the present invention does not rely on simulation, and thus does not repeatedly calculate the Fourier transform. Instead, the low frequency included in the signal and the corresponding spectral phase can be estimated in one discrete Fourier transform.

본 발명은 저주파수 및 위상 추정 시간을 크게 단축하므로, 실시간(real time)으로 빠른 파라미터 추정을 요구하는 시스템에서 성능 향상 등을 이룰 수 있다. 특히, 본 발명은 수학식에 근거를 둔 단순하면서 명확한 알고리즘이므로 이산푸리에 변환 을 적용하는 모든 시스템에 용이하게 적용할 수 있는 효과가 있다.Since the present invention greatly shortens the low frequency and phase estimation time, it is possible to improve performance in a system requiring fast parameter estimation in real time. In particular, since the present invention is a simple and clear algorithm based on the equation, there is an effect that can be easily applied to all systems applying the Discrete Fourier Transform.

Claims (4)

동적시스템의 실시간 해석을 위한 정확한 저주파수 및 위상 추정 방법에 있어서,An accurate low frequency and phase estimation method for real time analysis of dynamic systems, 푸리에 스펙트럼으로부터 동적시스템해석에 필요한 저주파수 대역의 첨두 주파수와 첨두치를 계산하고, From the Fourier spectrum, the peak and peak values of the low frequency bands required for dynamic system analysis are calculated. 첨두치에 대응하는 푸리에 스펙트럼의 주파수와 좌우스펙트럼을 선택하고,Select the frequency and left and right spectrum of the Fourier spectrum corresponding to the peak, 선택한 스펙트럼을 지수감쇠함수로 적합하고,Fit the selected spectrum as an exponential attenuation function, 적합한 새로운 스펙트럼에서 첨두치를 선택하고, Select the peak from the appropriate new spectrum 첨두치에 대응하는 주파수를 정확한 주파수로 선택하고, 이 주파수에 대응하는 스펙트럼 위상을 정확한 위상으로 선택하고,Select the frequency corresponding to the peak to the correct frequency, the spectral phase corresponding to this frequency to the correct phase, 이 선택 결과를 출력 및 저장하는 스텝을 포함하는 것을 특징으로 하는 푸리에 스펙트럼의 지수감쇠함수 적합을 이용한 정확한 저주파수 및 위상 추정 방법.And a step of outputting and storing the result of the selection. 청구항 1에 있어서, 초기에 정확한 주파수를 판단하는데 있어서,The method of claim 1, wherein in initially determining the correct frequency, 첨두치를 중심으로 첫 번째 좌우 스펙트럼의 크기가 일정한 크기에서 비슷하면 정확한 주파수로 판정하는 스텝과,Determining the exact frequency when the magnitudes of the first left and right spectrums are similar at a constant size with respect to the peak value; 첨두치를 중심으로 첫 번째 및 두 번째 좌우 스펙트럼의 크기가 일정한 크기에서 비슷하면 정확한 주파수로 판정하는 스텝과,Determining the exact frequency when the magnitudes of the first and second left and right spectrums are similar at a constant magnitude with respect to the peak, 이 판정 결과를 출력 및 저장하는 스텝을 포함하는 것을 특징으로 하는 푸리에 스펙트럼의 지수감쇠함수 적합을 이용한 정확한 저주파수 및 위상 추정 방법.And a step of outputting and storing the result of the determination. An accurate low frequency and phase estimation method using Fourier spectrum attenuation function fitting. 청구항 1에 있어서, 첨두치와 좌우스펙트럼을 지수감쇠함수의 푸리에 스펙트럼으로 적합하는데 있어서,The method according to claim 1, wherein the peak and left and right spectra are fitted as Fourier spectra of an exponential decay function. 첨두치를 중심으로 첫 번째 좌우 스펙트럼의 크기로부터 다른 첨두치의 영향을 받는 부정확한 스펙트럼 대신 새로운 스펙트럼을 도입하는 스텝과,A step of introducing a new spectrum instead of an inaccurate spectrum affected by the other peak from the magnitude of the first left and right spectrum around the peak, 첨두치와 새로운 스펙트럼을 포함한 좌우 스펙트럼을 지수감쇠함수의 푸리에 스펙트럼으로 적합하는 스텝과,A step of fitting the left and right spectrum including the peak value and the new spectrum to the Fourier spectrum of the exponential attenuation function, 적합한 새로운 첨두치에 대응하는 주파수를 정확한 주파수로 선택하고, 이 주파수에 대응하는 스펙트럼 위상을 정확한 위상으로 선택하는 스텝과,Selecting a frequency corresponding to a suitable new peak as an accurate frequency, and selecting a spectral phase corresponding to this frequency as an accurate phase, 이 선택 결과를 출력 및 저장하는 스텝을 포함하는 것을 특징으로 하는 푸리에 스펙트럼의 지수감쇠함수 적합을 이용한 정확한 저주파수 및 위상 추정 방법.And a step of outputting and storing the result of the selection. 동적시스템의 실시간 해석을 위한 정확한 저주파수 및 위상 추정 방법에 있어서,An accurate low frequency and phase estimation method for real time analysis of dynamic systems, 연속적인 시간구간에 대한 각 푸리에 스펙트럼으로부터 동적시스템해석에 필요한 저주파수 대역의 첨두 주파수와 첨두치를 계산하고,From each Fourier spectrum over successive time intervals, the peak and peak values of the low frequency bands required for dynamic system analysis are calculated. 첨두치 좌우에 스펙트럼에 대응하는 각 스펙트럼 위상을 선택하고 Select each spectral phase that corresponds to the spectrum to the left and right of the peak, 선택한 스펙트럼 위상에서 편차가 최소인 위상을 정확한 위상으로 선택하 고, 이 선택 결과를 출력 및 저장하는 스텝을 포함하는 것을 특징으로 하는 푸리에 스펙트럼의 지수감쇠함수 적합을 이용한 정확한 저주파수 및 위상 추정 방법.And selecting a phase having a minimum deviation from the selected spectral phase as an accurate phase, and outputting and storing the result of the selection.
KR1020060050086A 2006-06-02 2006-06-02 A method for accurate estimation of the low frequency and the Fourier spectrum angle for real time analysis of dynamic systems KR100840103B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020060050086A KR100840103B1 (en) 2006-06-02 2006-06-02 A method for accurate estimation of the low frequency and the Fourier spectrum angle for real time analysis of dynamic systems

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020060050086A KR100840103B1 (en) 2006-06-02 2006-06-02 A method for accurate estimation of the low frequency and the Fourier spectrum angle for real time analysis of dynamic systems

Publications (2)

Publication Number Publication Date
KR20070115523A true KR20070115523A (en) 2007-12-06
KR100840103B1 KR100840103B1 (en) 2008-06-19

Family

ID=39141975

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020060050086A KR100840103B1 (en) 2006-06-02 2006-06-02 A method for accurate estimation of the low frequency and the Fourier spectrum angle for real time analysis of dynamic systems

Country Status (1)

Country Link
KR (1) KR100840103B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114966835A (en) * 2022-04-24 2022-08-30 福州大学 Near-fault seismic motion fitting method based on improved time domain superposition method

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101688303B1 (en) * 2015-01-20 2016-12-20 전남대학교산학협력단 Apparatus and method for estimating parameter of oscilation mode

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100672670B1 (en) 2004-12-29 2007-01-24 동부일렉트로닉스 주식회사 Method for manufacturing of CMOS image sensor

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114966835A (en) * 2022-04-24 2022-08-30 福州大学 Near-fault seismic motion fitting method based on improved time domain superposition method

Also Published As

Publication number Publication date
KR100840103B1 (en) 2008-06-19

Similar Documents

Publication Publication Date Title
Peeters et al. Stochastic system identification for operational modal analysis: a review
Eichstädt et al. Deconvolution filters for the analysis of dynamic measurement processes: a tutorial
KR100572670B1 (en) A method for estimating parameter of time series data by fourier transform
KR101025163B1 (en) Analysis system of transfer path for vibration/noise and analysis method of transfer path for vibration/noise
US10191094B2 (en) Synchrophasor measurement method for power systems
KR100823832B1 (en) Apparatus and method for estimating frequency of signal in power system
CN109374966A (en) A kind of mains frequency estimation method
CN114460527B (en) Correlation degree continuation Hilbert phase-shifting electronic transformer calibrator source tracing method and system
JP2007141227A (en) Random sample timing method and system using it
Tarpø et al. Automated reduction of statistical errors in the estimated correlation function matrix for operational modal analysis
KR100817692B1 (en) A method for estimating phase angle of time series data by discrete Fourier transform
JP5035815B2 (en) Frequency measuring device
KR100840103B1 (en) A method for accurate estimation of the low frequency and the Fourier spectrum angle for real time analysis of dynamic systems
Khac et al. Estimating the Frequency of the Sinusoidal Signal using the Parameterization based on the Delay Operators
Swain et al. Weighted complex orthogonal estimator for identifying linear and non-linear continuous time models from generalised frequency response functions
WO2015083397A1 (en) Calculation device
KR100464119B1 (en) A Method for Calculating Power Oscillation Damping Ratio Using Optimization Technique
Song et al. Nonstationary dynamic stochastic error analysis of fiber optic gyroscope based on optimized Allan variance
JP2000055949A (en) Method and apparatus for analyzing frequency
Boaghe et al. Spectral analysis for nonlinear wave forces
Konakalla et al. Spectrum-based optimal filtering for short-term phasor data prediction
KR101688303B1 (en) Apparatus and method for estimating parameter of oscilation mode
US10302515B2 (en) Inferential sensing engine
Alegria Using digital methods in active power measurement
Wenxiang et al. Phase measurement about adaptive notch filter based on LMS algorithm

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
LAPS Lapse due to unpaid annual fee