JP3646702B2 - Frequency analyzer - Google Patents

Frequency analyzer Download PDF

Info

Publication number
JP3646702B2
JP3646702B2 JP2002023783A JP2002023783A JP3646702B2 JP 3646702 B2 JP3646702 B2 JP 3646702B2 JP 2002023783 A JP2002023783 A JP 2002023783A JP 2002023783 A JP2002023783 A JP 2002023783A JP 3646702 B2 JP3646702 B2 JP 3646702B2
Authority
JP
Japan
Prior art keywords
frequency
signal
data string
distribution data
time interval
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.)
Expired - Fee Related
Application number
JP2002023783A
Other languages
Japanese (ja)
Other versions
JP2003222646A (en
Inventor
充 田沼
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2002023783A priority Critical patent/JP3646702B2/en
Publication of JP2003222646A publication Critical patent/JP2003222646A/en
Application granted granted Critical
Publication of JP3646702B2 publication Critical patent/JP3646702B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
本発明は、受信した信号の周波数分布を短時間フーリエ変換によって分析する周波数分析装置に関するものである。
【0002】
【従来の技術】
レーダなどの無線信号を受信し、その信号の周波数成分を短時間フーリエ変換によって分析する周波数分析装置においては、レーダ送信波の周波数ホッピング等に対応するため、分析する周波数帯域が広いことが望まれる。
【0003】
ところで、一般的に時間間隔τでAD変換した信号は、元々の信号の周波数fのほかに、f+r/τ(rは整数)の信号成分を持つことが知られている。この成分をエイリアジングと呼ぶ。このエイリアジングの影響を避けながら周波数帯域を広帯域化するためには、帯域の逆数に比例してデータを細かい時間間隔で変換した信号を扱う必要がある。これは即ち、扱うデータ量が周波数帯域に比例して多くのデータに対する処理を行う必要があることを表す。例えば、周波数帯域を16倍にする場合、AD変換される信号の時間間隔も1/16細かくする必要があり、このため扱うデータ数は16倍になる。短時間フーリエ変換を効率的に行うFFTアルゴリズムにおいては、データ数がZであるとすると、そのデータ数Zに対して計算量はZlogZに比例して増大することが知られており、データ数ZをY倍にすると、その計算量は(ZYlogZY)/(ZlogZ)=Y×(1+(logY/logZ))となる。一例として、Z=128、Y=16の場合、約25倍の計算量が要求され、この処理負荷の増大が広帯域信号の分析を困難にしている。
【0004】
また、短時間フーリエ変換には、窓関数による畳込み演算によって真の周波数成分が拡散してしまい精度良く周波数の算出ができない等の問題がある。
【0005】
以下に、短時間フーリエ変換を用いた従来の周波数分析装置について説明し、まずエイリアジングの発生による問題点を明らかにする。図19は従来の周波数分析装置の構成を示している。図において、1は受信される電波信号から、監視する対象の周波数成分のみを選択する帯域フィルタ、2はアナログ信号を一定の時間間隔でサンプリングし、デジタル信号に変換するAD変換器、3はデジタル信号に変換された入力信号を順次記録するメモリ、4はメモリ3に記録された信号を一定の長さずつ読み出し、窓関数を乗じて重み付けを行う重み付け手段、5は重み付けされた一定の長さの信号に順次フーリエ変換を行い、周波数分析を行うフーリエ変換手段、6は分析結果を出力する表示装置である。
【0006】
次に、動作について説明する。図19に示した周波数分析装置は、短時間フーリエ変換の原理を使用して受信する信号の周波数分布を算出するものである。短時間フーリエ変換については、貴家仁志「マルチレート信号処理」(昭晃堂)pp.149〜153等の文献で説明されているが、次のようなものである。
【0007】
図20に示したように、短時間フーリエ変換は、信号に有限な長さの窓関数を乗じて切り出し、それをフーリエ変換するという処理技法である。図20(a)はサンプリングにより得られた実際の信号列であり、(b)が窓関数の形状、(c)が信号列と窓関数との畳込み演算により得られる重み付け後の信号であり、(d)はそれぞれをフーリエ変換して周波数成分に直した図であり、(e)は各時間における周波数成分を並べた時間変化を表す図である。窓関数を時間に従いシフトし、処理を繰り返すことで時間と周波数の情報を調べる。
【0008】
短時間フーリエ変換は算術的には以下のように表現できる。
クロック周期τでサンプリングされた信号をs(n)、窓関数をg(n)(g(n)はn=0,τ,2τ,…,(N−1)τで0でない)とする。s(n)は図20(a)に、g(n)は図20(b)に示したような波形であるとする。ここで、g(n)をNτずつシフトした関数g(n−kN)を考え、このg(n−kN)とs(n)を乗ずることで式(1)のようにkブロック目の信号s(n)を抽出する。
(n)=g(n−kN)s(n) (1)
である。図20(c)にs(n)を示す。
【0009】
(1)式のs(n)をフーリエ変換する処理が、短時間フーリエ変換である。従って、s(n)の短時間フーリエ変換は、
【数1】

Figure 0003646702
である。ただし、ω=2πp/Nτである。これより、
【数2】
Figure 0003646702
である。(3)式は入力信号s(n)について、周波数p/Nτにおける周波数成分を表すものである。
【0010】
g(n)は窓関数と呼ばれるもので、例えば、次のようなハニング窓関数などが一般的に用いられる。
g(n)=1/2{1+cos2π/N(n−N/2)}
ただし、n=0〜N−1、それ以外のnではg(n)=0
【0011】
図19は、以上の原理を実現する短時間フーリエ変換を用いた周波数分析装置の構成である。例えば、無線信号が受信されると、適当な中間周波数信号に変換され帯域フィルタ1に入力される。帯域フィルタ1では入力信号について、分析対象とする周波数帯の信号のみを取り出し、A/D変換器2ではこの取り出した信号について適当な時間間隔τでサンプリングして、デジタル信号に変換する。このデジタル変換した信号列が上述のs(n)であり、s(n)は順次メモリ3に記憶される。なお、以下、A/D変換については、IおよびQチャネルを使用するなどにより、信号が複素数として取得されることを想定するが、これは、信号が実数としてサンプリングされる場合に比べると、サンプリング間隔が2倍で良い他は本質的な違いはない。
【0012】
重み付け手段4では、メモリ2に記録された信号を順次読み出し、信号列s(n)に窓関数g(n)を掛け合わせ(1)式に表されたような演算を行い、高速フーリエ変換手段5では、重み付けの行われた信号s(n)に対し、順次(3)式の処理を行い、各時点での信号に含まれる周波数成分を分析し、その結果は表示装置6に表示する。
【0013】
以上のように、従来の周波数分析装置は、短時間フーリエ変換を使用して受信される電波信号の周波数分布を求めている。ここで、短時間フーリエ変換の性質を考えると、(3)式の性質から以下の特徴が導き出せる。
【0014】
短時間フーリエ変換を行った結果、周波数f=p/Nτ(pは整数)となり、離散的な値を持つ。その内、最も高い周波数はp=N−1のときの(N−1)/Nτである。即ち、サンプリング定理により、エイリアジングの発生しない周波数範囲は1/τである。即ち、分析しようとする最大周波数をfとすると、f<1/τならば、周波数の特定が可能であることを意味する。周波数1/τはナイキスト周波数ともいう。
【0015】
また、(3)式の右辺は、
【数3】
Figure 0003646702
のような関係が成り立つ。ここでrは整数である。これは、真の周波数p/Nτからr/τだけずれた周波数に同一の値を持った成分が現れることを意味する。即ち、図21に示したように、本来の信号の周波数の他に、そこから1/τごとにエイリアジングと呼ばれる周波数成分が発生する。
【0016】
帯域フィルタ1によって分析する周波数成分の範囲を1/τ以下に制限すればこのようなエイリアジングの発生を防ぐことができる。しかし、上述のように周波数分析装置には分析周波数の広帯域化が望まれるが、これにより、帯域フィルタの通過させる周波数範囲を1/τ(τはサンプリング間隔)より広帯域化すれば、それだけ多くのエイリアジングが生じ、信号の真の周波数と分離することができない。以上が、エイリアジング発生による問題点である。
【0017】
次に、上述したように、有限の時間範囲で窓関数によって畳込み演算を行うことで原理的にスペクトルが拡散する誤差について説明する。即ち、g(n)のフーリエ変換をG(2πp/Nτ)とすると、
Figure 0003646702
また、(1)式および(2)式から、s(n)のフーリエ変換をS(ω)とすると、
【数4】
Figure 0003646702
ここで、便宜上m=n−kNのように置換すると、
【数5】
Figure 0003646702
従って、G(ω)が複数の値を持つことから、短時間フーリエ変換で計算される周波数分布は、真の周波数の周囲に、窓関数の性質にしたがって拡散する。この拡散の様子を示したものを図22に示す。図22(a)は信号の元の周波数分布であり、(b)は窓関数によって拡散した周波数分布を表す。拡散した各成分の強度の和は、(8)式の畳込み演算の性質から元の信号の強度に一致する。また、その拡散の程度は窓関数g(n)の性質によるが、性質の良いハニング窓関数であっても、真の周波数の高低に3つの拡散成分が発生することは免れない。
【0018】
この拡散成分を抑え真のスペクトルを算出する周波数分析装置の一例として、例えば、特開平6−160445号公報に示された周波数分析装置がある。図23に特開平6−160445号公報の周波数分析装置を示す。図中、1はAD変換器、2はメモリ、3は窓関数重み付け手段、4は高速フーリエ変換手段、5は高速フーリエ変換器4の出力側に設けられたスペクトル補間判定手段、6は表示器、7は補間判定手段5の判定結果によりスペクトル補間を実行するスペクトル補間手段、8はスペクトル補間手段7によって算出したスペクトルの周波数、振幅、位相データを時間軸データに逆変換する逆フーリエ変換器、9は逆フーリエ変換器8で逆フーリエ変換した時間軸データを累積する累積器、11は累積器9によって累積された累積結果をメモリ2から読み出される時間データから減算し、この減算結果を再び窓関数重み付け手段3に入力する減算器、12はスペクトル補間手段7によって算出した周波数領域データを累積する累積器、13はこの累積器12に累積した周波数領域データを減算器11で減算した残差データを再度高速フーリエ変換して得られた周波数領域データS(t)に加算する加算器である。
【0019】
この周波数分析装置では、フーリエ変換して得られた離散周波数スペクトルの中で3本の周波数スペクトルが互いに隣接して存在し、しかもその上位と下側のスペクトルの位相がほぼ同じであったら、この3本のスペクトルは真のスペクトルが分散されているものと判定し、補間処理によりその真のスペクトルの周波数と振幅、位相を求める。
【0020】
この真のスペクトルデータを累積器12に累積するとともに、逆フーリエ変換して時間軸データに逆変換し、この時間軸データを累積器9で累積し、その累積データを入力データ列から減算するから、補間処理により真のスペクトル線を算出したあとでは残差エネルギーが低下し、線スペクトルは広がりを持つことはなく、線スペクトルとして表示される。この結果、スペクトル分解能が向上する。また、補間処理により振幅、位相も真値近くに近似して算出するから振幅値および位相も正確に測定することができる。
【0021】
しかし、この場合、フィードバックループにより累積したデータを繰り返し減算して真の周波数成分を取り出していく構成であるため、値が収束するまでに何回もサンプリングを行う必要があり、時間がかかり、また、フィードバックループを無くした場合は、微少信号を抽出できない。
【0022】
また、上記の例では真の周波数の周辺の周波数を正しく3つ選択できることが必要だが、真の周波数が、離散周波数値のほぼ中間に存在した場合、例えば、n/Nτと(n+1)/Nτの中間の場合、真の周波数に最も近い周波数を(n+1)/Nτと誤判定しやすく、真の周波数の周辺の3つの周波数を間違えてn/Nτ、(n+1)/Nτ、(n+2)/Nτのように選んでしまうことが起こりやすいため、実際の周波数算出は不安定になりやすい。
【0023】
さらに、この場合、真の周波数の算出方法は特開平6−160445号公報の(14)式などのように引き算が主体であり、sinやcosが0の付近では計算結果が不安定であり、周波数算出に誤差が出やすい。
【0024】
【発明が解決しようとする課題】
本発明は、以上のような問題点を解決するためになされたもので、短時間フーリエ変換の際に、受信信号を広帯域化するに伴う計算量の増大を抑え、周波数分布を効率よく正確に算出することを目的とする。
【0025】
【課題を解決するための手段】
本発明に係わる周波数分析装置は、周波数分析すべきアナログ入力信号を一定の周波数帯域に制限する帯域フィルタと、上記帯域制限されたアナログ入力信号を第一の時間間隔で順次デジタルデータ列に変換するAD変換器と、上記AD変換器によって変換された入力データ列を順次記憶するメモリと、上記メモリに記憶された入力データ列から上記第一の時間間隔よりも長い第二の時間間隔を持った第一の分配データ列、およびこの第一の分配データ列から上記第一の時間間隔ずつ遅れた第二の分配データ列とを抽出するデータ分配手段と、上記第一の分配データ列に所定の窓関数を乗算し、重み付けを行う第一の重み付け手段と、この重み付けされた第一の分配データ列をフーリエ変換し、第一の周波数領域データに変換する第一の高速フーリエ変換手段と、上記第二の分配データ列に所定の窓関数を乗算し、重み付けを行う第二の重み付け手段と、この重み付けされた第二の分配データ列をフーリエ変換し、第二の周波数領域データに変換する第二の高速フーリエ変換手段と、上記第一または第二の周波数領域データの各周波数ごとに信号が存在するかを検出する信号検出手段と、信号が検出された場合、上記第一および第二の周波数領域データの位相を比較して真の周波数を算出するエイリアジング判定手段とを備えるものである。
【0026】
また、周波数分析すべきアナログ入力信号を一定の周波数帯域に制限する帯域フィルタと、上記帯域制限されたアナログ入力信号を2つに分配する信号分配器と、上記分配された一方のアナログ入力信号を一定の時間間隔でデジタル信号に変換し、第一の分配データ列を生成する第一のA/D変換器と、上記分配された他方のアナログ入力信号を、上記第一のA/D変換器のデジタル変換より上記一定の時間間隔より短い時間間隔だけ遅れて、一定の時間間隔でデジタル信号に変換し、第二の分配データ列を生成する第二のA/D変換器と、上記第一の分配データ列に所定の窓関数を乗算し、重み付けを行う第一の重み付け手段と、この重み付けされた第一の分配データ列をフーリエ変換し、第一の周波数領域データに変換する第一の高速フーリエ変換手段と、上記第二の分配データ列に所定の窓関数を乗算し、重み付けを行う第二の重み付け手段と、この重み付けされた第二の分配データ列をフーリエ変換し、第二の周波数領域データに変換する第二の高速フーリエ変換手段と、上記第一または第二の周波数領域データを各周波数ごとに信号が存在するかを検出する信号検出手段と、信号が検出された場合、上記第一および第二の周波数領域データを比較することで、エイリアジングの影響を排除し、真の周波数を算出するエイリアジング判定手段とを備えるものである。
【0027】
また、周波数分析すべきアナログ入力信号を一定の周波数帯域に制限する帯域フィルタと、上記帯域制限されたアナログ入力信号を第一の時間間隔で順次デジタルデータ列に変換するAD変換器と、上記AD変換器によって変換された入力データ列を順次記憶するメモリと、上記メモリに記憶された入力データ列から上記第一の時間間隔よりも長い第二の時間間隔を持った第一の分配データ列と、この第一の分配データ列から上記第一の時間間隔ずつ遅れた第二の分配データ列と、この第一の分配データ列から上記第一および第二の時間間隔とは異なる第三の時間間隔ずつ遅れた第三の分配データ列とを抽出するデータ分配手段と、上記第一の分配データ列に所定の窓関数を乗算し、重み付けを行う第一の重み付け手段と、この重み付けされた第一の分配データ列をフーリエ変換し、第一の周波数領域データに変換する第一の高速フーリエ変換手段と、上記第二の分配データ列に所定の窓関数を乗算し、重み付けを行う第二の重み付け手段と、この重み付けされた第二の分配データ列をフーリエ変換し、第二の周波数領域データに変換する第二の高速フーリエ変換手段と、上記第三の分配データ列に所定の窓関数を乗算し、重み付けを行う第三の重み付け手段と、この重み付けされた第三の分配データ列をフーリエ変換し、第三の周波数領域データに変換する第三の高速フーリエ変換手段と、上記第一または第二または第三の周波数領域データの各周波数ごとに信号が存在するかを検出する信号検出手段と、信号が検出された場合、上記第一、第二、第三の周波数領域データのいずれか2つの単位時間当たりの位相差を比較して、信号が検出された周波数における信号成分が単一か否かを判定し、信号成分が単一の場合のみ真の周波数を算出するエイリアジング判定手段とを備えるものである。
【0028】
また、周波数分析すべきアナログ入力信号を一定の周波数帯域に制限する帯域フィルタと、上記帯域制限されたアナログ入力信号を第一の時間間隔で順次デジタルデータ列に変換するAD変換器と、上記AD変換器によって変換された入力データ列を順次記憶するメモリと、上記メモリに記憶された入力データ列から上記第一の時間間隔よりも長い第二の時間間隔を持った第一の分配データ列と、この第一の分配データ列から上記第一の時間間隔ずつ遅れた第二の分配データ列と、この第一の分配データ列から上記第一および第二の時間間隔とは異なる第三の時間間隔ずつ遅れた第三の分配データ列とを抽出するデータ分配手段と、上記第一の分配データ列に所定の窓関数を乗算し、重み付けを行う第一の重み付け手段と、この重み付けされた第一の分配データ列をフーリエ変換し、第一の周波数領域データに変換する第一の高速フーリエ変換手段と、上記第二の分配データ列に所定の窓関数を乗算し、重み付けを行う第二の重み付け手段と、この重み付けされた第二の分配データ列をフーリエ変換し、第二の周波数領域データに変換する第二の高速フーリエ変換手段と、上記第三の分配データ列に所定の窓関数を乗算し、重み付けを行う第三の重み付け手段と、この重み付けされた第三の分配データ列をフーリエ変換し、第三の周波数領域データに変換する第三の高速フーリエ変換手段と、上記第一または第二または第三の周波数領域データの各周波数ごとに信号が存在するかを検出する信号検出手段と、信号が検出された場合、上記第一、第二、第三の各周波数における周波数領域データを要素とする行列に、当該信号が検出された周波数から上記第二の時間間隔の逆数の整数倍ずつずれた複数の周波数を要素とする行列の逆行列を乗算することで真の周波数を算出するエイリアジング判定手段とを備えるものである。
【0029】
また、周波数分析すべきアナログ入力信号を一定の周波数帯域に制限する帯域フィルタと、上記帯域制限されたアナログ入力信号を第一の時間間隔であらかじめ決められた一定回数だけ順次デジタルデータに変換するAD変換器と、上記AD変換器によって変換された入力データを順次記憶するメモリと、上記メモリに記憶された入力データから上記第一の時間間隔を持ったデータを抽出してなる第一の分配データ列、および上記第一の時間間隔に上記デジタル変換した一定の回数を掛けた数の二分の一より短い第二の時間間隔ずつ上記第一の分配データ列より遅れた第二の分配データ列とを抽出するデータ分配手段と、上記第一の分配データ列に所定の窓関数を乗算し、重み付けを行う第一の重み付け手段と、この重み付けされた第一の分配データ列をフーリエ変換し、第一の周波数領域データに変換する第一の高速フーリエ変換手段と、上記第二の分配データ列に所定の窓関数を乗算し、重み付けを行う第二の重み付け手段と、この重み付けされた第二の分配データ列をフーリエ変換し、第二の周波数領域データに変換する第二の高速フーリエ変換手段と、上記第一または第二の周波数領域データの各周波数ごとに信号が存在するかを検出する信号検出手段と、信号が検出された場合、上記第一および第二の周波数領域データの位相を比較して、この位相が同じの場合、真の周波数を算出し、算出した周波数において当該信号強度を足し合せていく処理を行う畳込み効果判定手段とを備えるものである。
【0030】
また、周波数分析すべきアナログ入力信号を一定の周波数帯域に制限する帯域フィルタと、上記帯域制限されたアナログ入力信号を第一の時間間隔であらかじめ定められた一定回数だけ順次デジタルデータ列に変換するAD変換器と、上記AD変換器によって変換された入力データ列を順次記憶するメモリと、上記メモリに記憶された入力データから上記第一の時間間隔を持ったデータを抽出してなる第一の分配データ列、および上記第一の時間間隔に上記デジタル変換した一定の回数を掛けた数の二分の一より短い第二の時間間隔ずつ上記第一の分配データ列より遅れた第二の分配データ列と、上記第一の時間間隔に上記デジタル変換した一定の回数を掛けた数の二分の一より短かく、かつ上記第一および第二の時間間隔とは異なる第三の時間間隔ずつ上記第一の分配データ列より遅れた第三の分配データ列とを抽出するデータ分配手段と、上記第一の分配データ列に所定の窓関数を乗算し、重み付けを行う第一の重み付け手段と、この重み付けされた第一の分配データ列をフーリエ変換し、第一の周波数領域データに変換する第一の高速フーリエ変換手段と、上記第二の分配データ列に所定の窓関数を乗算し、重み付けを行う第二の重み付け手段と、この重み付けされた第二の分配データ列をフーリエ変換し、第二の周波数領域データに変換する第二の高速フーリエ変換手段と、上記第三の分配データ列に所定の窓関数を乗算し、重み付けを行う第三の重み付け手段と、この重み付けされた第三の分配データ列をフーリエ変換し、第三の周波数領域データに変換する第三の高速フーリエ変換手段と、上記第一または第二または第三の周波数領域データいずれかの各周波数ごとに信号が存在するかを検出する信号検出手段と、信号が検出された場合、上記第一、第二、第三の周波数領域データのいずれか2つの単位時間当たりの位相差を比較して、信号が検出された周波数における信号成分が単一か否かを判定し、信号成分が単一の場合のみ上記第一および第二の周波数領域データの位相を比較して、この位相が同じの場合、真の周波数を算出し、算出した周波数において当該信号強度を足し合せていく処理を行う畳込み効果判定手段とを備えるものである。
【0031】
【発明の実施の形態】
実施の形態1.
本発明の実施の形態1について説明する。本実施の形態1に係わる周波数分析装置は、A/D変換された信号から微少タイミングずらしてサンプルして得られた2系列の信号列をそれぞれ短時間フーリエ変換処理して局所的な周波数分布を求めるものである。また、その際生じるエイリアジングを微少タイミングずらしたことにより生じる信号列間の位相差を検出することで真の周波数を特定するものである。
【0032】
以下、詳細について説明する。図1は本実施の形態1に係わる周波数分析装置の構成を表すブロック図である。図1において、図19と同じ構成要素には同じ符号を付す。7はメモリ3内に記録した信号のデータからサンプリングタイミングのわずかに異なる2つのデータ列を抽出、分配するデータ分配手段、8はフーリエ変換結果から各周波数に関して信号の存在を判定する信号検出手段、9は信号検出手段8で判定された信号の存在する周波数に関して、2つの短時間フーリエ変換の結果を比較してエイリアジングの影響を排除し、正しい周波数を算出するエイリアジング判定手段である。
【0033】
図2は本実施の形態1に係わる周波数分析装置のサンプリング方法を表す図である。図2に示した通り、時間間隔Δτでサンプリングしたデータの中から、適当な時間間隔τの信号列s(n)と、当該s(n)の各信号からΔτだけ遅れた信号列sΔ(n)を考える。信号の周波数をf(=p/Nτ,pは整数)とすると、信号列s(n)とsΔ(n)とは、位相遅れ2πfΔτが発生するため、
【数6】
Figure 0003646702
の関係が成立する。ここで、係数exp(2πjfΔτ)は定数であるため、重み付け、フーリエ変換とあった短時間フーリエ変換の各プロセスによって変化することはなく、信号列sΔ(n)は、s(n)に対して一様な周波数fによる位相差を持つ。このため、sΔ(n)のフーリエ変換をSTFTΔ(2πp/Nτ)とすると、
【数7】
Figure 0003646702
(10)式より、STFT(2πp/Nτ)≠0となる周波数fに対して、元のデータ列s(n)と、微少時間Δτだけずらしてサンプリングを行ったデータ列sΔ(n)のそれぞれの短時間フーリエ変換を比較すると、係数exp(2πjfΔτ)の違いとなる。従って、(10)式を変形すると、
【数8】
Figure 0003646702
であり、(11)式右辺の各FFT成分については、それぞれ間隔τのデータを使用しているため、pに対する周波数fは、
f=p/Nτ,(p+N)/Nτ,(p+2N)/Nτ…
のいずれかである。従って、rを整数としてf=(p+rN)/Nτのように表現でき、(11)式は、
【数9】
Figure 0003646702
である。その際、−2πjrNΔτ/Nτの項によって位相が一回転しない場合は、rを一意に求めることができる。即ち、
【数10】
Figure 0003646702
を満たす場合である。(12)式を変形すると、
1/Δτ>r/τ (14)の関係が得られる。1/Δτは本実施の形態1の周波数分析装置の特定可能な周波数の範囲である。rが余りに大きい場合には(14)式を満たすことができなくなるため、帯域フィルタ1で適当な周波数帯域を選択する。
【0034】
図3に(13)式の関係を表すグラフを示す。図3は縦軸を振幅、横軸を周波数とした周波数分析結果の図である。周波数の値は離散値でその最小単位は1/Nτである。また、1/Δτがこの周波数分析装置で分析できる最大の周波数であり、1/Δτより上の周波数が入力されないように帯域フィルタ1で帯域制限する。一方、サンプリング間隔τの信号列s(n)を短時間フーリエ変換するのであるから、エイリアジングの発生しない周波数範囲は1/τである関係上、真の信号周波数から1/τずつずれたところにエイリアジングが発生する。
【0035】
図では例えば、周波数(p+2N)/Nτに真の信号成分がある場合である。信号列s(n)およびsΔ(n)から見るとエイリアジングの発生しない周波数範囲は1/τであるのに対し、帯域フィルタ1から入力される受信信号はその周波数範囲を超えているので、(11)式の右辺を実測によって求め、そこから左辺のpおよびrを求める。
【0036】
以上が、本実施の形態1に係わる周波数分析装置の原理である。図1の周波数分析装置は以上の原理に基いて短時間フーリエ変換を行うものである。受信した電波を適当な中間周波数に変換した受信信号が、帯域フィルタ1に入力され、帯域制限される。A/D変換器では、選択された信号をナイキスト周波数の逆数以下である適当な短い時間間隔Δτでサンプリングし、メモリ3に順次蓄積する。データ分配手段7では、メモリに蓄積した信号からそれぞれ適当な間隔τの2系列の信号列s(n)およびsΔ(n)を選択し、それぞれ重み付け手段4aおよび4bに分配する。重み付け手段4aおよび4bにおいて窓関数による重み付けがなされた後、フーリエ変換手段5aおよび5bに入力される。フーリエ変換手段5aおよび5bでは、重み付けされたs(n)およびsΔ(n)のフーリエ変換を行い、(2)式のように、STFT(ω)およびSTFTΔ(ω)を求める。
【0037】
信号検出手段8ではフーリエ変換手段5aの出力STFT(ω)の結果を調べ、信号の存在する周波数を判定し、それらの周波数をエイリアジング判定手段9に通知する。エイリアジング判定手段9では、STFT(ω)およびSTFTΔ(ω)を比較し、(10)式の左辺exp(2πjfΔτ)を算出する。
【0038】
信号検出手段8およびエイリアジング判定手段9で行う処理を図4に示したフローチャートにしたがって説明する。まず、信号検出手段8で離散値の各周波数f=(p+rN)/Nτをp=0(ステップ100)から順番に信号が存在するかの判定が行われる(ステップ101)。そして、信号が未検出ならば、そのときのp(今の場合、p=0)に対して、全てのrについて受信信号の周波数成分が0である(ステップ102)。即ち、p=0で信号が未検出であれば、そのエイリアジングの可能性がある周波数f=N/Nτ,2N/Nτ,3N/Nτ,…における振幅=0ということである。
【0039】
一方、p=0で信号が検出された場合は、STFT(ω)およびSTFTΔ(ω)から(11)式を満足するrを算出する(ステップ103)。そして、算出された値以外のrについての受信信号の周波数成分は0である(ステップ104)。例えば、r=3と算出された場合は、それ以外の周波数f=(3+N)/Nτ,(3+2N)/Nτ,(3+4N)/Nτ,…における振幅=0ということである。
【0040】
そして、p=0のとき、信号が検出、または未検出いずれかの場合の処理が終了すると、次の周波数、即ちp=1(ステップ105)の場合について、同様の処理を行う。その際、p≧Nであれば、演算する部分が重なってしまうため、p≧Nであれば分析を終了し、p<Nの場合のみステップ101に戻る(ステップ106)。
【0041】
このように、p=0からNまで、即ち離散値の周波数fを0から1/τまで信号の有無を検出するだけで、実際は図3の0からr/τまでの信号帯域を分析することになるので、全ての周波数を分析する必要がなく、計算量が大幅に軽減することができる。
【0042】
例えば、サンプル数N=128の場合に、周波数帯域を16倍に広げることを考えると、
(1)従来の周波数分析装置で周波数帯域を16倍に広げる場合
フーリエ変換を行うデータ数が16倍であるため、計算量は(128×16)log(128×16)/16log128倍、即ち25倍になる。
(2)本実施の形態1の周波数分析装置で周波数帯域を16倍に広げる場合
フーリエ変換を行うデータ数自体は変化がない。そして、2つの信号列s(n)とsΔ(n)をフーリエ変換するため計算を2回行うためほぼ2倍である。ただし、(11)式の計算も行う必要があるが、これは高々N回(今の場合128回)であり、フーリエ変換の計算量と比べれば1/10程度であるため、計算量の増加にはほとんど影響しない。
このように、本実施の形態1の周波数分析装置を用いれば、約12倍の計算負荷が軽減できる。
【0043】
以上のように、本実施の形態1では、時間間隔τでサンプリングした信号列s(n)と、この信号列s(n)から微少時間Δτだけずらして時間間隔τでサンプリングした信号列sΔ(n)とをそれぞれ短時間フーリエ変換し、比較することでΔτだけずらしたことにより生じる位相差exp(2πjfΔτ)を算出する。この位相差によって、受信信号を広帯域化に伴って生じるエイリアジングを利用して(11)式によりrを求めることで、帯域フィルタ1から出力される周波数帯域全てを走査しなくても受信信号の存在する周波数を算出することができるため、広帯域化しても計算量の増大を抑え、エイリアジングの効果を排除し、正確な周波数分析結果を得ることができる。
【0044】
実施の形態2.
上記実施の形態1では、2つの信号列s(n)、sΔ(n)を得るために、一律にΔτでサンプリングしたデータ群の中から適当な時間間隔τとなるデータを抽出してデータを分配する例を示したが、例えば、図5のように、タイミングのΔτだけ異なるクロックでサンプリングを行う2つのA/D変換器を使用して実現してもよい。
【0045】
図6に本実施の形態2に係わる周波数分析装置の装置構成を表すブロック図を示す。図1と同じ構成要素には同じ符号を付す。10は信号分配器である。本実施の形態2の周波数分析装置は図のように2つのA/D変換器2a、2bを使用するが、無駄な信号をサンプリングすることがなくなるため、メモリ3a、3bの容量を小さくて済む。
【0046】
以下、動作について説明する。帯域フィルタ1は入力された受信信号を帯域制限して分析対象の周波数信号のみ選択する。信号分配器10では、信号を2つのA/D変換器2a、2bに分配する。各A/D変換器2a、2bではそれぞれ時間間隔τでサンプリングを行うが、例えば、A/D変換器2bの方がA/D変換器2aよりもΔτだけ遅れたタイミングでサンプリングを行う。これによって、実施の形態1で示したような2つの信号列s(n)およびsΔ(n)が生成され、順次メモリ3a、3bに記憶される。以下の動作は上記実施の形態1の周波数分析装置の動作と同様である。それぞれの信号列の短時間フーリエ変換STFT(ω)、STFTΔ(ω)を比較し、(11)式からexp(2πjfΔτ)を算出する。
【0047】
以上のように、本実施の形態2では、帯域制限した信号を予め分配してA/D変換器に入力するため、無駄な信号をサンプリングすることがなく、メモリの容量が小さくて済む。
【0048】
実施の形態3.
上記(11)式はそれぞれのpについてSTFT(ω)に含まれる信号が単一である場合のみ成立する。従って、上記実施の形態1および2では、受信信号の周波数分布が単一もしくは比較的疎な場合のみ分析が可能であった。本実施の形態3では、上記実施の形態1または2の周波数分析装置を用いた場合に互いにエイリアジング成分となるような複数の周波数成分が受信信号に含れていた場合、信号が複数のエイリアジング成分を含むか含まないかの判定を行い、含まないと判定された場合にのみ分析を行う周波数分析装置について説明する。
【0049】
図7は本実施の形態3の周波数分析装置が対象とする信号の周波数スペクトル図である。点線は実際に測定されるスペクトル、実線は信号の真の周波数成分を表す。図7のように上記実施の形態1および2の周波数分析装置を用いた場合に、互いにエイリアジング成分となるような独立した信号成分w、wが受信信号に含まれていた場合、その周波数をf、fとすると、
【数11】
Figure 0003646702
また、
【数12】
Figure 0003646702
これらの式をそれぞれフーリエ変換すると、
【数13】
Figure 0003646702
また、
【数14】
Figure 0003646702
である。
【0050】
実際の信号から求まるのはSTFTΔ(2πp/Nτ)およびSTFT(2πp/Nτ)の値のみである。従って、上記実施の形態1または2のようにSTFTΔ(2πp/Nτ)/STFT(2πp/Nτ)を求めても、w、wが混ざっているため正しいf、fの値を求めることができない。
【0051】
そのために、本実施の形態3では、図8に示したように周波数分析装置を、時間間隔τを持った一つの信号系列s(n)と、そのs(n)に対してそれぞれ2つの異なる微少な時間差Δτ、Δτを持った信号系列sΔ1(n)、sΔ2(n)を生成する構成とし、それぞれ短時間フーリエ変換を行う。図において9aは信号が単一か否かを判定しながら真の周波数を算出するエイリアジング判定手段である。
【0052】
ここで、エイリアジングの周波数をf=p/Nτ、f=(p+N)/Nτ、f=(p+2N)/Nτ、…fr+1=(p+rN)/Nτ、また各エイリアジング周波数における各信号強度をw、w、w、…wとする。すると、信号が複数含まれている場合を一般化して表現すると、
【数15】
Figure 0003646702
【数16】
Figure 0003646702
である。sΔ2(n)も(16)式のΔτを、それぞれΔτと置き換えたものと同様である。
【0053】
ここで、例えば、周波数fに真の信号成分が1つのみあるとすると、wのみが0以外の値を持ち、かつw以外のw、w、w…wは全て0である。
【0054】
従って、その場合にs(n)、sΔ1(n)、sΔ2(n)をフーリエ変換すると、それぞれ、以下のようになる。
【数17】
Figure 0003646702
【0055】
逆に、信号成分が単一でなく、例えば、周波数fの他に周波数fに信号成分wが存在していた場合は、そのフーリエ変換は(17)、(18)、(19)式の代わりに、
【数18】
Figure 0003646702
【0056】
ここで、各信号列間の単位時間当たりの位相差として以下の量を考える。
【数19】
Figure 0003646702
ただし、(20)式において∠は位相を表す。
例えば、信号成分が周波数fに一つの場合、(17)〜(19)式の右辺を(21)式に代入すると、全て2πfが得られるが、信号成分が周波数fおよびfにあるような場合、(17a)〜(19a)式の右辺を(20)式に代入しても一定の値は得られない。そのため、この(20)式を用いて信号成分が複数あるか否かを判定する。
【0057】
図8は本実施の形態3に係わる周波数分析装置の構成を表すブロック図である。図1と同じ構成要素には同じ符号を付す。1つの信号系列s(n)およびそのs(n)から時間ΔτおよびΔτだけずれた2つの信号系列sΔ1(n)およびsΔ2(n)の計3つの信号系列をサンプリングし、それぞれ短時間フーリエ変換する。そこから、信号検出手段8bおよびエイリアジング判定手段9bによって、上記(20)式のような単位時間当たりの位相差を求め、信号が一つか否かを判定しながら真の周波数を求める。
【0058】
以下、図9に示したフローチャートに従って、信号検出手段8bおよびエイリアジング判定手段9bの動作を説明する。まず、信号検出手段8bで離散値の各周波数f=(p+rN)/Nτをp=0(ステップ200)から順番に信号が存在するかの判定が行われる(ステップ201)。そして、信号が未検出ならば、そのときのp(今の場合、p=0)に対して、全てのrについて受信信号の周波数成分が0である(ステップ202)。即ち、上記実施の形態1の場合と同様に、p=0で信号が未検出であれば、そのエイリアジングの可能性がある周波数f=N/Nτ,2N/Nτ,3N/Nτ,…についての周波数成分も0ということである。
【0059】
一方、p=0で信号が検出された場合は、STFT(ω)、STFTΔ1(ω)、STFTΔ2(ω)、STFTΔ3(ω)から(20)式を計算し(ステップ204)、全て同じ値を算出するか判定する(ステップ205)。もし、(21)式の計算結果が一致しないならば、上述したように信号成分が複数存在することになるので、当該周波数の成分は不定である(ステップ203)。一方、(20)式の結果が同じ値ならば信号は1つであり、周波数の分析が可能であるので実施の形態1と同様に(11)式を満足するrを算出する(ステップ206)。そして、算出したr以外のrに対し、周波数(p+rN)/Nτの成分が0である(ステップ207)。
【0060】
以上、いずれかの処理が終わったら周波数(p+rN)/Nτのpをp=p+1として、次の周波数成分について同様の処理を行う(ステップ208)。その際、p≧Nであれば、演算する部分が重なってしまうため、p≧Nであれば分析を終了し、p<Nの場合のみステップ201に戻る(ステップ209)。
【0061】
このように、p=0からN−1まで、即ち離散値の周波数fを0から1/τまで信号の有無を検出するだけで、全ての周波数を分析する必要がなく、計算量が大幅に軽減することができる。
【0062】
また、信号がいくつあるか判定しながら周波数分析を行うため、信号成分が複数ある場合でも、誤った周波数を算出しない。
【0063】
実施の形態4.
本実施の形態4では、それぞれ異なる時間だけずれた2つ以上の信号系列を短時間フーリエ変換して、その離散値の各周波数に含まれる周波数成分が1つか否かを判定し、複数の信号が含まれていてもエイリアジングの影響を除くことができる周波数分析装置について説明する。
【0064】
ここでは上記実施の形態3の図7のように互いのエイリアジング成分となるような周波数に独立した複数の信号がある場合に、3つ信号系列を短時間フーリエ変換する例を示す。
【0065】
図10は本実施の形態4の周波数分析装置の構成を表すブロック図である。図において、図8と同じ構成要素には同じ符号を付す。9bは本実施の形態3に係わるエイリアジング判定手段である。前記実施の形態3と同様に、信号系列s(n)に対し複数の時間差Δτ、Δτ、Δτを持った信号系列sΔ1(n)、sΔ2(n)、sΔ3(n)をサンプリングして生成し、短時間フーリエ変換を行う。ただし、ここで、Δτ<Δτ<Δτであって、図7のr/τ<1/Δτであるとする。これら4つの信号系列の短時間フーリエ変換後のスペクトルSTFT(2πp/Nτ)、STFTΔ1(2πp/Nτ)、STFTΔ2(2πp/Nτ)、STFTΔ3(2πp/Nτ)それぞれについて(11)式のような位相差を考える。
【0066】
ここで、エイリアジングの性質として、真の周波数から1/τごとにエイリアジング成分が生じることから、エイリアジングの生じる可能性のある周波数は、
【数20】
Figure 0003646702
のように表現でき、この各周波数における振幅をw、w、…wr+1とすれば、4つの信号系列は以下のような行列にて表現できる。
【数21】
Figure 0003646702
として、
X=S・A (22)
である。
【0067】
ここで、行列Xの各要素については4つの信号系列を実際に短時間フーリエ変換することで、その値が得られ、また、行列Sの各要素についても、上述のようにエイリアジング成分の性質から各周波数が定められるため、(21)各式中のpを固定すればその値が定まる。従って、Sの一般逆行列を用いて、
A=S−1X=(SS)−1・S・X (22a)
を計算することで、行列Aの各要素を求めることができる。
【0068】
エイリアジング判定手段9bでは、以上のような原理に基づいて周波数0から1/τまでのpについて信号の有無を判定し、信号がある場合にはそのpについて上記(23a)式によって行列Aの各要素を求める。
【0069】
この過程をフローチャートにしたものが図11である。以下、図に従って説明する。まず、(21)式のp=0から分析を開始する(ステップ300)。そして、信号の有無を確認するが(ステップ301)、例えば、信号がp=0のとき発見されなければ、(21)式の各周波数において振幅=0、即ち、信号はない(ステップ302)として、pを1だけ増やして(ステップ304)再びステップ301に戻って、信号の有無を確認する。一方、信号が発見された場合には、上述したように、(23a)式を用いて3つの信号系列から行列Aの各要素、即ち、各周波数における振幅を計算することで、信号成分が複数あっても正しく算出することができる。そして、算出できたらpを1だけ増やして(ステップ304)再び信号の分析を行う。そして、p=N−1まで分析したら、周波数0からr/τまで分析が終わったことになるので、分析を終了する。
【0070】
このように、周波数を0から1/τまで分析するだけで、周波数0からr/τまで分析を行うことになるため、信号を広帯域化しても効率のよい分析を行うことができる。
【0071】
また、エイリアジング成分と複数の真の周波数成分とが重なりあっている場合でも、互いに異なる微少時間だけずれた信号系列を3つ生成し、位相差を比較することで、複数の周波数成分を分離して正しい周波数を算出することができるため、正確な分析を行うことができる。
【0072】
以上の説明では、全ての信号成分を(22)式を用いて算出する例について示したが、(22)式は(11)式に比べて計算量が多くなるため、実施の形態3に示したように、信号を単一か否かを判定するステップを挿入し、信号が単一の場合には(11)式を用いて周波数を算出するようにしてもよい。
【0073】
図12に信号成分が単一か否かを判定しながら、信号成分を算出する場合のフローチャートを示す。図11と異なる点は、ステップ404にて実施の形態3で行ったように(20)式を用いて信号が単一か否かを判定する点である。信号成分が単一ならば実施の形態1と同様に算出し、複数ある場合は本実施の形態4で上述したように(22)式を用いて全ての信号成分を算出する。
【0074】
なお、本実施の形態4では、生成する信号系列を3つとしたため、周波数成分が2つ以内の場合に対応できるが、重み付け手段と、高速フーリエ変換手段を更に増やせば、さらに多くの周波数成分がエイリアジング成分と重なっても正確に分離することができる。
【0075】
以上のように、本実施の形態4では、生成した3つの信号系列を短時間フーリエ変換し、エイリアジング成分の性質を利用して行列の要素を決定し、位相差を比較して信号成分を算出するため、複数の信号が同じ周波数に重なっている場合でも、互いに分離して算出することができる。
【0076】
実施の形態5.
以上、実施の形態1〜4では、広帯域化に伴って発生するエイリアジング成分を排除しつつ、計算量の増大を抑え効率のよい周波数分析装置について説明したが、本実施の形態5では、窓関数の効果による周波数成分の拡散による誤差を排除しつつ、短時間のサンプリングで正確な周波数分析が可能な周波数分析装置について説明する。
【0077】
図13は本実施の形態5に係わる周波数分析装置の装置構成を表すブロック図である。図において図1と同じ構成要素には同じ符号を付す。11は畳込み効果判定手段である。
【0078】
以下、動作について説明する。帯域フィルタ1で信号の周波数帯を適当な帯域に制限し、A/D変換器2で適当な時間間隔τでサンプリングする。サンプリングしたデジタル信号はメモリ3に記憶し、データ分配手段7によって、データを重み付け手段4a、4bに分配し、一方の信号系列s(n)に対して、他方s(n)に対してΔτだけずれたsΔ(n)が生成するようにする。それぞれの重み付け手段4a、4bでは窓関数による重み付けを行い、高速フーリエ変換手段5a、5bにおいてフーリエ変換を行う。信号検出手段8ではフーリエ変換後の各周波数をチェックして信号の有無を確認し、そして、畳込み効果判定手段11では、このフーリエ変換後の周波数スペクトル同士の位相を比較することで、真の周波数を特定する。
【0079】
このように構成することで、短時間のサンプリングで畳込みによる周波数成分の拡散を抑えることができ、連続波のみならず、断続波の場合でも、正確な周波数スペクトルを得る。
【0080】
ここで、窓関数による畳込みの効果には以下に示すような特徴がある。即ち、(A)畳込みにより拡散する各周波数の信号強度の和は元の信号強度にほぼ一致する。(B)1つの信号成分(周波数f)から畳込みにより拡散した各周波数成分について、(11)式は同じ値を持つ。(C)ハニング窓関数を用いることで、1つの信号の畳込みによる拡散の影響は、真の周波数周辺の3つの周波数値に限定することができる。
【0081】
(A)は、図23および、(8)式の説明で示したように、畳込み演算の性質によるものである。この場合、周波数は離散値を取るため、近似的に一致する。また、(B)については、STFT、STFTΔとも同じ元の周波数成分を窓関数g(n)により拡散したものであるから相互の位相の関係は同じになり、即ち、位相を表す(10)式が異なる値を取ることはないからである。
【0082】
従って、これらから畳込みによる周波数分布の拡散を排除して正しい周波数分布を求めるには、検出された周波数の信号成分が畳込みによる拡散の結果であることを(10)式により判定し、畳込みによる拡散によると判定された場合には、拡散した各信号成分の信号強度を足し合せ、(10)式のより求められた周波数に足し合せた信号強度の信号成分があるとすればよい。
【0083】
なお、(C)で示したように、周波数の拡散はハニング窓関数を用いることで、真の周波数周辺の3つの周波数値に限定することができる。そのため、Δτについて(10)式のfが一意の値を持つためには、3つの周波数の幅の内で、(10)式左辺の位相が1回転しないような値に限定する必要がある。即ち、exp(2πjfΔτ)が、(p−1)/Nτ≦f<(p+1)/Nτで一意となるには、
Δτ<Nτ/2 (23)
であることが必要である。従って、本実施の形態5では、(23)式のようなΔτとなるよう、データ分配手段7を動作させる。
【0084】
図14に本実施の形態5の信号のサンプリング方法を表す。また、フーリエ変換後の周波数スペクトルを図15に示す。図15のように、本実施の形態5はエイリアジングの影響を排除するための前記実施の形態1から4までと異なり、Δτはτより長い時間間隔となっている。(23)式の条件からすれば、Δτはτより短くても問題はないが、その場合、あまり短く取りすぎると、雑音の影響が出てくるため、Δτの間隔は適用した各装置の特性に応じて定められる。
【0085】
図16に本実施の形態5の信号検出手段8と畳込み判定手段11の動作のフローチャートを示す。まず、p=0から分析を開始し(ステップ500)、信号の有無を検出する(ステップ501)。信号が検出された場合は、(10)式から左辺のfを算出する(ステップ502)。このfにおける、信号強度に|STFT(2πp/Nτ)|を加算する(ステップ503)。これが周波数p/Nτにおける1サイクルであり、以上が終了したらpの値を1増やして(ステップ504)、再び信号の有無を確認してから(10)式を用いてfを計算する。
【0086】
上述したように、畳込みによって1の周波数が3つの周波数に拡散するが、(10)式のfは同じ値が出てくるため、同じfならば畳込みによる拡散で生じたスペクトルであるとして、ステップ502および503の手順によって畳込みの影響を除去する。このように従来例のように真の周波数周辺の周波数を3つ選択するのではなく、(10)式によってあらかじめ真の周波数を求めて、この周波数における信号強度を足し合せていくため、真の周波数が離散周波数値のほぼ中間にあっても、精度よく真の周波数を算出できる。これをp=0〜Nまで行って(ステップ505)、分析可能範囲をすべて分析する。
【0087】
以上のように、本実施の形態5では、サンプリングした信号から同時に2つの信号列を生成し、それらの位相を比較することで、畳込みによってスペクトルが拡散する効果を抑え、また、加算を主体にして信号強度を算出するため、正確な周波数分析を行う周波数分析装置を得る。
【0088】
実施の形態6.
上記実施の形態5では、2つの信号列を得るために、時間間隔τでサンプリングを行った結果を記録し、その中から、適当なタイミングのデータをそれぞれ抽出し、2つの信号列の時間差がΔτとなるようにしたものを示したが、本実施の形態6では、図17のように、タイミングのΔτだけ異なるクロックでサンプリングを行う2つのA/D変換器を使用して実現してもよい。
【0089】
図17に本実施の形態6に係わる周波数分析装置の装置構成を表すブロック図で示す。図6と同じ構成要素には同じ符号を付す。11は上記実施の形態5と同様の畳込み効果判定手段である。本実施の形態6の周波数分析装置は図のように2つのA/D変換器2a、2bを使用するが、無駄な信号をサンプリングすることがなくなるため、メモリ3a、3bの容量を小さくて済む。
【0090】
以下、動作について説明する。帯域フィルタ1は入力された受信信号を帯域制限して分析対象の周波数信号のみ選択する。信号分配器10では、信号を2つのA/D変換器2a、2bに分配する。各A/D変換器2a、2bではそれぞれ時間間隔τでサンプリングを行うが、例えば、A/D変換器2bの方がA/D変換器2aよりもΔτだけ遅れたタイミングでサンプリングを行う。これによって、実施の形態5で示したような2つの信号列s(n)およびsΔ(n)が生成され、順次メモリ3a、3bに記憶される。以下の動作は上記実施の形態5の周波数分析装置の動作と同様である。
【0091】
以上のように、本実施の形態6では、帯域制限した信号を予め分配してA/D変換器に入力するため、無駄な信号をサンプリングすることがなく、メモリの容量が小さくて済む。
【0092】
実施の形態7.
上記実施の形態5および6では、受信信号の周波数分布が単一もしくは比較的疎な場合のみ分析が可能であったが、本実施の形態7では同じ周波数に畳込みによって拡散した異なる信号成分が重なりあった場合でも、信号成分が単一か否かを判定し、信号成分が単一の場合のみ分析を行う周波数分析装置について説明する。
【0093】
図18は本実施の形態7の周波数分析装置の装置構成を表すブロック図である。本実施の形態7では、信号系列を3つ用いてるため、実施の形態3の図8と同じ構成要素には同じ符号を付す。11aは本実施の形態7の特徴である、各周波数における信号成分が単一か否かを判定しながら畳込みの効果を抑えて正しい周波数を算出する畳込み効果判定手段である。
【0094】
次に、動作について説明する。1つの信号系列s(n)およびそのs(n)から時間ΔτおよびΔτだけずれた2つの信号系列sΔ1(n)およびsΔ2(n)の計3つの信号系列をサンプリングし、それぞれ短時間フーリエ変換する。そこから、信号検出手段8および畳込み効果判定手段11aによって、上記実施の形態3と同様に(21)式のような単位時間当たりの位相差を求め、信号が一つか否かを判定しながら真の周波数を求める。
【0095】
以下、信号検出手段8および畳込み効果判定手段11aの動作については、図19に示したフローチャートにしたがって説明する。まず、信号検出手段8bで離散値の各周波数f=p/Nτをp=0(ステップ600)から順番に信号が存在するかの判定が行われる(ステップ601)。そして、信号が未検出ならば、p=p+1(ステップ606)とし、次のpについて再び信号が存在するか判定を行う。
【0096】
一方、p=0で信号が検出された場合は、STFT(ω)、STFTΔ1(ω)、STFTΔ2(ω)、STFTΔ3(ω)から(20)式を計算し(ステップ602)、全て同じ値を算出するか判定する(ステップ603)。もし、(21)式の計算結果が一致しないならば、上述したように信号成分が複数存在することになるので、当該周波数の成分は不定であるとして、次のpの値について信号の存在の有無を判定する。一方、(20)式がすべて同じ値ならば信号は1つであり、周波数の分析が可能であるので実施の形態5と同様に(11)式を満足する周波数fを算出する(ステップ604)。そして、算出した周波数fにおける信号強度に補正を加える(ステップ605)。
【0097】
以上、いずれかの処理が終わったら周波数p/Nτのpをp=p+1として、次の周波数成分について同様の処理を行う(ステップ606)。その際、p≧Nであれば、演算する部分が重なってしまうため、p≧Nであれば分析を終了し、p<Nの場合のみステップ501に戻る(ステップ607)。
【0098】
以上のように、本実施の形態7では、信号がいくつあるか判定しながら周波数分析を行うため、信号の周波数成分が複数ある場合でも、誤った周波数を算出せず、短時間のサンプリングで周波数分析が終了し、また、加算を主体にして信号強度を算出するため、正確な周波数分析を行うことが可能な周波数分析装置を得る。
【0099】
【発明の効果】
以上のように、本発明の周波数分析装置は、サンプリングしたデジタルデータから同時に2つの信号系列を生成し、この2つの信号系列を短時間フーリエ変換する。そして、それぞれの位相差を算出し、エイリアジングを利用して、周波数帯域全てを走査しなくても受信信号の存在する周波数を算出することができるため、分析すべき信号の周波数帯が広帯域化しても計算量の増大を抑え、エイリアジングの効果を排除し、正確な周波数分析結果を得ることができる。
【0100】
また、帯域制限した信号を予め分配してA/D変換器に入力するため、無駄な信号をサンプリングすることがなく、メモリの容量が小さくて済む。
【0101】
また、生成した3つの信号系列を短時間フーリエ変換し、各信号系列の単位時間当たりの位相差を算出して各周波数において信号成分が単一か否かを判定しながら分析を行うため、信号成分が複数ある場合でも、誤った周波数を算出しない。
【0102】
また、生成した3つの信号系列を短時間フーリエ変換し、エイリアジング成分の性質を利用して行列の要素を決定し、位相差を比較して信号成分を算出するため、複数の信号が同じ周波数に重なっている場合でも、互いに分離して算出することができる。
【0103】
また、加算によって信号強度を算出する畳込み効果判定手段を設けたため、窓関数の効果による周波数成分の拡散による誤差を排除し、正確な周波数分析結果を得る。
【図面の簡単な説明】
【図1】 本発明の実施の形態1に係わる周波数分析装置の構成を表すブロック図である。
【図2】 本発明の実施の形態1に係わる周波数分析装置のサンプリング方法を表す図である。
【図3】 本発明の実施の形態1に係わる周波数分析装置の周波数分析方法を表す図である。
【図4】 本発明の実施の形態1に係わる周波数分析装置の周波数算出方法のフローチャートである。
【図5】 本発明の実施の形態2に係わる周波数分析装置のサンプリング方法を表す図である。
【図6】 本発明の実施の形態2に係わる周波数分析装置の装置構成を表すブロック図である。
【図7】 本発明の実施の形態3が対象とする周波数分布を表す図である。
【図8】 本発明の実施の形態3に係わる周波数分析装置の装置構成を表すブロック図である。
【図9】 本発明の実施の形態3に係わる周波数分析装置の周波数算出方法のフローチャートである。
【図10】 本発明の実施の形態4に係わる周波数分析装置の装置構成を表すブロック図である。
【図11】 本発明の実施の形態4に係わる周波数分析装置の周波数算出方法のフローチャートである。
【図12】 本発明の実施の形態4に係わる周波数分析装置の別の周波数算出方法のフローチャートである。
【図13】 本発明の実施の形態5に係わる周波数分析装置の装置構成を表すブロック図である。
【図14】 本発明の実施の形態5に係わる周波数分析装置のサンプリング方法を表す図である。
【図15】 本発明の実施の形態5に係わる周波数分析結果の一例である。
【図16】 本発明の実施の形態5に係わる周波数分析装置の周波数算出方法のフローチャートである。
【図17】 本発明の実施の形態6に係わる周波数分析装置の装置構成を表すブロック図である。
【図18】 本発明の実施の形態7に係わる周波数分析装置の装置構成を表すブロック図である。
【図19】 本発明の実施の形態7に係わる周波数分析装置の周波数算出方法のフローチャートである。
【図20】 従来の周波数分析装置の装置構成を表すブロック図である。
【図21】 短時間フーリエ変換の原理を表す図である。(a)サンプリングにより生成された信号列である。(b)窓関数の形状を表す図である。(c)上記生成された信号列と窓関数とを畳込み演算によって重み付けした後の図である。(d)それぞれの時間における周波数分布を表す図である。(e)各時間における周波数分布を並べて時間変化を見る図である。
【図22】 エイリアジングの効果を表す図である。
【図23】 窓関数との畳込みの効果を表す図である。
【図24】 従来の周波数分析装置を表すブロック図である。
【符号の説明】
1 帯域フィルタ、 2、2a、2b A/D変換器、
3、3a、3b メモリ、 4a、4b 重み付け手段、
5a、5b 高速フーリエ変換手段、 6 表示器、
7 データ分配手段、 8 信号検出手段、
9、9a エイリアジング判定手段、 10 信号分配器、
11、11a 畳込み効果判定手段。[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a frequency analyzer that analyzes a frequency distribution of a received signal by short-time Fourier transform.
[0002]
[Prior art]
In a frequency analyzer that receives a radio signal from a radar or the like and analyzes the frequency component of the signal by short-time Fourier transform, it is desired that the frequency band to be analyzed be wide in order to cope with frequency hopping of the radar transmission wave. .
[0003]
Incidentally, it is generally known that a signal AD-converted at a time interval τ has a signal component of f + r / τ (r is an integer) in addition to the frequency f of the original signal. This component is called aliasing. In order to widen the frequency band while avoiding the influence of this aliasing, it is necessary to handle a signal obtained by converting data at fine time intervals in proportion to the reciprocal of the band. This means that the amount of data to be handled needs to be processed for a large amount of data in proportion to the frequency band. For example, when the frequency band is increased 16 times, the time interval of the AD-converted signal needs to be reduced by 1/16, and the number of data handled is increased 16 times. In the FFT algorithm that performs short-time Fourier transform efficiently, if the number of data is Z, the amount of calculation is Zlog for the number of data Z. 2 It is known that it increases in proportion to Z. When the number of data Z is multiplied by Y, the amount of calculation is (ZYlog 2 ZY) / (ZlogZ) = Y × (1+ (log 2 Y / log 2 Z)). As an example, when Z = 128 and Y = 16, about 25 times the amount of calculation is required, and this increase in processing load makes it difficult to analyze a wideband signal.
[0004]
In addition, the short-time Fourier transform has a problem that a true frequency component is diffused by a convolution operation using a window function and a frequency cannot be calculated with high accuracy.
[0005]
Hereinafter, a conventional frequency analyzer using short-time Fourier transform will be described, and first, problems due to aliasing will be clarified. FIG. 19 shows the configuration of a conventional frequency analyzer. In the figure, 1 is a bandpass filter that selects only a frequency component to be monitored from a received radio wave signal, 2 is an analog-to-digital converter that samples an analog signal at a constant time interval, and converts it into a digital signal. A memory for sequentially recording the input signals converted into signals, 4 is a weighting means for reading the signals recorded in the memory 3 by a certain length and multiplying them by a window function, and 5 is a weighted constant length. A Fourier transform means for sequentially performing Fourier transform on the signals of No. 1 and performing frequency analysis, and 6 is a display device for outputting the analysis results.
[0006]
Next, the operation will be described. The frequency analyzer shown in FIG. 19 calculates the frequency distribution of a received signal using the principle of short-time Fourier transform. For the short-time Fourier transform, see Hitoshi Kiya, “Multi-rate signal processing” (Shokodo) pp. Although it is described in documents such as 149 to 153, it is as follows.
[0007]
As shown in FIG. 20, short-time Fourier transform is a processing technique in which a signal is cut out by multiplying a window function having a finite length, and is subjected to Fourier transform. FIG. 20A shows an actual signal sequence obtained by sampling, FIG. 20B shows the shape of the window function, and FIG. 20C shows the weighted signal obtained by the convolution operation of the signal sequence and the window function. (D) is the figure which carried out the Fourier transform of each, and was converted into the frequency component, (e) is a figure showing the time change which arranged the frequency component in each time. The window function is shifted according to time, and the time and frequency information is examined by repeating the process.
[0008]
The short-time Fourier transform can be expressed mathematically as follows.
Assume that the signal sampled at the clock period τ is s (n) and the window function is g (n) (g (n) is n = 0, τ, 2τ,..., (N−1) τ and is not 0). It is assumed that s (n) has a waveform as shown in FIG. 20 (a) and g (n) has a waveform as shown in FIG. 20 (b). Here, a function g (n−kN) obtained by shifting g (n) by Nτ is considered, and by multiplying g (n−kN) and s (n), a signal of the k-th block is obtained as shown in Expression (1). s k (N) is extracted.
s k (N) = g (n−kN) s (n) (1)
It is. In FIG. k (N) is shown.
[0009]
S in equation (1) k The process of Fourier transforming (n) is short-time Fourier transform. Therefore, s N The short-time Fourier transform of (n) is
[Expression 1]
Figure 0003646702
It is. However, ω = 2πp / Nτ. Than this,
[Expression 2]
Figure 0003646702
It is. Equation (3) represents the frequency component at the frequency p / Nτ for the input signal s (n).
[0010]
g (n) is called a window function. For example, the following Hanning window function is generally used.
g (n) = 1/2 {1 + cos2π / N (n−N / 2)}
However, n = 0 to N-1, and g (n) = 0 for other n
[0011]
FIG. 19 shows the configuration of a frequency analyzer using short-time Fourier transform that realizes the above principle. For example, when a radio signal is received, it is converted into an appropriate intermediate frequency signal and input to the band filter 1. The band filter 1 extracts only the signal in the frequency band to be analyzed from the input signal, and the A / D converter 2 samples the extracted signal at an appropriate time interval τ and converts it to a digital signal. This digitally converted signal sequence is the above-described s (n), and s (n) is sequentially stored in the memory 3. In the following, for A / D conversion, it is assumed that the signal is acquired as a complex number by using the I and Q channels, but this is different from the case where the signal is sampled as a real number. There is no essential difference except that the interval may be doubled.
[0012]
The weighting means 4 sequentially reads out the signals recorded in the memory 2, multiplies the signal sequence s (n) by the window function g (n), performs an operation represented by the equation (1), and performs fast Fourier transform means. 5, the weighted signal s k The processing of equation (3) is sequentially performed on (n), the frequency component included in the signal at each time point is analyzed, and the result is displayed on the display device 6.
[0013]
As described above, the conventional frequency analyzer obtains the frequency distribution of the radio signal received using the short-time Fourier transform. Here, considering the properties of the short-time Fourier transform, the following features can be derived from the properties of equation (3).
[0014]
As a result of performing the short-time Fourier transform, the frequency f = p / Nτ (p is an integer) and has a discrete value. Among them, the highest frequency is (N−1) / Nτ when p = N−1. That is, according to the sampling theorem, the frequency range in which aliasing does not occur is 1 / τ. That is, the maximum frequency to be analyzed is f w Then f w If <1 / τ, it means that the frequency can be specified. The frequency 1 / τ is also called the Nyquist frequency.
[0015]
Also, the right side of equation (3) is
[Equation 3]
Figure 0003646702
The following relationship holds. Here, r is an integer. This means that a component having the same value appears at a frequency shifted by r / τ from the true frequency p / Nτ. That is, as shown in FIG. 21, in addition to the frequency of the original signal, a frequency component called aliasing is generated every 1 / τ.
[0016]
If the range of the frequency component analyzed by the band filter 1 is limited to 1 / τ or less, such aliasing can be prevented. However, as described above, it is desired that the frequency analysis device has a wider analysis frequency, and as a result, if the frequency range to be passed through the bandpass filter is wider than 1 / τ (τ is the sampling interval), the more the frequency is. Aliasing occurs and cannot be separated from the true frequency of the signal. The above is a problem caused by aliasing.
[0017]
Next, as described above, an error in which a spectrum is diffused in principle by performing a convolution operation with a window function in a finite time range will be described. That is, if the Fourier transform of g (n) is G (2πp / Nτ),
Figure 0003646702
Further, from the equations (1) and (2), when the Fourier transform of s (n) is S (ω),
[Expression 4]
Figure 0003646702
Here, if it replaces like m = n-kN for convenience,
[Equation 5]
Figure 0003646702
Therefore, since G (ω) has a plurality of values, the frequency distribution calculated by the short-time Fourier transform spreads around the true frequency according to the nature of the window function. FIG. 22 shows the state of this diffusion. FIG. 22A shows the original frequency distribution of the signal, and FIG. 22B shows the frequency distribution spread by the window function. The sum of the intensities of the diffused components matches the intensity of the original signal due to the nature of the convolution operation of equation (8). The degree of diffusion depends on the nature of the window function g (n). However, even with a good Hanning window function, it is inevitable that three diffusion components are generated at high and low true frequencies.
[0018]
An example of a frequency analyzer that suppresses this diffusion component and calculates a true spectrum is, for example, a frequency analyzer disclosed in Japanese Patent Laid-Open No. 6-160445. FIG. 23 shows a frequency analyzer disclosed in Japanese Patent Laid-Open No. 6-160445. In the figure, 1 is an AD converter, 2 is a memory, 3 is a window function weighting means, 4 is a fast Fourier transform means, 5 is a spectrum interpolation determination means provided on the output side of the fast Fourier transformer 4, and 6 is a display. , 7 is a spectrum interpolation unit that performs spectrum interpolation based on the determination result of the interpolation determination unit 5, and 8 is an inverse Fourier transformer that inversely converts the frequency, amplitude, and phase data of the spectrum calculated by the spectrum interpolation unit 7 into time axis data, 9 is an accumulator for accumulating the time axis data inverse Fourier transformed by the inverse Fourier transformer 8; 11 is a subtracter of the accumulated result accumulated by the accumulator 9 from the time data read out from the memory 2; A subtractor that is input to the function weighting means 3, 12 is an accumulator that accumulates the frequency domain data calculated by the spectrum interpolation means 7, and 13 is this accumulator. Vessel 12 an adder for adding the accumulated frequency-domain data obtained by subtracting the re fast Fourier transform residual data by the subtractor 11 has the frequency domain data S (t) to.
[0019]
In this frequency analyzer, if three frequency spectra exist adjacent to each other in the discrete frequency spectrum obtained by Fourier transform and the phases of the upper and lower spectra are almost the same, It is determined that the true spectrum is dispersed among the three spectra, and the frequency, amplitude, and phase of the true spectrum are obtained by interpolation processing.
[0020]
This true spectrum data is accumulated in the accumulator 12, and inverse Fourier transformed to inversely transform into time axis data. This time axis data is accumulated in the accumulator 9, and the accumulated data is subtracted from the input data string. After the true spectral line is calculated by the interpolation process, the residual energy is reduced and the line spectrum is not spread and is displayed as a line spectrum. As a result, the spectral resolution is improved. In addition, since the amplitude and the phase are approximated and calculated close to the true value by the interpolation processing, the amplitude value and the phase can be accurately measured.
[0021]
However, in this case, the data accumulated by the feedback loop is repeatedly subtracted to extract the true frequency component, so it is necessary to sample many times before the value converges, and it takes time. When the feedback loop is eliminated, a minute signal cannot be extracted.
[0022]
Further, in the above example, it is necessary to be able to correctly select three frequencies around the true frequency, but when the true frequency exists in the middle of the discrete frequency value, for example, n / Nτ and (n + 1) / Nτ. , It is easy to misjudge the frequency closest to the true frequency as (n + 1) / Nτ, and mistaken three frequencies around the true frequency are n / Nτ, (n + 1) / Nτ, (n + 2) / Since it is likely to be selected like Nτ, actual frequency calculation tends to be unstable.
[0023]
Further, in this case, the true frequency is calculated mainly by subtraction as in equation (14) of Japanese Patent Laid-Open No. 6-160445, and the calculation result is unstable when sin and cos are around 0, Error is likely to occur in frequency calculation.
[0024]
[Problems to be solved by the invention]
The present invention has been made to solve the above-described problems, and suppresses an increase in the amount of calculation associated with widening a received signal in a short-time Fourier transform, thereby efficiently and accurately frequency distribution. The purpose is to calculate.
[0025]
[Means for Solving the Problems]
A frequency analysis apparatus according to the present invention converts a band-pass filter that limits an analog input signal to be frequency-analyzed to a certain frequency band, and sequentially converts the band-limited analog input signal into a digital data string at a first time interval. An AD converter, a memory for sequentially storing the input data sequence converted by the AD converter, and a second time interval longer than the first time interval from the input data sequence stored in the memory A data distribution means for extracting a first distribution data string and a second distribution data string delayed by the first time interval from the first distribution data string; and a predetermined distribution in the first distribution data string First weighting means for multiplying and weighting the window function, and a first high-speed that performs Fourier transform on the weighted first distribution data string and converts it to first frequency domain data A Fourier transform means, a second weighting means for multiplying the second distribution data string by a predetermined window function and performing weighting, and a Fourier transform of the weighted second distribution data string to obtain a second frequency Second fast Fourier transform means for converting to region data, signal detection means for detecting whether a signal exists for each frequency of the first or second frequency region data, and when a signal is detected, And an aliasing determining means for calculating the true frequency by comparing the phases of the first and second frequency domain data.
[0026]
A band-pass filter for limiting an analog input signal to be analyzed to a certain frequency band; a signal distributor for distributing the band-limited analog input signal into two; and the one of the distributed analog input signals. A first A / D converter that converts a digital signal at a constant time interval to generate a first distribution data string, and the other analog input signal that has been distributed is converted to the first A / D converter. A second A / D converter for generating a second distribution data string by converting the digital signal at a constant time interval, delayed by a time interval shorter than the constant time interval, A first weighting unit that multiplies the distribution data string by a predetermined window function and performs weighting, and a Fourier transform of the weighted first distribution data string to convert the weighted first distribution data string into first frequency domain data. High speed A second transforming unit, a second weighting unit that multiplies the second distribution data string by a predetermined window function and performs weighting, and a Fourier transform of the weighted second distribution data string to obtain a second frequency Second fast Fourier transform means for transforming into area data, signal detecting means for detecting whether a signal exists for each frequency of the first or second frequency domain data, and when a signal is detected, By comparing the first and second frequency domain data, an aliasing determining unit that eliminates the influence of aliasing and calculates a true frequency is provided.
[0027]
A band-pass filter that limits an analog input signal to be frequency-analyzed to a certain frequency band; an AD converter that sequentially converts the band-limited analog input signal into a digital data sequence at a first time interval; and the AD A memory for sequentially storing the input data strings converted by the converter, and a first distribution data string having a second time interval longer than the first time interval from the input data string stored in the memory; A second distribution data string delayed from the first distribution data string by the first time interval, and a third time different from the first and second time intervals from the first distribution data string. Data distribution means for extracting a third distribution data string delayed by an interval, first weighting means for multiplying the first distribution data string by a predetermined window function, and performing weighting, and weighting A first fast Fourier transform means for performing Fourier transform on the first distribution data string and converting it to first frequency domain data; and a second for performing weighting by multiplying the second distribution data string by a predetermined window function. Weighting means, a second fast Fourier transform means for Fourier transforming the weighted second distribution data string to convert it into second frequency domain data, and a predetermined window function for the third distribution data string A third weighting means for performing weighting, a third fast Fourier transforming means for Fourier transforming the weighted third distribution data string and converting it to third frequency domain data, and the first Or a signal detection means for detecting whether a signal exists for each frequency of the second or third frequency domain data, and, if a signal is detected, the first, second, or third frequency domain data. Z The phase difference per unit time is compared to determine whether or not the signal component at the frequency at which the signal is detected is single, and aliasing determination that calculates the true frequency only when the signal component is single Means.
[0028]
A band-pass filter that limits an analog input signal to be frequency-analyzed to a certain frequency band; an AD converter that sequentially converts the band-limited analog input signal into a digital data sequence at a first time interval; and the AD A memory for sequentially storing the input data strings converted by the converter, and a first distribution data string having a second time interval longer than the first time interval from the input data string stored in the memory; A second distribution data string delayed from the first distribution data string by the first time interval, and a third time different from the first and second time intervals from the first distribution data string. Data distribution means for extracting a third distribution data string delayed by an interval, first weighting means for multiplying the first distribution data string by a predetermined window function, and performing weighting, and weighting A first fast Fourier transform means for performing Fourier transform on the first distribution data string and converting it to first frequency domain data; and a second for performing weighting by multiplying the second distribution data string by a predetermined window function. Weighting means, a second fast Fourier transform means for Fourier transforming the weighted second distribution data string to convert it into second frequency domain data, and a predetermined window function for the third distribution data string A third weighting means for performing weighting, a third fast Fourier transforming means for Fourier transforming the weighted third distribution data string and converting it to third frequency domain data, and the first Or signal detecting means for detecting whether a signal exists for each frequency of the second or third frequency domain data, and, if a signal is detected, the frequency at each of the first, second, and third frequencies. The true frequency is obtained by multiplying the matrix whose elements are domain data by the inverse matrix of a matrix whose elements are multiple frequencies shifted by an integer multiple of the inverse of the second time interval from the frequency at which the signal is detected. And an aliasing determining means for calculating
[0029]
Also, a band filter for limiting the analog input signal to be frequency-analyzed to a certain frequency band, and an AD for sequentially converting the band-limited analog input signal into digital data a predetermined number of times at a first time interval. A converter, a memory for sequentially storing the input data converted by the AD converter, and a first distribution data obtained by extracting the data having the first time interval from the input data stored in the memory A second distribution data sequence that is delayed from the first distribution data sequence by a second time interval that is shorter than one-half the number obtained by multiplying the first time interval by the digitally converted fixed number of times. A data distribution means for extracting the first distribution data string, a first weighting means for multiplying the first distribution data string by a predetermined window function, and weighting, and a weighted first distribution. A first fast Fourier transform means for Fourier transforming the data string to convert the data string into first frequency domain data; and a second weighting means for multiplying the second distribution data string by a predetermined window function and performing weighting. , A second fast Fourier transform means for Fourier transforming the weighted second distribution data string to convert it into second frequency domain data, and a signal for each frequency of the first or second frequency domain data. When the signal is detected and the signal is detected, the phase of the first and second frequency domain data is compared, and if this phase is the same, the true frequency is calculated, And a convolution effect determining means for performing processing for adding the signal intensities at the calculated frequency.
[0030]
In addition, a bandpass filter that limits an analog input signal to be frequency-analyzed to a certain frequency band, and the band-limited analog input signal is sequentially converted into a digital data string a predetermined number of times at a first time interval. An AD converter, a memory for sequentially storing an input data string converted by the AD converter, and a first data obtained by extracting data having the first time interval from the input data stored in the memory Distribution data string and second distribution data delayed from the first distribution data string by a second time interval shorter than one half of the first time interval multiplied by the digitally converted fixed number of times And a third time interval that is shorter than one half of the first time interval multiplied by the digitally converted fixed number of times and different from the first and second time intervals. A data distribution means for extracting a third distribution data string that is delayed from the first distribution data string by an interval, and a first window that performs weighting by multiplying the first distribution data string by a predetermined window function Weighting means, first fast Fourier transform means for Fourier transforming the weighted first distribution data string and converting it to first frequency domain data, and a predetermined window function for the second distribution data string A second weighting means for multiplying and weighting; a second fast Fourier transform means for Fourier transforming the weighted second distribution data string to convert it to second frequency domain data; A third weighting unit that multiplies the distribution data sequence by a predetermined window function and performs weighting, and a third high-speed that performs Fourier transform on the weighted third distribution data sequence and converts it to third frequency domain data. -Lier conversion means, signal detection means for detecting whether there is a signal for each frequency of the first, second or third frequency domain data, and if a signal is detected, the first, first When the phase difference per unit time of any two of the second and third frequency domain data is compared to determine whether or not the signal component at the frequency where the signal is detected is single, and the signal component is single Only when the phases of the first and second frequency domain data are compared and the phases are the same, the true frequency is calculated and the convolution effect is performed to add the signal strengths at the calculated frequency. Determination means.
[0031]
DETAILED DESCRIPTION OF THE INVENTION
Embodiment 1 FIG.
Embodiment 1 of the present invention will be described. The frequency analysis apparatus according to the first embodiment performs a short-time Fourier transform process on each of two series of signal sequences obtained by sampling with a slight timing shift from the A / D converted signal, thereby obtaining a local frequency distribution. It is what you want. In addition, the true frequency is specified by detecting the phase difference between the signal sequences generated by shifting the aliasing generated at that time by a slight timing.
[0032]
Details will be described below. FIG. 1 is a block diagram showing the configuration of the frequency analyzer according to the first embodiment. 1, the same components as those in FIG. 19 are denoted by the same reference numerals. 7 is a data distribution means for extracting and distributing two data sequences having slightly different sampling timings from the data of the signal recorded in the memory 3, and 8 is a signal detection means for determining the presence of the signal for each frequency from the Fourier transform result. Reference numeral 9 denotes aliasing determination means for comparing the results of two short-time Fourier transforms with respect to the frequency at which the signal determined by the signal detection means 8 is present, eliminating the influence of aliasing, and calculating the correct frequency.
[0033]
FIG. 2 is a diagram illustrating a sampling method of the frequency analyzer according to the first embodiment. As shown in FIG. 2, from the data sampled at the time interval Δτ, the signal sequence s (n) at an appropriate time interval τ and the signal sequence s delayed by Δτ from each signal of the s (n). Δ Consider (n). If the frequency of the signal is f (= p / Nτ, p is an integer), the signal sequences s (n) and s Δ (N) means that a phase delay of 2πfΔτ occurs.
[Formula 6]
Figure 0003646702
The relationship is established. Here, since the coefficient exp (2πjfΔτ) is a constant, the coefficient exp (2πjfΔτ) is not changed by each process of the short-time Fourier transform including weighting and Fourier transform, and the signal sequence s Δ (N) has a phase difference with a uniform frequency f with respect to s (n). For this reason, s Δ (N) Fourier transform STFT Δ If (2πp / Nτ),
[Expression 7]
Figure 0003646702
From the equation (10), with respect to the frequency f at which STFT (2πp / Nτ) ≠ 0, the original data string s (n) and the data string s sampled by shifting by a minute time Δτ. Δ When the short-time Fourier transforms of (n) are compared, the difference is in the coefficient exp (2πjfΔτ). Therefore, if equation (10) is transformed,
[Equation 8]
Figure 0003646702
For each FFT component on the right side of equation (11), the data of the interval τ is used, so the frequency f with respect to p is
f = p / Nτ, (p + N) / Nτ, (p + 2N) / Nτ...
One of them. Therefore, r can be expressed as f = (p + rN) / Nτ, where n is an integer.
[Equation 9]
Figure 0003646702
It is. At that time, if the phase does not rotate once due to the term of −2πjrNΔτ / Nτ, r can be uniquely obtained. That is,
[Expression 10]
Figure 0003646702
This is the case. When the equation (12) is transformed,
1 / Δτ> r M The relationship / τ (14) is obtained. 1 / Δτ is a frequency range that can be specified by the frequency analysis apparatus according to the first embodiment. r M Is too large, the expression (14) cannot be satisfied, and the bandpass filter 1 selects an appropriate frequency band.
[0034]
FIG. 3 shows a graph representing the relationship of equation (13). FIG. 3 is a diagram of frequency analysis results with the vertical axis representing amplitude and the horizontal axis representing frequency. The frequency value is a discrete value and its minimum unit is 1 / Nτ. Further, 1 / Δτ is the maximum frequency that can be analyzed by this frequency analyzer, and the band filter 1 limits the band so that a frequency above 1 / Δτ is not input. On the other hand, since the signal sequence s (n) at the sampling interval τ is Fourier-transformed for a short time, the frequency range in which aliasing does not occur is 1 / τ, and therefore is shifted by 1 / τ from the true signal frequency. Aliasing occurs.
[0035]
In the figure, for example, there is a case where there is a true signal component at the frequency (p + 2N) / Nτ. Signal sequences s (n) and s Δ As seen from (n), the frequency range in which aliasing does not occur is 1 / τ, whereas the received signal input from the bandpass filter 1 exceeds the frequency range, so the right side of equation (11) is measured. And p and r on the left side are obtained therefrom.
[0036]
The above is the principle of the frequency analyzer according to the first embodiment. The frequency analyzer of FIG. 1 performs short-time Fourier transform based on the above principle. A reception signal obtained by converting the received radio wave into an appropriate intermediate frequency is input to the band filter 1 and band-limited. In the A / D converter, the selected signal is sampled at an appropriate short time interval Δτ that is equal to or less than the reciprocal of the Nyquist frequency, and sequentially stored in the memory 3. In the data distribution means 7, two series of signal sequences s (n) and s with appropriate intervals τ are respectively determined from the signals stored in the memory. Δ (N) is selected and distributed to the weighting means 4a and 4b, respectively. The weighting means 4a and 4b are weighted by the window function and then input to the Fourier transform means 5a and 5b. In the Fourier transform means 5a and 5b, weighted s (n) and s Δ (N) Fourier transform is performed, and STFT (ω) and STFT Δ Find (ω).
[0037]
The signal detection unit 8 examines the result of the output STFT (ω) of the Fourier transform unit 5a, determines the frequency at which the signal exists, and notifies the aliasing determination unit 9 of these frequencies. In the aliasing determination means 9, STFT (ω) and STFT Δ (Ω) is compared, and the left side exp (2πjfΔτ) of equation (10) is calculated.
[0038]
Processing performed by the signal detection means 8 and the aliasing determination means 9 will be described with reference to the flowchart shown in FIG. First, the signal detection means 8 determines whether or not there is a signal in order from the p = 0 (step 100) for each discrete frequency f = (p + rN) / Nτ (step 101). If no signal is detected, the frequency component of the received signal is 0 for all r with respect to p at that time (in this case, p = 0) (step 102). That is, if no signal is detected at p = 0, the amplitude at frequencies f = N / Nτ, 2N / Nτ, 3N / Nτ,...
[0039]
On the other hand, if a signal is detected at p = 0, STFT (ω) and STFT Δ From (ω), r that satisfies the expression (11) is calculated (step 103). The frequency component of the received signal for r other than the calculated value is 0 (step 104). For example, when r = 3 is calculated, the amplitude at other frequencies f = (3 + N) / Nτ, (3 + 2N) / Nτ, (3 + 4N) / Nτ,...
[0040]
When p = 0, when the signal is detected or not detected, the same processing is performed for the next frequency, that is, p = 1 (step 105). At this time, if p ≧ N, the parts to be calculated overlap, so if p ≧ N, the analysis is terminated, and only when p <N, the process returns to step 101 (step 106).
[0041]
In this way, from p = 0 to N, that is, by simply detecting the presence / absence of a signal from a discrete value frequency f from 0 to 1 / τ, actually from 0 to r in FIG. M Since the signal band up to / τ is analyzed, it is not necessary to analyze all the frequencies, and the calculation amount can be greatly reduced.
[0042]
For example, when the number of samples is N = 128, considering that the frequency band is expanded 16 times,
(1) When expanding the frequency band 16 times with a conventional frequency analyzer
Since the number of data to be subjected to Fourier transform is 16 times, the amount of calculation is (128 × 16) log 2 (128 × 16) / 16log 2 It becomes 128 times, that is, 25 times.
(2) When the frequency band is expanded 16 times with the frequency analyzer of the first embodiment
There is no change in the number of data to be subjected to Fourier transform. And two signal sequences s (n) and s Δ Since the calculation is performed twice in order to Fourier transform (n), it is almost double. However, although it is also necessary to perform the calculation of equation (11), this is at most N times (128 times in this case), which is about 1/10 of the calculation amount of the Fourier transform, so the increase in the calculation amount Has little effect.
Thus, if the frequency analyzer of the first embodiment is used, the calculation load of about 12 times can be reduced.
[0043]
As described above, in the first embodiment, the signal sequence s (n) sampled at the time interval τ and the signal sequence s sampled at the time interval τ shifted from the signal sequence s (n) by the minute time Δτ. Δ The phase difference exp (2πjfΔτ) generated by shifting by (Δτ) is calculated by performing a short-time Fourier transform on (n) and comparing them. Due to this phase difference, r is obtained by the equation (11) using aliasing that occurs as the received signal becomes wider, so that it is possible to scan the received signal without scanning all the frequency bands output from the band filter 1. Since the existing frequency can be calculated, an increase in the amount of calculation can be suppressed even when the bandwidth is widened, the effect of aliasing can be eliminated, and an accurate frequency analysis result can be obtained.
[0044]
Embodiment 2. FIG.
In the first embodiment, two signal sequences s (n) and s Δ In order to obtain (n), an example in which data having an appropriate time interval τ is extracted from a group of data uniformly sampled at Δτ and distributed is shown. For example, as shown in FIG. May be realized by using two A / D converters that sample with different clocks by Δτ.
[0045]
FIG. 6 is a block diagram showing the device configuration of the frequency analyzer according to the second embodiment. The same components as those in FIG. 1 are denoted by the same reference numerals. Reference numeral 10 denotes a signal distributor. The frequency analysis apparatus according to the second embodiment uses two A / D converters 2a and 2b as shown in the figure, but since unnecessary signals are not sampled, the capacity of the memories 3a and 3b can be reduced. .
[0046]
The operation will be described below. The band filter 1 limits the band of the input received signal and selects only the frequency signal to be analyzed. The signal distributor 10 distributes the signal to the two A / D converters 2a and 2b. Each A / D converter 2a, 2b samples at a time interval τ. For example, the A / D converter 2b samples at a timing delayed by Δτ from the A / D converter 2a. As a result, two signal sequences s (n) and s as shown in the first embodiment are used. Δ (N) is generated and sequentially stored in the memories 3a and 3b. The following operation is the same as the operation of the frequency analyzer of the first embodiment. Short-time Fourier transform STFT (ω), STFT of each signal sequence Δ (Ω) is compared, and exp (2πjfΔτ) is calculated from the equation (11).
[0047]
As described above, in the second embodiment, the band-limited signal is distributed in advance and inputted to the A / D converter, so that useless signals are not sampled and the memory capacity is small.
[0048]
Embodiment 3 FIG.
The above equation (11) holds only when there is a single signal included in STFT (ω) for each p. Therefore, in the first and second embodiments, analysis is possible only when the frequency distribution of the received signal is single or relatively sparse. In the third embodiment, when a plurality of frequency components that are mutually aliasing components are included in the received signal when the frequency analyzer of the first or second embodiment is used, the signal includes a plurality of aliases. A description will be given of a frequency analyzer that determines whether or not a ging component is included and performs an analysis only when it is determined that the sing component is not included.
[0049]
FIG. 7 is a frequency spectrum diagram of a signal targeted by the frequency analyzer of the third embodiment. The dotted line represents the spectrum actually measured, and the solid line represents the true frequency component of the signal. When the frequency analyzers of the first and second embodiments are used as shown in FIG. 1 , W 3 Is included in the received signal, its frequency is changed to f 1 , F 3 Then,
[Expression 11]
Figure 0003646702
Also,
[Expression 12]
Figure 0003646702
When these equations are Fourier transformed respectively,
[Formula 13]
Figure 0003646702
Also,
[Expression 14]
Figure 0003646702
It is.
[0050]
What is found from the actual signal is STFT Δ Only the values of (2πp / Nτ) and STFT (2πp / Nτ). Therefore, as in the first or second embodiment, the STFT Δ Even if (2πp / Nτ) / STFT (2πp / Nτ) is obtained, w 1 , W 3 F is correct because it is mixed 1 , F 3 Cannot be obtained.
[0051]
For this reason, in the third embodiment, as shown in FIG. 8, the frequency analyzer is divided into one signal sequence s (n) having a time interval τ and two different s (n). Minute time difference Δτ 1 , Δτ 2 Signal series with Δ1 (N), s Δ2 (N) is generated and short-time Fourier transform is performed for each. In the figure, reference numeral 9a denotes aliasing determination means for calculating the true frequency while determining whether or not the signal is single.
[0052]
Where the aliasing frequency is f 1 = P / Nτ, f 2 = (P + N) / Nτ, f 3 = (P + 2N) / Nτ, ... f r + 1 = (P + rN) / Nτ, and each signal intensity at each aliasing frequency is w 1 , W 2 , W 3 ... w r And Then, generalizing the case where multiple signals are included,
[Expression 15]
Figure 0003646702
[Expression 16]
Figure 0003646702
It is. s Δ2 (N) is also expressed as Δτ in equation (16). 1 Respectively, Δτ 2 It is the same as that replaced.
[0053]
Here, for example, the frequency f 3 If there is only one true signal component in w 3 Only has a non-zero value and w 3 W other than 1 , W 2 , W 4 ... w r Are all zero.
[0054]
Therefore, in that case, s (n), s Δ1 (N), s Δ2 When (n) is Fourier-transformed, the results are as follows.
[Expression 17]
Figure 0003646702
[0055]
Conversely, the signal component is not single, for example, the frequency f 3 Frequency f 1 Signal component w 1 Is present in place of the equations (17), (18) and (19),
[Expression 18]
Figure 0003646702
[0056]
Here, the following amount is considered as a phase difference per unit time between each signal sequence.
[Equation 19]
Figure 0003646702
In Equation (20), ∠ represents a phase.
For example, the signal component has a frequency f 3 If the right side of equations (17) to (19) is substituted into equation (21), all 2πf 3 Is obtained, but the signal component has a frequency f. 3 And f 1 If the right side of equations (17a) to (19a) is substituted into equation (20), a constant value cannot be obtained. Therefore, it is determined whether there are a plurality of signal components by using this equation (20).
[0057]
FIG. 8 is a block diagram showing the configuration of the frequency analyzer according to the third embodiment. The same components as those in FIG. 1 are denoted by the same reference numerals. One signal sequence s (n) and its time Δτ from s (n) 1 And Δτ 2 Two signal sequences s shifted by Δ1 (N) and s Δ2 A total of three signal sequences (n) are sampled and short-time Fourier transformed. From there, the signal detection means 8b and aliasing determination means 9b determine the phase difference per unit time as in the above equation (20), and determine the true frequency while determining whether there is one signal.
[0058]
Hereinafter, the operations of the signal detection means 8b and the aliasing determination means 9b will be described with reference to the flowchart shown in FIG. First, the signal detection means 8b determines whether or not there is a signal in order from p = 0 (step 200) for each discrete frequency f = (p + rN) / Nτ (step 201). If no signal is detected, the frequency components of the received signal are 0 for all r with respect to p at that time (in this case, p = 0) (step 202). That is, as in the case of the first embodiment, if p = 0 and no signal is detected, the frequencies f = N / Nτ, 2N / Nτ, 3N / Nτ,. The frequency component of is also zero.
[0059]
On the other hand, if a signal is detected at p = 0, STFT (ω), STFT Δ1 (Ω), STFT Δ2 (Ω), STFT Δ3 The equation (20) is calculated from (ω) (step 204), and it is determined whether all the same values are calculated (step 205). If the calculation result of the equation (21) does not match, there are a plurality of signal components as described above, and the frequency component is indefinite (step 203). On the other hand, if the result of the equation (20) is the same value, there is one signal and the frequency can be analyzed, so that r satisfies the equation (11) as in the first embodiment. T Is calculated (step 206). And the calculated r T The component of frequency (p + rN) / Nτ is 0 for r other than (step 207).
[0060]
As described above, when any of the processes is completed, the frequency (p + rN) / Nτ is set to p = p + 1, and the same process is performed for the next frequency component (step 208). At this time, if p ≧ N, the parts to be calculated overlap, so if p ≧ N, the analysis is terminated, and the process returns to step 201 only when p <N (step 209).
[0061]
In this way, it is only necessary to detect the presence or absence of a signal from p = 0 to N−1, that is, a discrete frequency f from 0 to 1 / τ, and it is not necessary to analyze all frequencies, and the calculation amount is greatly Can be reduced.
[0062]
Further, since frequency analysis is performed while determining how many signals are present, an erroneous frequency is not calculated even when there are a plurality of signal components.
[0063]
Embodiment 4 FIG.
In the fourth embodiment, two or more signal sequences shifted by different times are subjected to a short-time Fourier transform to determine whether or not there is one frequency component included in each frequency of the discrete value, and a plurality of signals A frequency analysis apparatus that can eliminate the influence of aliasing even if it is included will be described.
[0064]
Here, an example of performing short-time Fourier transform on three signal sequences when there are a plurality of independent signals having frequencies that become mutual aliasing components as shown in FIG. 7 of the third embodiment.
[0065]
FIG. 10 is a block diagram showing the configuration of the frequency analyzer according to the fourth embodiment. In the figure, the same components as those in FIG. Reference numeral 9b denotes aliasing determination means according to the third embodiment. Similar to the third embodiment, a plurality of time differences Δτ with respect to the signal sequence s (n). 1 , Δτ 2 , Δτ 3 Signal series with Δ1 (N), s Δ2 (N), s Δ3 (N) is generated by sampling and short-time Fourier transform is performed. Where Δτ 1 <Δτ 2 <Δτ 3 Where r / τ <1 / Δτ in FIG. 1 Suppose that Spectral STFT (2πp / Nτ) after short-time Fourier transform of these four signal sequences, STFT Δ1 (2πp / Nτ), STFT Δ2 (2πp / Nτ), STFT Δ3 For each (2πp / Nτ), a phase difference such as the expression (11) is considered.
[0066]
Here, as an aliasing property, since an aliasing component is generated every 1 / τ from the true frequency, the frequency at which aliasing may occur is
[Expression 20]
Figure 0003646702
The amplitude at each frequency is expressed as w 1 , W 2 ... w r + 1 Then, the four signal sequences can be expressed by the following matrix.
[Expression 21]
Figure 0003646702
As
X = SA (22)
It is.
[0067]
Here, for each element of the matrix X, four signal sequences are actually subjected to a short-time Fourier transform to obtain their values, and for each element of the matrix S, the properties of the aliasing component as described above are obtained. (21) If p in each equation is fixed, the value is determined. Therefore, using the general inverse of S,
A = S -1 X = (S * S) -1 ・ S * ・ X (22a)
By calculating, each element of the matrix A can be obtained.
[0068]
The aliasing determining means 9b determines the presence / absence of a signal for p having frequencies from 0 to 1 / τ based on the above principle, and if there is a signal, the matrix A is expressed by the above equation (23a). Find each element.
[0069]
FIG. 11 is a flowchart showing this process. Hereinafter, it demonstrates according to a figure. First, the analysis is started from p = 0 in the equation (21) (step 300). Then, the presence / absence of the signal is confirmed (step 301). For example, if the signal is not found when p = 0, the amplitude = 0 in each frequency of equation (21), that is, there is no signal (step 302). , P is incremented by 1 (step 304), and the process returns to step 301 to check the presence or absence of a signal. On the other hand, when a signal is found, as described above, each element of the matrix A, that is, the amplitude at each frequency is calculated from the three signal sequences using the equation (23a), so that a plurality of signal components are obtained. Even if it is, it can be calculated correctly. When the calculation is completed, p is increased by 1 (step 304), and the signal is analyzed again. Then, when analyzing up to p = N−1, frequency 0 to r M Since the analysis is finished up to / τ, the analysis is terminated.
[0070]
In this way, simply by analyzing the frequency from 0 to 1 / τ, the frequency 0 to r M Since the analysis is performed up to / τ, an efficient analysis can be performed even if the signal is widened.
[0071]
Even if aliasing components and multiple true frequency components are overlapped, three signal sequences that are shifted by a minute time that differ from each other are generated, and phase differences are compared to separate multiple frequency components. Since the correct frequency can be calculated, accurate analysis can be performed.
[0072]
In the above description, an example is shown in which all signal components are calculated using Equation (22). However, since Equation (22) requires more computation than Equation (11), it is shown in Embodiment 3. As described above, a step of determining whether or not the signal is single may be inserted, and when the signal is single, the frequency may be calculated using the equation (11).
[0073]
FIG. 12 shows a flowchart for calculating a signal component while determining whether or not the signal component is single. 11 differs from FIG. 11 in that it is determined in step 404 whether or not the signal is single using the equation (20) as in the third embodiment. If there is a single signal component, the calculation is performed in the same manner as in the first embodiment. If there are a plurality of signal components, all the signal components are calculated using equation (22) as described above in the fourth embodiment.
[0074]
In the fourth embodiment, since three signal sequences are generated, it is possible to cope with the case where the number of frequency components is two or less. However, if the weighting means and the fast Fourier transform means are further increased, more frequency components are generated. Even if it overlaps with the aliasing component, it can be accurately separated.
[0075]
As described above, in the fourth embodiment, the generated three signal sequences are Fourier-transformed for a short time, matrix elements are determined using the properties of aliasing components, and signal components are compared by comparing phase differences. In order to calculate, even when a plurality of signals overlap the same frequency, they can be calculated separately from each other.
[0076]
Embodiment 5 FIG.
As described above, the first to fourth embodiments have described the frequency analysis apparatus that is efficient while suppressing the increase in the amount of calculation while eliminating the aliasing components that are generated with the increase in the bandwidth. A frequency analyzer capable of performing accurate frequency analysis by sampling in a short time while eliminating errors due to diffusion of frequency components due to function effects will be described.
[0077]
FIG. 13 is a block diagram showing a device configuration of the frequency analyzer according to the fifth embodiment. In the figure, the same components as those in FIG. Reference numeral 11 denotes a convolution effect determination means.
[0078]
The operation will be described below. The bandpass filter 1 limits the frequency band of the signal to an appropriate band, and the A / D converter 2 samples at an appropriate time interval τ. The sampled digital signal is stored in the memory 3, and the data distribution means 7 distributes the data to the weighting means 4a and 4b. For one signal series s (n), only Δτ for the other s (n). Shifted Δ (N) is generated. Each of the weighting means 4a and 4b performs weighting by a window function, and the fast Fourier transform means 5a and 5b performs Fourier transform. The signal detection means 8 checks each frequency after the Fourier transform to confirm the presence or absence of the signal, and the convolution effect judgment means 11 compares the phases of the frequency spectra after the Fourier transform, Specify the frequency.
[0079]
With this configuration, it is possible to suppress diffusion of frequency components due to convolution with short-time sampling, and an accurate frequency spectrum is obtained not only for continuous waves but also for intermittent waves.
[0080]
Here, the convolution effect by the window function has the following characteristics. That is, (A) the sum of the signal intensities of each frequency spread by convolution substantially matches the original signal intensity. (B) For each frequency component diffused by convolution from one signal component (frequency f), equation (11) has the same value. (C) By using the Hanning window function, the influence of spreading due to convolution of one signal can be limited to three frequency values around the true frequency.
[0081]
(A) is due to the nature of the convolution operation, as shown in FIG. 23 and the description of equation (8). In this case, since the frequency takes a discrete value, it approximately matches. For (B), STFT, STFT Δ In both cases, since the same original frequency component is diffused by the window function g (n), the mutual phase relationship is the same, that is, the expression (10) representing the phase does not take different values. .
[0082]
Therefore, in order to eliminate the spread of the frequency distribution due to convolution from these and obtain the correct frequency distribution, it is determined by Equation (10) that the signal component of the detected frequency is the result of diffusion due to the convolution, If it is determined that the signal is spread due to error, the signal intensities of the diffused signal components are added together, and there may be a signal component having the signal intensity added to the frequency obtained from equation (10).
[0083]
As shown in (C), frequency spreading can be limited to three frequency values around the true frequency by using a Hanning window function. Therefore, in order for f in Equation (10) to have a unique value for Δτ, it is necessary to limit the value of the left side of Equation (10) to a value that does not rotate once within the three frequency widths. That is, for exp (2πjfΔτ) to be unique when (p−1) / Nτ ≦ f <(p + 1) / Nτ,
Δτ <Nτ / 2 (23)
It is necessary to be. Therefore, in the fifth embodiment, the data distribution unit 7 is operated so as to satisfy Δτ as expressed by the equation (23).
[0084]
FIG. 14 shows a signal sampling method according to the fifth embodiment. Further, FIG. 15 shows the frequency spectrum after Fourier transform. As shown in FIG. 15, the fifth embodiment is different from the first to fourth embodiments for eliminating the influence of aliasing, and Δτ is a time interval longer than τ. According to the condition of equation (23), there is no problem even if Δτ is shorter than τ, but in that case, if it is made too short, the influence of noise appears, so the interval of Δτ is the characteristic of each device applied. It is decided according to.
[0085]
FIG. 16 shows a flowchart of operations of the signal detection means 8 and the convolution determination means 11 of the fifth embodiment. First, analysis is started from p = 0 (step 500), and the presence or absence of a signal is detected (step 501). If a signal is detected, f on the left side is calculated from equation (10) (step 502). The signal intensity at this f is | STFT (2πp / Nτ) | 2 Are added (step 503). This is one cycle at the frequency p / Nτ. When the above is completed, the value of p is incremented by 1 (step 504), the presence / absence of a signal is confirmed again, and f is calculated using equation (10).
[0086]
As described above, the frequency of 1 is spread to three frequencies by convolution, but f in equation (10) has the same value, so if it is the same f, it is assumed that it is a spectrum generated by spreading by convolution The influence of convolution is removed by the procedure of steps 502 and 503. In this way, instead of selecting three frequencies around the true frequency as in the conventional example, the true frequency is obtained in advance by the equation (10), and the signal intensity at this frequency is added together. Even if the frequency is approximately in the middle of the discrete frequency value, the true frequency can be calculated with high accuracy. This is performed until p = 0 to N (step 505), and the entire analysis possible range is analyzed.
[0087]
As described above, in the fifth embodiment, two signal sequences are generated simultaneously from the sampled signals, and the phases are compared, thereby suppressing the effect of spectrum spreading due to convolution and adding mainly. Thus, in order to calculate the signal intensity, a frequency analyzer that performs accurate frequency analysis is obtained.
[0088]
Embodiment 6 FIG.
In the fifth embodiment, in order to obtain two signal sequences, the result of sampling at a time interval τ is recorded, and data at an appropriate timing is extracted from the result, and the time difference between the two signal sequences is calculated. In the sixth embodiment, as shown in FIG. 17, it can be realized by using two A / D converters that perform sampling with different clocks by Δτ as shown in FIG. Good.
[0089]
FIG. 17 is a block diagram showing the device configuration of the frequency analyzer according to the sixth embodiment. The same components as those in FIG. 6 are denoted by the same reference numerals. Reference numeral 11 denotes convolution effect determination means similar to that of the fifth embodiment. The frequency analysis apparatus according to the sixth embodiment uses two A / D converters 2a and 2b as shown in the figure, but since unnecessary signals are not sampled, the capacity of the memories 3a and 3b can be reduced. .
[0090]
The operation will be described below. The band filter 1 limits the band of the input received signal and selects only the frequency signal to be analyzed. The signal distributor 10 distributes the signal to the two A / D converters 2a and 2b. Each A / D converter 2a, 2b samples at a time interval τ. For example, the A / D converter 2b samples at a timing delayed by Δτ from the A / D converter 2a. As a result, two signal sequences s (n) and s as shown in the fifth embodiment are used. Δ (N) is generated and sequentially stored in the memories 3a and 3b. The following operation is the same as that of the frequency analyzer of the fifth embodiment.
[0091]
As described above, in the sixth embodiment, since the band-limited signal is distributed in advance and inputted to the A / D converter, unnecessary signals are not sampled and the memory capacity can be reduced.
[0092]
Embodiment 7 FIG.
In the fifth and sixth embodiments, analysis is possible only when the frequency distribution of the received signal is single or relatively sparse, but in the seventh embodiment, different signal components spread by convolution to the same frequency are present. A description will be given of a frequency analyzer that determines whether or not there is a single signal component even when they overlap, and performs analysis only when the signal component is single.
[0093]
FIG. 18 is a block diagram showing a device configuration of the frequency analyzer of the seventh embodiment. In the seventh embodiment, since three signal sequences are used, the same components as those in FIG. 8 of the third embodiment are denoted by the same reference numerals. Reference numeral 11a denotes a convolution effect determining unit that calculates the correct frequency while suppressing the effect of convolution while determining whether there is a single signal component at each frequency, which is a feature of the seventh embodiment.
[0094]
Next, the operation will be described. One signal sequence s (n) and its time Δτ from s (n) 1 And Δτ 2 Two signal sequences s shifted by Δ1 (N) and s Δ2 A total of three signal sequences (n) are sampled and short-time Fourier transformed. From there, the signal detection means 8 and the convolution effect determination means 11a obtain the phase difference per unit time as in the equation (21) as in the third embodiment, and determine whether or not there is only one signal. Find the true frequency.
[0095]
Hereinafter, the operations of the signal detection means 8 and the convolution effect determination means 11a will be described with reference to the flowchart shown in FIG. First, the signal detection means 8b determines whether or not there is a signal in order from each of the discrete frequencies f = p / Nτ from p = 0 (step 600) (step 601). If no signal is detected, p = p + 1 (step 606), and it is determined again whether the signal exists for the next p.
[0096]
On the other hand, if a signal is detected at p = 0, STFT (ω), STFT Δ1 (Ω), STFT Δ2 (Ω), STFT Δ3 The equation (20) is calculated from (ω) (step 602), and it is determined whether all the same values are calculated (step 603). If the calculation result of the equation (21) does not match, there are a plurality of signal components as described above. Therefore, it is assumed that the frequency component is indefinite, and the presence of the signal exists for the next p value. Determine presence or absence. On the other hand, if all of the equations (20) have the same value, the number of signals is one and the frequency can be analyzed. Therefore, the frequency f satisfying the equation (11) is calculated as in the fifth embodiment (step 604). . Then, the signal intensity at the calculated frequency f is corrected (step 605).
[0097]
As described above, when any of the processes is completed, the frequency p / Nτ is set to p = p + 1, and the same process is performed for the next frequency component (step 606). At this time, if p ≧ N, the parts to be calculated overlap, so if p ≧ N, the analysis is terminated, and only when p <N, the process returns to step 501 (step 607).
[0098]
As described above, in the seventh embodiment, frequency analysis is performed while determining how many signals are present. Therefore, even when there are a plurality of frequency components of the signal, an erroneous frequency is not calculated, and the frequency is obtained by short-time sampling. Since the analysis is completed and the signal intensity is calculated mainly by addition, a frequency analyzer capable of performing accurate frequency analysis is obtained.
[0099]
【The invention's effect】
As described above, the frequency analyzer of the present invention generates two signal sequences simultaneously from sampled digital data, and performs a short-time Fourier transform on the two signal sequences. Since each phase difference is calculated and aliasing can be used to calculate the frequency at which the received signal exists without scanning the entire frequency band, the frequency band of the signal to be analyzed becomes wider. However, an increase in the amount of calculation can be suppressed, the effect of aliasing can be eliminated, and an accurate frequency analysis result can be obtained.
[0100]
Further, since the band-limited signal is distributed in advance and inputted to the A / D converter, useless signals are not sampled, and the memory capacity can be reduced.
[0101]
In addition, short-time Fourier transform is performed on the three generated signal sequences, the phase difference per unit time of each signal sequence is calculated, and analysis is performed while determining whether or not there is a single signal component at each frequency. Even if there are multiple components, the wrong frequency is not calculated.
[0102]
In addition, the three generated signal sequences are Fourier-transformed for a short time, matrix elements are determined using the properties of aliasing components, and signal components are calculated by comparing phase differences. Even if they overlap, they can be calculated separately from each other.
[0103]
In addition, since the convolution effect determining means for calculating the signal intensity by addition is provided, an error due to the diffusion of the frequency component due to the effect of the window function is eliminated, and an accurate frequency analysis result is obtained.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a configuration of a frequency analyzer according to a first embodiment of the present invention.
FIG. 2 is a diagram illustrating a sampling method of the frequency analyzer according to the first embodiment of the present invention.
FIG. 3 is a diagram illustrating a frequency analysis method of the frequency analyzer according to the first embodiment of the present invention.
FIG. 4 is a flowchart of a frequency calculation method of the frequency analyzer according to the first embodiment of the present invention.
FIG. 5 is a diagram illustrating a sampling method of the frequency analyzer according to the second embodiment of the present invention.
FIG. 6 is a block diagram showing a device configuration of a frequency analyzer according to a second embodiment of the present invention.
FIG. 7 is a diagram illustrating a frequency distribution targeted by a third embodiment of the present invention.
FIG. 8 is a block diagram showing a device configuration of a frequency analyzer according to a third embodiment of the present invention.
FIG. 9 is a flowchart of a frequency calculation method of the frequency analyzer according to the third embodiment of the present invention.
FIG. 10 is a block diagram showing a device configuration of a frequency analyzer according to a fourth embodiment of the present invention.
FIG. 11 is a flowchart of a frequency calculation method of the frequency analyzer according to the fourth embodiment of the present invention.
FIG. 12 is a flowchart of another frequency calculation method of the frequency analyzer according to the fourth embodiment of the present invention.
FIG. 13 is a block diagram showing a device configuration of a frequency analyzer according to a fifth embodiment of the present invention.
FIG. 14 is a diagram illustrating a sampling method of the frequency analyzer according to the fifth embodiment of the present invention.
FIG. 15 is an example of a frequency analysis result according to the fifth embodiment of the present invention.
FIG. 16 is a flowchart of a frequency calculation method of the frequency analyzer according to the fifth embodiment of the present invention.
FIG. 17 is a block diagram showing a device configuration of a frequency analyzer according to a sixth embodiment of the present invention.
FIG. 18 is a block diagram showing a device configuration of a frequency analyzer according to a seventh embodiment of the present invention.
FIG. 19 is a flowchart of a frequency calculation method of the frequency analyzer according to the seventh embodiment of the present invention.
FIG. 20 is a block diagram showing a device configuration of a conventional frequency analyzer.
FIG. 21 is a diagram illustrating the principle of short-time Fourier transform. (A) A signal sequence generated by sampling. (B) It is a figure showing the shape of a window function. (C) It is a figure after weighting the said produced | generated signal sequence and window function by the convolution calculation. (D) It is a figure showing the frequency distribution in each time. (E) It is a figure which arranges frequency distribution in each time, and looks at a time change.
FIG. 22 is a diagram illustrating the effect of aliasing.
FIG. 23 is a diagram illustrating the effect of convolution with a window function.
FIG. 24 is a block diagram showing a conventional frequency analyzer.
[Explanation of symbols]
1 band filter, 2, 2a, 2b A / D converter,
3, 3a, 3b memory, 4a, 4b weighting means,
5a, 5b Fast Fourier transform means, 6 display,
7 data distribution means, 8 signal detection means,
9, 9a aliasing judging means, 10 signal distributor,
11, 11a Convolution effect determination means.

Claims (6)

周波数分析すべきアナログ入力信号を一定の周波数帯域に制限する帯域フィルタと、
上記帯域制限されたアナログ入力信号を第一の時間間隔で順次デジタルデータ列に変換するAD変換器と、
上記AD変換器によって変換された入力データ列を順次記憶するメモリと、
上記メモリに記憶された入力データ列から上記第一の時間間隔よりも長い第二の時間間隔を持った第一の分配データ列、およびこの第一の分配データ列から上記第一の時間間隔ずつ遅れた第二の分配データ列とを抽出するデータ分配手段と、
上記第一の分配データ列に所定の窓関数を乗算し、重み付けを行う第一の重み付け手段と、
この重み付けされた第一の分配データ列をフーリエ変換し、第一の周波数領域データに変換する第一の高速フーリエ変換手段と、
上記第二の分配データ列に所定の窓関数を乗算し、重み付けを行う第二の重み付け手段と、
この重み付けされた第二の分配データ列をフーリエ変換し、第二の周波数領域データに変換する第二の高速フーリエ変換手段と、
上記第一または第二の周波数領域データの各周波数ごとに信号が存在するかを検出する信号検出手段と、
信号が検出された場合、上記第一および第二の周波数領域データの位相を比較して真の周波数を算出するエイリアジング判定手段とを備えることを特徴とする周波数分析装置。
A bandpass filter that limits the analog input signal to be frequency analyzed to a certain frequency band;
An AD converter that sequentially converts the band-limited analog input signal into a digital data sequence at a first time interval;
A memory for sequentially storing input data strings converted by the AD converter;
A first distribution data string having a second time interval longer than the first time interval from the input data string stored in the memory, and the first time interval from the first distribution data string. Data distribution means for extracting the delayed second distribution data string;
A first weighting means for multiplying the first distribution data string by a predetermined window function and performing weighting;
A first fast Fourier transform means for Fourier transforming the weighted first distribution data string and transforming it into first frequency domain data;
A second weighting means for multiplying the second distribution data string by a predetermined window function and performing weighting;
A second fast Fourier transform means for Fourier transforming the weighted second distribution data string and transforming it into second frequency domain data;
Signal detection means for detecting whether a signal exists for each frequency of the first or second frequency domain data;
A frequency analyzer comprising: an aliasing determination unit that calculates a true frequency by comparing phases of the first and second frequency domain data when a signal is detected.
周波数分析すべきアナログ入力信号を一定の周波数帯域に制限する帯域フィルタと、
上記帯域制限されたアナログ入力信号を2つに分配する信号分配器と、
上記分配された一方のアナログ入力信号を一定の時間間隔でデジタル信号に変換し、第一の分配データ列を生成する第一のA/D変換器と、
上記分配された他方のアナログ入力信号を、上記第一のA/D変換器のデジタル変換より上記一定の時間間隔より短い時間間隔だけ遅れて、一定の時間間隔でデジタル信号に変換し、第二の分配データ列を生成する第二のA/D変換器と、上記第一の分配データ列に所定の窓関数を乗算し、重み付けを行う第一の重み付け手段と、
この重み付けされた第一の分配データ列をフーリエ変換し、第一の周波数領域データに変換する第一の高速フーリエ変換手段と、
上記第二の分配データ列に所定の窓関数を乗算し、重み付けを行う第二の重み付け手段と、
この重み付けされた第二の分配データ列をフーリエ変換し、第二の周波数領域データに変換する第二の高速フーリエ変換手段と、
上記第一または第二の周波数領域データを各周波数ごとに信号が存在するかを検出する信号検出手段と、
信号が検出された場合、上記第一および第二の周波数領域データを比較することで、エイリアジングの影響を排除し、真の周波数を算出するエイリアジング判定手段とを備えることを特徴とする周波数分析装置。
A bandpass filter that limits the analog input signal to be frequency analyzed to a certain frequency band;
A signal distributor for distributing the band-limited analog input signal into two;
A first A / D converter that converts one of the distributed analog input signals into a digital signal at regular time intervals to generate a first distributed data string;
The other distributed analog input signal is converted into a digital signal at a fixed time interval, delayed by a time interval shorter than the fixed time interval from the digital conversion of the first A / D converter. A second A / D converter that generates a distribution data sequence of the first weighting means, a first weighting unit that performs weighting by multiplying the first distribution data sequence by a predetermined window function,
A first fast Fourier transform means for Fourier transforming the weighted first distribution data string and transforming it into first frequency domain data;
A second weighting means for multiplying the second distribution data string by a predetermined window function and performing weighting;
A second fast Fourier transform means for Fourier transforming the weighted second distribution data string and transforming it into second frequency domain data;
Signal detecting means for detecting whether a signal exists for each frequency in the first or second frequency domain data;
A frequency comprising: an aliasing determination means for calculating a true frequency by removing the influence of aliasing by comparing the first and second frequency domain data when a signal is detected Analysis equipment.
周波数分析すべきアナログ入力信号を一定の周波数帯域に制限する帯域フィルタと、
上記帯域制限されたアナログ入力信号を第一の時間間隔で順次デジタルデータ列に変換するAD変換器と、
上記AD変換器によって変換された入力データ列を順次記憶するメモリと、
上記メモリに記憶された入力データ列から上記第一の時間間隔よりも長い第二の時間間隔を持った第一の分配データ列と、この第一の分配データ列から上記第一の時間間隔ずつ遅れた第二の分配データ列と、この第一の分配データ列から上記第一および第二の時間間隔とは異なる第三の時間間隔ずつ遅れた第三の分配データ列とを抽出するデータ分配手段と、
上記第一の分配データ列に所定の窓関数を乗算し、重み付けを行う第一の重み付け手段と、
この重み付けされた第一の分配データ列をフーリエ変換し、第一の周波数領域データに変換する第一の高速フーリエ変換手段と、
上記第二の分配データ列に所定の窓関数を乗算し、重み付けを行う第二の重み付け手段と、
この重み付けされた第二の分配データ列をフーリエ変換し、第二の周波数領域データに変換する第二の高速フーリエ変換手段と、
上記第三の分配データ列に所定の窓関数を乗算し、重み付けを行う第三の重み付け手段と、
この重み付けされた第三の分配データ列をフーリエ変換し、第三の周波数領域データに変換する第三の高速フーリエ変換手段と、
上記第一または第二または第三の周波数領域データの各周波数ごとに信号が存在するかを検出する信号検出手段と、
信号が検出された場合、上記第一、第二、第三の周波数領域データのいずれか2つの単位時間当たりの位相差を比較して、信号が検出された周波数における信号成分が単一か否かを判定し、信号成分が単一の場合のみ真の周波数を算出するエイリアジング判定手段とを備えることを特徴とする周波数分析装置。
A bandpass filter that limits the analog input signal to be frequency analyzed to a certain frequency band;
An AD converter that sequentially converts the band-limited analog input signal into a digital data sequence at a first time interval;
A memory for sequentially storing input data strings converted by the AD converter;
A first distribution data string having a second time interval longer than the first time interval from the input data string stored in the memory, and the first time interval from the first distribution data string. Data distribution for extracting a delayed second distribution data string and a third distribution data string delayed from the first distribution data string by a third time interval different from the first and second time intervals. Means,
A first weighting means for multiplying the first distribution data string by a predetermined window function and performing weighting;
A first fast Fourier transform means for Fourier transforming the weighted first distribution data string and transforming it into first frequency domain data;
A second weighting means for multiplying the second distribution data string by a predetermined window function and performing weighting;
A second fast Fourier transform means for Fourier transforming the weighted second distribution data string and transforming it into second frequency domain data;
A third weighting means for multiplying the third distribution data string by a predetermined window function and performing weighting;
A third fast Fourier transform means for Fourier transforming the weighted third distribution data string and transforming it into third frequency domain data;
Signal detection means for detecting whether a signal exists for each frequency of the first or second or third frequency domain data;
When a signal is detected, the phase difference per unit time of any one of the first, second, and third frequency domain data is compared to determine whether the signal component at the frequency at which the signal is detected is single. And an aliasing determination means for calculating a true frequency only when the signal component is single.
周波数分析すべきアナログ入力信号を一定の周波数帯域に制限する帯域フィルタと、
上記帯域制限されたアナログ入力信号を第一の時間間隔で順次デジタルデータ列に変換するAD変換器と、
上記AD変換器によって変換された入力データ列を順次記憶するメモリと、
上記メモリに記憶された入力データ列から上記第一の時間間隔よりも長い第二の時間間隔を持った第一の分配データ列と、この第一の分配データ列から上記第一の時間間隔ずつ遅れた第二の分配データ列と、この第一の分配データ列から上記第一および第二の時間間隔とは異なる第三の時間間隔ずつ遅れた第三の分配データ列とを抽出するデータ分配手段と、
上記第一の分配データ列に所定の窓関数を乗算し、重み付けを行う第一の重み付け手段と、
この重み付けされた第一の分配データ列をフーリエ変換し、第一の周波数領域データに変換する第一の高速フーリエ変換手段と、
上記第二の分配データ列に所定の窓関数を乗算し、重み付けを行う第二の重み付け手段と、
この重み付けされた第二の分配データ列をフーリエ変換し、第二の周波数領域データに変換する第二の高速フーリエ変換手段と、
上記第三の分配データ列に所定の窓関数を乗算し、重み付けを行う第三の重み付け手段と、
この重み付けされた第三の分配データ列をフーリエ変換し、第三の周波数領域データに変換する第三の高速フーリエ変換手段と、
上記第一または第二または第三の周波数領域データの各周波数ごとに信号が存在するかを検出する信号検出手段と、
信号が検出された場合、上記第一、第二、第三の各周波数における周波数領域データを要素とする行列に、当該信号が検出された周波数から上記第二の時間間隔の逆数の整数倍ずつずれた複数の周波数を要素とする行列の逆行列を乗算することで真の周波数を算出するエイリアジング判定手段とを備えることを特徴とする周波数分析装置。
A bandpass filter that limits the analog input signal to be frequency analyzed to a certain frequency band;
An AD converter that sequentially converts the band-limited analog input signal into a digital data sequence at a first time interval;
A memory for sequentially storing input data strings converted by the AD converter;
A first distribution data string having a second time interval longer than the first time interval from the input data string stored in the memory, and the first time interval from the first distribution data string. Data distribution for extracting a delayed second distribution data string and a third distribution data string delayed from the first distribution data string by a third time interval different from the first and second time intervals. Means,
A first weighting means for multiplying the first distribution data string by a predetermined window function and performing weighting;
A first fast Fourier transform means for Fourier transforming the weighted first distribution data string and transforming it into first frequency domain data;
A second weighting means for multiplying the second distribution data string by a predetermined window function and performing weighting;
A second fast Fourier transform means for Fourier transforming the weighted second distribution data string and transforming it into second frequency domain data;
A third weighting means for multiplying the third distribution data string by a predetermined window function and performing weighting;
A third fast Fourier transform means for Fourier transforming the weighted third distribution data string and transforming it into third frequency domain data;
Signal detection means for detecting whether a signal exists for each frequency of the first or second or third frequency domain data;
When a signal is detected, a matrix having frequency domain data at the first, second, and third frequencies as elements, and an integer multiple of the reciprocal of the second time interval from the frequency at which the signal is detected. A frequency analyzer comprising: an aliasing determination unit that calculates a true frequency by multiplying an inverse matrix of a matrix having a plurality of shifted frequencies as elements.
周波数分析すべきアナログ入力信号を一定の周波数帯域に制限する帯域フィルタと、
上記帯域制限されたアナログ入力信号を第一の時間間隔であらかじめ決められた一定回数だけ順次デジタルデータに変換するAD変換器と、
上記AD変換器によって変換された入力データを順次記憶するメモリと、
上記メモリに記憶された入力データから上記第一の時間間隔を持ったデータを抽出してなる第一の分配データ列、および上記第一の時間間隔に上記デジタル変換した一定の回数を掛けた数の二分の一より短い第二の時間間隔ずつ上記第一の分配データ列より遅れた第二の分配データ列とを抽出するデータ分配手段と、
上記第一の分配データ列に所定の窓関数を乗算し、重み付けを行う第一の重み付け手段と、
この重み付けされた第一の分配データ列をフーリエ変換し、第一の周波数領域データに変換する第一の高速フーリエ変換手段と、
上記第二の分配データ列に所定の窓関数を乗算し、重み付けを行う第二の重み付け手段と、
この重み付けされた第二の分配データ列をフーリエ変換し、第二の周波数領域データに変換する第二の高速フーリエ変換手段と、
上記第一または第二の周波数領域データの各周波数ごとに信号が存在するかを検出する信号検出手段と、
信号が検出された場合、上記第一および第二の周波数領域データの位相を比較して、真の周波数を算出し、算出した周波数において当該信号強度を足し合せていく処理を行う畳込み効果判定手段とを備えることを特徴とする周波数分析装置。
A bandpass filter that limits the analog input signal to be frequency analyzed to a certain frequency band;
An AD converter that sequentially converts the band-limited analog input signal into digital data a predetermined number of times in a first time interval;
A memory for sequentially storing the input data converted by the AD converter;
A first distribution data string obtained by extracting the data having the first time interval from the input data stored in the memory, and a number obtained by multiplying the first time interval by the predetermined number of digital conversions. A data distribution means for extracting a second distribution data string delayed from the first distribution data string by a second time interval shorter than one half of
A first weighting means for multiplying the first distribution data string by a predetermined window function and performing weighting;
A first fast Fourier transform means for Fourier transforming the weighted first distribution data string and transforming it into first frequency domain data;
A second weighting means for multiplying the second distribution data string by a predetermined window function and performing weighting;
A second fast Fourier transform means for Fourier transforming the weighted second distribution data string and transforming it into second frequency domain data;
Signal detection means for detecting whether a signal exists for each frequency of the first or second frequency domain data;
When a signal is detected, the phase of the first and second frequency domain data is compared, the true frequency is calculated, and the process of adding the signal intensity at the calculated frequency is performed. A frequency analyzer.
周波数分析すべきアナログ入力信号を一定の周波数帯域に制限する帯域フィルタと、
上記帯域制限されたアナログ入力信号を第一の時間間隔であらかじめ定められた一定回数だけ順次デジタルデータ列に変換するAD変換器と、
上記AD変換器によって変換された入力データ列を順次記憶するメモリと、
上記メモリに記憶された入力データから上記第一の時間間隔を持ったデータを抽出してなる第一の分配データ列、および上記第一の時間間隔に上記デジタル変換した一定の回数を掛けた数の二分の一より短い第二の時間間隔ずつ上記第一の分配データ列より遅れた第二の分配データ列と、上記第一の時間間隔に上記デジタル変換した一定の回数を掛けた数の二分の一より短かく、かつ上記第一および第二の時間間隔とは異なる第三の時間間隔ずつ上記第一の分配データ列より遅れた第三の分配データ列とを抽出するデータ分配手段と、
上記第一の分配データ列に所定の窓関数を乗算し、重み付けを行う第一の重み付け手段と、
この重み付けされた第一の分配データ列をフーリエ変換し、第一の周波数領域データに変換する第一の高速フーリエ変換手段と、
上記第二の分配データ列に所定の窓関数を乗算し、重み付けを行う第二の重み付け手段と、
この重み付けされた第二の分配データ列をフーリエ変換し、第二の周波数領域データに変換する第二の高速フーリエ変換手段と、
上記第三の分配データ列に所定の窓関数を乗算し、重み付けを行う第三の重み付け手段と、
この重み付けされた第三の分配データ列をフーリエ変換し、第三の周波数領域データに変換する第三の高速フーリエ変換手段と、
上記第一または第二または第三の周波数領域データいずれかの各周波数ごとに信号が存在するかを検出する信号検出手段と、
信号が検出された場合、上記第一、第二、第三の周波数領域データのいずれか2つの単位時間当たりの位相差を比較して、信号が検出された周波数における信号成分が単一か否かを判定し、信号成分が単一の場合のみ上記第一および第二の周波数領域データの位相を比較して、真の周波数を算出し、算出した周波数において当該信号強度を足し合せていく処理を行う畳込み効果判定手段とを備えることを特徴とする周波数分析装置。
A bandpass filter that limits the analog input signal to be frequency analyzed to a certain frequency band;
An AD converter that sequentially converts the band-limited analog input signal into a digital data sequence a predetermined number of times in a first time interval;
A memory for sequentially storing input data strings converted by the AD converter;
A first distribution data string obtained by extracting the data having the first time interval from the input data stored in the memory, and a number obtained by multiplying the first time interval by the predetermined number of digital conversions. A second distribution data sequence that is delayed from the first distribution data sequence by a second time interval shorter than one half of the first time interval, and a half of the number obtained by multiplying the first time interval by the predetermined number of times of digital conversion. Data distribution means for extracting a third distribution data sequence that is shorter than the first and second time intervals different from the first and second time intervals by a third distribution data sequence that is delayed from the first distribution data sequence;
A first weighting means for multiplying the first distribution data string by a predetermined window function and performing weighting;
A first fast Fourier transform means for Fourier transforming the weighted first distribution data string and transforming it into first frequency domain data;
A second weighting means for multiplying the second distribution data string by a predetermined window function and performing weighting;
A second fast Fourier transform means for Fourier transforming the weighted second distribution data string and transforming it into second frequency domain data;
A third weighting means for multiplying the third distribution data string by a predetermined window function and performing weighting;
A third fast Fourier transform means for Fourier transforming the weighted third distribution data string and transforming it into third frequency domain data;
Signal detection means for detecting whether a signal exists for each frequency of the first or second or third frequency domain data;
When a signal is detected, the phase difference per unit time of any one of the first, second, and third frequency domain data is compared to determine whether the signal component at the frequency at which the signal is detected is single. Only when there is a single signal component, the phase of the first and second frequency domain data is compared, the true frequency is calculated, and the signal strength is added at the calculated frequency. A frequency analysis apparatus comprising: a convolution effect determination means for performing
JP2002023783A 2002-01-31 2002-01-31 Frequency analyzer Expired - Fee Related JP3646702B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002023783A JP3646702B2 (en) 2002-01-31 2002-01-31 Frequency analyzer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002023783A JP3646702B2 (en) 2002-01-31 2002-01-31 Frequency analyzer

Publications (2)

Publication Number Publication Date
JP2003222646A JP2003222646A (en) 2003-08-08
JP3646702B2 true JP3646702B2 (en) 2005-05-11

Family

ID=27746394

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002023783A Expired - Fee Related JP3646702B2 (en) 2002-01-31 2002-01-31 Frequency analyzer

Country Status (1)

Country Link
JP (1) JP3646702B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006064549A (en) * 2004-08-27 2006-03-09 Nippon Telegr & Teleph Corp <Ntt> Method, system and program for analyzing spectrum
CN114157322B (en) * 2021-11-16 2023-03-21 山东轻工职业学院 Low interception signal generation method based on weighted fractional Fourier transform

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2904425B2 (en) * 1991-07-17 1999-06-14 株式会社アドバンテスト Spectrum analyzer
JP3163573B2 (en) * 1992-11-20 2001-05-08 株式会社アドバンテスト High-resolution frequency analyzer, hologram observation device using this device, vector spectrum analyzer
JP3478300B2 (en) * 1994-01-31 2003-12-15 株式会社アドバンテスト Jitter frequency component detection method
JP3305496B2 (en) * 1994-04-28 2002-07-22 株式会社アドバンテスト Doppler compensator using high-resolution frequency analyzer
JPH10213613A (en) * 1996-11-29 1998-08-11 Anritsu Corp Frequency measuring apparatus
JP2000055949A (en) * 1998-08-10 2000-02-25 Hitachi Building Systems Co Ltd Method and apparatus for analyzing frequency

Also Published As

Publication number Publication date
JP2003222646A (en) 2003-08-08

Similar Documents

Publication Publication Date Title
KR102065603B1 (en) Dominant signal detection method and apparatus
Pfetsch et al. On the feasibility of hardware implementation of sub-Nyquist random-sampling based analog-to-information conversion
JP5448452B2 (en) Data compression to generate spectral trace
US5576978A (en) High resolution frequency analyzer and vector spectrum analyzer
JP5035815B2 (en) Frequency measuring device
JP3646702B2 (en) Frequency analyzer
JPH09243679A (en) Anharmonic frequency analytical method using arbitrary section waveform
US20080222228A1 (en) Bank of cascadable digital filters, and reception circuit including such a bank of cascaded filters
EP2069806A2 (en) Signal analyzers and frequency domain data production methods
CN111812404B (en) Signal processing method and processing device
Greitans Time-frequency representation based chirp-like signal analysis using multiple level crossings
Wu et al. Time domain averaging based on fractional delay filter
US7994959B2 (en) System and method of signal sensing, sampling and processing through the exploitation of channel mismatch effects
JP2000055949A (en) Method and apparatus for analyzing frequency
JPH06160445A (en) High-resolution frequency analyzer, hologram observing device using it, and vector spectrum analyzer
JP3599994B2 (en) Radio wave measurement equipment
JP5550203B2 (en) Waveform analyzer
JPH11251969A (en) Receiver for frequency hopping spread spectrum system
JP4344356B2 (en) Detector, method, program, recording medium
JP3650767B2 (en) Jitter measuring apparatus, jitter measuring method, and test apparatus
JP4240269B2 (en) Waveform measuring instrument
JP2005517929A (en) Method and apparatus for zero mixing spectrum analysis
RU2763583C2 (en) Method for determining the frequency in a receiver with subsampling
RU2813684C1 (en) Method and device for measuring spectrum and cepstral parameters of information acoustic signals of television and radio broadcasting
JP2001312289A (en) Filter circuit for band division, and signal analyzing device and signal processing device using the same

Legal Events

Date Code Title Description
RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20040709

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20041222

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20050118

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20050131

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080218

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090218

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100218

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees