JPH01264307A - Modulator - Google Patents

Modulator

Info

Publication number
JPH01264307A
JPH01264307A JP9172888A JP9172888A JPH01264307A JP H01264307 A JPH01264307 A JP H01264307A JP 9172888 A JP9172888 A JP 9172888A JP 9172888 A JP9172888 A JP 9172888A JP H01264307 A JPH01264307 A JP H01264307A
Authority
JP
Japan
Prior art keywords
nts
nyquist filter
filter
ram1
tap
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.)
Granted
Application number
JP9172888A
Other languages
Japanese (ja)
Other versions
JP2635361B2 (en
Inventor
Tatsuya Yaguchi
達也 矢口
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP63091728A priority Critical patent/JP2635361B2/en
Publication of JPH01264307A publication Critical patent/JPH01264307A/en
Application granted granted Critical
Publication of JP2635361B2 publication Critical patent/JP2635361B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PURPOSE:To reduce the number of additions and that of subtractions by consti tuting a Nyquist filter of a digital signal processor, dividing the Nyquist filter into groups having tap coefficients at every baud cycle, and selecting the tap coefficient appropriately at the time of performing multiplication and the addi tion. CONSTITUTION:The impulse responses h(nTs)203 and 204 of the Nyquist filter are constituted of a FIR filter generally to guarantee constant phase lag. The FIR filter is constituted of delay apparatuses (300-302), multipliers (303-307), the tap coefficients (h0-hn-1), and an adder 308. Firstly, the initialization of the delay apparatuses (300-302) are performed, Following that, an input signal is fetched in at every Ts, and equation is operated. In the equation, in(iTs) expresses an input signal system, and out(nTs) expresses an output signal sys tem. At the time of performing the arithmetic operation, control is performed in such a way that no multiplication is performed on input data whose value is recognized as '0' from the beginning out of the input data in(iTs) by substitut ing the order of the tap coefficients of the Nyquist filter.

Description

【発明の詳細な説明】 [産業上の利用分野] 本発明はデジタルシグナルプロセッサでナイキストフィ
ルタを構成して成る変調装置に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a modulation device comprising a Nyquist filter using a digital signal processor.

[従来の技術] デジタル信号データを一般公衆回線(アナログ回線)を
介して伝送する場合、デジタル信号を所望のアナログ信
号に変換したりその逆変換を行なう変復調器(モデム)
が必要になる。
[Prior Art] When transmitting digital signal data via a general public line (analog line), a modulator/demodulator (modem) converts the digital signal into a desired analog signal and vice versa.
is required.

近年は、デジタル技術の発達により、ディジタル処理可
能な領域をDSP (デジタル信号処理用プロセッサ)
で構成する場合が多い。
In recent years, with the development of digital technology, areas that can be processed digitally have been expanded to DSP (digital signal processing processor).
It is often composed of

また、送信側装置における送信データを変調する変調器
において、変調器の変調方式はデータ転送スピード等に
応じて多数考えられており、その代表的なものには、搬
送波の位相を変化させる位相変調方式、搬送周波数を変
化させる周波数変調(FSX)方式、振幅を変化させる
振幅変調(AM)方式、及び振幅、位相を変化させる直
交振幅変調(QAM)方式等がある。
In addition, for the modulator that modulates the transmission data in the transmitting side device, many modulation methods have been considered depending on the data transfer speed, etc., and the typical one is phase modulation that changes the phase of the carrier wave. There are a frequency modulation (FSX) method that changes the carrier frequency, an amplitude modulation (AM) method that changes the amplitude, and a quadrature amplitude modulation (QAM) method that changes the amplitude and phase.

この変調器で変調された信号は、D/A変換器でアナロ
グ信号に変換されアナログ回線に送出される。そして受
信側装置で元に復調されることになる。
The signal modulated by this modulator is converted into an analog signal by a D/A converter and sent to an analog line. The signal is then demodulated back to its original state by the receiving device.

従来DSPで変調器を構成した場合には、送信源データ
d (nTd)を、例えばX成分のx (nTb)及び
X成分のy (nTb)の2次元符号に変換して出力し
ている。従って、受信側でこれを完全に復元する為には
、送信側で2/ (Tb)[Hz]以上でサンプリング
しなければならない。
Conventionally, when a modulator is configured with a DSP, transmission source data d (nTd) is converted into a two-dimensional code of, for example, an X component x (nTb) and an X component y (nTb) and output. Therefore, in order to completely restore this on the receiving side, the transmitting side must sample at 2/(Tb) [Hz] or higher.

ここで、Td:送信源データ周期、Tb;ボー周期であ
る。
Here, Td: transmission source data period, Tb: baud period.

[発明が解決しようとしている課題] 従って、この復元のためには、n個の乗算とn個の加算
を短い時間の中で行なわなければならず、DSPでナイ
キストフィルタリングを実行するには非常な高速性が要
求され、場合によっては演算が間に合わない場合も発生
するおそれがあった。
[Problem to be solved by the invention] Therefore, in order to perform this restoration, n multiplications and n additions must be performed in a short time, which is extremely time consuming to perform Nyquist filtering on a DSP. High speed is required, and in some cases there is a risk that calculations may not be completed in time.

即ち、また、CCITT勧告V27ter、V2Oを実
現するとなるとナイキストフィルタのタップ数も32〜
64程度必要となり莫大な演算量を必要としていた。
In other words, if CCITT recommendations V27ter and V2O are to be realized, the number of Nyquist filter taps will also need to be 32 to 32.
Approximately 64 calculations were required, which required a huge amount of calculation.

[課題を解決するための手段] 本発明は上述の課題を解決することを目的として成され
たもので、上述の課題を解決する一手段として以下の構
成を備える。
[Means for Solving the Problems] The present invention has been made for the purpose of solving the above-mentioned problems, and includes the following configuration as one means for solving the above-mentioned problems.

即ち、デジタルシグナルプロセッサでナイキストフィル
タを構成して成る変調装置であって、ナイキストフィル
タをボー周期ごとのタップ係数を持つグループに分割し
て構成する。
That is, the modulation device is constructed by constructing a Nyquist filter using a digital signal processor, and the Nyquist filter is constructed by dividing the Nyquist filter into groups having tap coefficients for each baud period.

[作用] 以上の構成において、乗算ならびに加算を行なう際にナ
イキストフィルタのタップ計数を適時選択することによ
り、乗算回数ならびに加算回数を大幅に削減することが
できる。
[Operation] In the above configuration, by appropriately selecting the tap count of the Nyquist filter when performing multiplication and addition, the number of multiplications and additions can be significantly reduced.

[実施例コ 以下、図面を参照して本発明に係る一実施例を詳細に説
明する。
[Example 1] Hereinafter, an example according to the present invention will be described in detail with reference to the drawings.

第1図は本発明に係る一実施例の変復調装置(モデム)
のブロック図であり、図中鎖線で囲んだ部分がDSP 
(デジタル信号処理プロセッサ)で構成される部分であ
る。
FIG. 1 shows a modulation/demodulation device (modem) according to an embodiment of the present invention.
This is a block diagram of the DSP.
(digital signal processing processor).

第1図において、100及び118は本実施例のモデム
に接続される送信すべきデジタル信号を発生する送信端
末及び受信端末である。
In FIG. 1, 100 and 118 are transmitting terminals and receiving terminals that are connected to the modem of this embodiment and generate digital signals to be transmitted.

101は、同一データの連続出力を防止するため、送信
データをランダム化するスクランブラ、102はスクラ
ンブラ101からの信号をトリビット、グイビット毎等
に符号を割り付ける符号器、103は信号の符号量干渉
を防ぐパルス成形フィルタ(ロールオフフィルタ)、1
04はパルス成形フィルタ103よりの信号に対して所
定の変調処理を実行する変調器である。この変調器10
4での変調方式は搬送波の振幅、位相を変化させる直交
振幅変調(QAM)方式である。
101 is a scrambler that randomizes transmission data in order to prevent continuous output of the same data; 102 is an encoder that assigns a code to the signal from the scrambler 101 for each tribit, guibit, etc.; and 103 is a code amount interference of the signal. Pulse shaping filter (roll-off filter) that prevents
04 is a modulator that performs predetermined modulation processing on the signal from the pulse shaping filter 103. This modulator 10
The modulation method in No. 4 is a quadrature amplitude modulation (QAM) method that changes the amplitude and phase of a carrier wave.

この変調器104で変調された信号は、アナログ回線で
ある公衆回線等に送出すべくD/A変換器105でアナ
ログ信号に変換され、更にローパスフィルタ106によ
り伝送路の伝送帯域に合致させるべく余分な高調波成分
が取り除かれ、伝送路へ送出される。
The signal modulated by this modulator 104 is converted into an analog signal by a D/A converter 105 to be sent to an analog public line, etc., and is further processed by a low-pass filter 106 to match the transmission band of the transmission path. harmonic components are removed and sent to the transmission line.

一方、伝送路よりの伝送信号は、まずその伝送帯域以外
の成分がバンドパスフィルタ110で除去され、続いて
AGClllで受信側で扱う信号レベルに制御され、さ
らにA/D変換器112でデジタル信号化される。そし
てデジタル信号化された後、復調器113により変調前
の元の信号に復調される。ここで、114は等化器であ
り、上述した如くここで伝送されてきた受信信号から伝
送中に受けた歪成分が除去され、本来の送信信号が抽出
される。この等化器114の出力信号は判定器115に
送られ、ここで符号ポイントに判定され、その後復号器
116で復号されてデイスクランブラ117に送られ、
送信側のスクランブラ101でランダム化された信号が
元に戻される。
On the other hand, from the transmission signal from the transmission path, components outside the transmission band are first removed by a bandpass filter 110, then controlled by the AGCll to a signal level that can be handled on the receiving side, and then converted into a digital signal by the A/D converter 112. be converted into After being converted into a digital signal, it is demodulated by the demodulator 113 into the original signal before modulation. Here, 114 is an equalizer, which removes distortion components received during transmission from the received signal as described above, and extracts the original transmitted signal. The output signal of the equalizer 114 is sent to a determiner 115, where it is determined to be a code point, and then decoded by a decoder 116 and sent to a descrambler 117.
The signal randomized by the scrambler 101 on the transmitting side is restored to its original state.

こうして送信端末100より出力された送信信号と同様
の信号に戻され、受信端末118側に出力される。
In this way, the signal is returned to the same signal as the transmission signal output from the transmitting terminal 100, and is output to the receiving terminal 118 side.

この様に、モデムを用いることにより、一般のアナログ
回線である公衆回線を介してデジタル信号の伝送が可能
になる。
In this way, by using a modem, it is possible to transmit digital signals via a public line, which is a general analog line.

以上の構成を備える本実施例のDSP (デジタル信号
処理プロセッサ)の変調器部分の詳細構成を第2図を参
照して以下に説明する。
The detailed configuration of the modulator portion of the DSP (digital signal processing processor) of this embodiment having the above configuration will be explained below with reference to FIG.

第2図において、200は符号変換器であり、送信源デ
ータd (nTd)を2次元符号のX成分のx (nT
b)及びy成分のy(nTb)に変換して出力している
。従って、受信側で完全に、x (nTb)及びy (
nTb)に復元する為には、送信側で2 / (T b
 )  [Hz ]以上でサンプリングしなければなら
ない。
In FIG. 2, 200 is a code converter which converts transmission source data d (nTd) into x (nT
b) and y component y (nTb) and output. Therefore, on the receiving side, x (nTb) and y (
nTb), on the transmitting side 2 / (T b
) Must be sampled at or above [Hz].

ここで、Td;送信源データ周期、Tb:ボー周期であ
る。
Here, Td: transmission source data period, Tb: baud period.

201及び202は、上述のサンプリング定理を満たす
為のゼロインサーション回路であり、(nTb)点以外
のx (nTb)、 y(nTb)点を“0′°として
いる。これらのゼロインサーション回路201,202
の出力はa(nTs)、b (nTs)である。203
,204はナイキストフィルタのインパルスレスポンス
h (nTs)である。ここでは、送信信号の帯域を制
限し符号量干渉を除去する為に、人力であるa (nT
s)及びb (nTs)とのコンポルージョンがとられ
、結果としてp (nTs)及びq (nTs)が出力
される。このコンポルージョンはサンプリング周期Ts
の間に終了しなければならない。
201 and 202 are zero insertion circuits to satisfy the above-mentioned sampling theorem, and x (nTb) and y (nTb) points other than the (nTb) point are set to "0'°. These zero insertion circuits 201, 202
The outputs of are a(nTs) and b(nTs). 203
, 204 is the impulse response h (nTs) of the Nyquist filter. Here, a (nT
s) and b (nTs), and p (nTs) and q (nTs) are output as a result. This convolution has a sampling period Ts
must be finished in between.

出力p (nTs)及びq (nTs)はそれぞれ乗算
器205,206でcos(Wc−nTs)及びs i
 n (Wc−nTs)と乗算され、両乗算値は加算器
207により加算され、変調信号s (nTs)として
出力される。この変調信号s (nTs)はD/A変換
器208(第1図のD/A変換器105)に送られ、を
通りアナログ信号に変換される。
The outputs p (nTs) and q (nTs) are converted into cos (Wc-nTs) and s i by multipliers 205 and 206, respectively.
n (Wc-nTs), both multiplication values are added by an adder 207, and output as a modulation signal s (nTs). This modulated signal s (nTs) is sent to a D/A converter 208 (D/A converter 105 in FIG. 1), and is converted into an analog signal.

なお、インパルスレスポンスh (nTs)203.2
04は通常定位相遅延を保証する為にFIRフィルタで
構成される。
In addition, impulse response h (nTs) 203.2
04 is usually configured with an FIR filter to ensure constant phase delay.

以下、このFIRフィルタの構成について第3図を用い
て説明する。
The configuration of this FIR filter will be explained below using FIG. 3.

第3図中300〜302は遅延器、303〜307は乗
算器、h o ” h n−+はタップ係数、308は
加算器である。
In FIG. 3, 300 to 302 are delay units, 303 to 307 are multipliers, ho''h n-+ is a tap coefficient, and 308 is an adder.

まず最初に、遅延器300〜302が初期化される。続
いて入力信号がTsごとに取り込まれ○u t (nT
s) =”l−’h、、−+  ・i n (i Ts
)が演算される。ここでin (iTs)は入力信号系
列、out (nTs)は出力信号系列を表わす。
First, delay units 300-302 are initialized. Next, the input signal is taken in every Ts and ○u t (nT
s) = "l-'h,, -+ ・i n (i Ts
) is calculated. Here, in (iTs) represents an input signal sequence, and out (nTs) represents an output signal sequence.

従って、この演算を従来の如く全てDSPで演算しよう
とすると、 o u t (nTs) :’、E−’hn−I  H
i n (i Ts)の演算にはn個の乗算とn個の加
算が含まれTsの間に処理を終了しなければならない。
Therefore, if we try to perform all of these calculations on a DSP as in the past, out (nTs):', E-'hn-I H
The operation of i n (i Ts) includes n multiplications and n additions, and must be completed within Ts.

このため、DSPにはかなりの高速性が要求されること
になってしまう。
For this reason, the DSP is required to have considerable high speed.

このため、本実施例では、上述の演算を行なう時に、ナ
イキストフィルタのタップ計数の順序を替えることによ
り、入力データ1n(iTs)のうち、最初から“0”
と判明しているものに対しては乗算を行なわないよう制
御している。
Therefore, in this embodiment, when performing the above calculation, by changing the order of the tap counts of the Nyquist filter, the input data 1n (iTs) is set to "0" from the beginning.
Control is performed so that multiplication is not performed for those that are known to be .

以下、具体的に第4図(A)、(B)ならびに第5図(
A)、(B)を用いて本実施例を従来のものと対比しな
がら説明する。
Below, we will specifically explain Figures 4 (A), (B) and Figure 5 (
This embodiment will be explained using A) and (B) in comparison with the conventional one.

なお、本実施例においてはナイキストフィルタとして、
変調速度1200bps、サンプリング速度9600H
z、ナイキルトフィルタタップ数32のものを採用した
In addition, in this example, as a Nyquist filter,
Modulation speed 1200 bps, sampling speed 9600H
z, a Nyquilt filter with 32 taps was adopted.

第4図(A)、(B)、第5図(A)、(B)ともに、
Ramp、Ram1はDSPに内蔵のRamの記憶領域
の一例を示しており、それぞれ(A)、(B)の2面分
もっている。
Both Fig. 4 (A), (B) and Fig. 5 (A), (B),
Ramp and Ram1 indicate an example of the storage area of the built-in RAM in the DSP, and each has two sides (A) and (B).

第4図(A)、第5図(A)におけるROFはRam0
及びRam1の先頭アドレス、第4図(B)、第5図(
B)におけるRVDTはRam1の先頭アドレスである
。図中、Ram0及びRam1の右側に示している16
進2桁の数字は、それぞれROF、RVDTに対する相
対アドレスである。
The ROF in Fig. 4 (A) and Fig. 5 (A) is Ram0
and the start address of Ram1, Fig. 4 (B), Fig. 5 (
RVDT in B) is the start address of Ram1. In the figure, 16 shown on the right side of Ram0 and Ram1
The two-digit numbers are relative addresses to the ROF and RVDT, respectively.

まず、第4図(A)、(B)を用いて、従来のout 
(nTs)=Σhn−+  −in (iTs)の演算
法について説明する。第4図中において、ha”hs+
はナイキストフィルタのタップ係数である。
First, using Fig. 4 (A) and (B), the conventional out
The calculation method of (nTs)=Σhn−+ −in (iTs) will be explained. In Figure 4, ha"hs+
is the tap coefficient of the Nyquist filter.

最初にRam1の(00〜IF)が初期化される。i 
n (0−Ts)がRam1の先頭アドレス(00’)
に格納され out  (0−Ts)=Σh−+・i n  (i 
Ts)が演算される。
First, (00 to IF) of Ram1 is initialized. i
n (0-Ts) is the start address of Ram1 (00')
out (0-Ts)=Σh-+・i n (i
Ts) is calculated.

続いて、1n(1=Ts)がRam1  (IF)に格
納され out (1・Ts)=Σh+−+  −in (iT
s)が演算される。
Subsequently, 1n (1=Ts) is stored in Ram1 (IF) and out (1・Ts)=Σh+−+ −in (iT
s) is calculated.

ここで、in (1・Ts)がRam1 (IF)に格
納されるが、これは既知のDSPのアーキテクチャを巧
く駆使した、リングカウンタを使用することによるコン
ポルージョン演算の高速化の手法であるので説明は省略
する。
Here, in (1・Ts) is stored in Ram1 (IF), which is a method of speeding up the convolution operation by using a ring counter, which makes full use of the known DSP architecture. Therefore, the explanation will be omitted.

以上の様な一連の動作を繰り返すことによりout (
0−Ts)、out (1−Ts)、−・・、out 
(n−Ts)、・・・が求まる。このように従来の方法
で演算をすると、合計32回の乗算と32回の加算なT
s時間内に全て行なわなければならない。このため、端
時間に、莫大な演算量を必要とする。
By repeating the above series of operations, out (
0-Ts), out (1-Ts), -..., out
(n-Ts), . . . are found. In this way, when calculations are performed using the conventional method, T
All must be done within s time. Therefore, a huge amount of calculation is required in the end time.

これに対する本実施例の演算方法を説明する。The calculation method of this embodiment for this purpose will be explained.

本実施例では、タップ係数を第4図(A)より第5図(
A)のRam0に示す様に並べ替えている。つまり、最
初の4ワードはhoから始まり、(9600Hz/1 
200bps)=  “8” 毎゛にha、h+a、h
24のようにタップ係数を選択する。そして次の4ワー
ドはhlから始まり、he、h+t、h2Bの如くに同
じく“8“毎にタップ係数を選択する。
In this example, the tap coefficients are changed from Fig. 4 (A) to Fig. 5 (
They are rearranged as shown in Ram0 in A). In other words, the first 4 words start with ho and the frequency is (9600Hz/1
200bps) = “8” every ゛ha, h+a, h
Select tap coefficients as shown in 24. The next four words start from hl and similarly select tap coefficients every "8", such as he, h+t, and h2B.

以上の様な手順で、h0〜h31までタップ係数を使い
切るまでRam0上に第5図(A)の如くに配置する。
Following the above procedure, tap coefficients h0 to h31 are arranged on Ram0 as shown in FIG. 5(A) until the tap coefficients are used up.

次に、第5図(B)の如く、Ram1として入力データ
1n(iTs)格納用に4ワード用意する。
Next, as shown in FIG. 5(B), four words are prepared as RAM1 for storing input data 1n (iTs).

ここで、入力データ1n(iTs)に着目すると、この
1n(iTs)は、第2図におけるa(nTs)、或は
b (nTs)に相当し、(87s)ごとにx (nT
b)或はy(nTb)の情報を有し、その他の点は“0
゛である。
Here, if we focus on the input data 1n(iTs), this 1n(iTs) corresponds to a(nTs) or b(nTs) in FIG.
b) or has information of y(nTb), and other points are “0”
It is.

従って。Therefore.

out (nTs)=Σl”In−+  Hin (i
Ts)におけるhn−+  ・in (iTs)の掛算
は、(8Ts)毎に“0”以外の値を持ち、それ以外の
点は計算するまでもなく“O”であることが解る。
out (nTs)=Σl”In−+ Hin (i
It can be seen that the multiplication of hn-+·in (iTs) in Ts) has a value other than "0" every (8Ts), and the other points are "O" without any calculation.

この特質を生かし、 out (nTs)=Σ’hn−t 1 i n、(i
 Ts)を効率よく演算するのが本発明の主眼である。
Taking advantage of this characteristic, out (nTs) = Σ'hn-t 1 i n, (i
The main objective of the present invention is to efficiently calculate Ts).

このため、演算に先立ち第5図のRam1が初期化され
、Ram1 (00)に1n(0−Ts)が格納される
。この時点で、Ram0 (00)〜Ram0 (03
)とRam1 (00) 〜Ram1(03)のコンポ
ルージョンがとられる。
Therefore, prior to the calculation, Ram1 in FIG. 5 is initialized, and 1n (0-Ts) is stored in Ram1 (00). At this point, Ram0 (00) to Ram0 (03
) and Ram1 (00) to Ram1 (03) are taken.

続いて、Ram0 (04) 〜Ram0 (07)と
Ra m l (OO) 〜Ra m 1 (03)の
コンポルージョンがとられる。
Subsequently, a convolution of Ram0 (04) to Ram0 (07) and Ram 1 (OO) to Ram 1 (03) is taken.

この一連の動作はRam○(IC)〜Ram0(IF)
とRam1 (00) 〜Ram1 (03)のコンポ
ルージョンがとられるまで繰り返される。
This series of operations is Ram○ (IC) ~ Ram0 (IF)
This process is repeated until the convolution of Ram1 (00) to Ram1 (03) is completed.

以上の動作が終了すると、1n(1・Ts)がRam1
  (03)に入力され、同様の一連の動作が繰り返さ
れる。
When the above operation is completed, 1n(1・Ts) is Ram1
(03), and the same series of operations is repeated.

従って、本実施例では out (nTs)=g、i+、1−+  Hin (
iTs)を演算するのに4回の乗算と4回の加算のみで
済み、演算量を大幅に少なくすることが可能となるので
ある。
Therefore, in this example, out (nTs)=g, i+, 1-+ Hin (
iTs) requires only four multiplications and four additions, making it possible to significantly reduce the amount of calculations.

なお、本実施例はCCITTモデム勧告V27terに
おける2400bpsの伝送速度を使用する時に必要と
する、変調速度1200bpsにおける9600Hzの
サンプリング速度、ならびに32タツプのナイキストフ
ィルタを採用した例に付いて説明したが、本発明はこの
例に限定されるものではなく、例えばV29の2400
bpsの場合に9600Hzのサンプリング速度ならび
に64タツプのナイキストフィルタを採用してもよい。
Note that this embodiment has been described with reference to an example in which a sampling rate of 9600 Hz at a modulation rate of 1200 bps and a 32-tap Nyquist filter are adopted when using the 2400 bps transmission rate in the CCITT modem recommendation V27ter. The invention is not limited to this example; for example, the V29 2400
A sampling rate of 9600 Hz and a 64-tap Nyquist filter may be employed for bps.

この場合においても、 out (nTs)=Σhn−r  −i n (iT
s)の演算をするのに16回の乗算と16回の加算を行
なうのみでよい。この様に従来の如き64回の乗算と6
4回の加算を行なう場合に比べて、大幅な演算量の減少
を可能にしている。
In this case as well, out (nTs)=Σhn−r −in (iT
s) requires only 16 multiplications and 16 additions. In this way, 64 multiplications and 6
Compared to the case where addition is performed four times, it is possible to significantly reduce the amount of calculation.

V27ter、1600bpsの場合も同様の効果が得
られ、9600Hzのサンプリング速度、ならびに48
タツプのナイキストフィルタを採用し、本実施例の構成
で演算すると8回の乗算と8回の加算の演算のみで済む
A similar effect is obtained for the V27ter, 1600 bps, with a sampling rate of 9600 Hz, and 48
If a tap Nyquist filter is used and the configuration of this embodiment is used, only eight multiplications and eight additions are required.

本実施例における詳細動作を第6図のフローチャートを
参照して説明する。
The detailed operation in this embodiment will be explained with reference to the flowchart in FIG.

まず、ステップ600で入力データ格納に先だってRa
m1を初期化し、ステップ601で入力データの格納先
アドレス用に使用するカウンタnを初期化する。続くス
テップ602でnmod4を用いてRam1アドレスを
決定する。従って、最初の入力データはRam1 (0
0)に格納されることになる。次のステップ603でh
a、ha、has、hzaとRam1とのコンポルージ
ョンを行ない、ステップ604でその結果を出力する。
First, in step 600, before input data is stored, Ra
m1 is initialized, and in step 601, a counter n used for the storage address of input data is initialized. In the following step 602, the Ram1 address is determined using nmod4. Therefore, the first input data is Ram1 (0
0). In the next step 603 h
A, ha, has, hza are convolved with Ram1, and the result is output in step 604.

同様にステップ605でh+ %he s htt、h
asとRam1とのコンポルージョンを行ない、ステッ
プ606でその結果を出力し、ステップ607でh 2
 % h 10、hlll、hasとRam1どのコン
ポルージョンを行ない、ステップ608でその結果を出
力、ステップ609でh3 % hllb has、h
aaとRam1とのコンポルージョンを行ない、ステッ
プ610でその結果を出力する。ステップ611でh4
、hl□、h 20%  h isとRam1とのコン
ポルージョンを行ない、ステップ612でその結果を出
力し、ステップ613でhll、hI3、h 211 
 h 2QとRam1とのコンポルージョンを行ない、
ステップ614でその結果を出力し、ステップ615で
h ll 、h 14、h22、hsoとRam1との
コンポルージョンを行ない、ステップ616でその結果
を出力し、ステップ617でh7、h16、h23、h
a1とRam1とのコンポルージョンを行ない、ステッ
プ618でその結果を出力する。
Similarly, in step 605, h+ %he s htt, h
Perform convolution of as and Ram1, output the result in step 606, and output h2 in step 607.
% h 10, hllb has, h
Convolution is performed between aa and Ram1, and the result is output at step 610. h4 in step 611
, hl□, h 20% h is and Ram1 are convolved, the result is output in step 612, and hll, hI3, h 211 is output in step 613.
h Perform convolution with 2Q and Ram1,
Step 614 outputs the result, step 615 performs convolution of hll, h14, h22, hso and Ram1, step 616 outputs the result, step 617 h7, h16, h23, h
Convolution is performed between a1 and Ram1, and the result is output in step 618.

以上の一連の演算処理の後、ステップ619で入力デー
タ格納Ram1のアドレス用カウンタnをデクリメント
し、続いてステップ620でこのカウンタnが“0”か
否かを調べる。ここでカウンタnがであればステップ6
01に戻り、カウンタnを再び“4″に初期化して上述
の処理を行なう。
After the above series of arithmetic operations, the address counter n of the input data storage RAM1 is decremented in step 619, and then it is checked in step 620 whether or not this counter n is "0". If counter n is here, step 6
01, the counter n is again initialized to "4", and the above-described processing is performed.

一方、カウンタnが“O”でなければステップ602に
戻り、上述の処理を行なう。
On the other hand, if the counter n is not "O", the process returns to step 602 and the above-described process is performed.

以上の動作を入力データ系列が続く限り継続させる。The above operations are continued as long as the input data series continues.

以上説明した如く本実施例によれば、次に述べる効果を
挙げることができる。
As explained above, according to this embodiment, the following effects can be achieved.

デジタルシグナルプロセッサを用いて、従来のアルゴリ
ズムで out(nTs)=Σhn−+  Hi n (i T
s)なるナイキストフィルタリングを実行するとTs時
間内に32回の乗算と32回の加算を行なわなければな
らないが、本実施例によるアル、ゴリズムを採用するこ
とにより、V27terモデムで、サンプリング速度9
600Hz、32タツプのナイキストフィルタを使用し
た場合に、Ts時間内に4回の乗算と4回の加算を行な
うのみで済ますことができ、その効果たるや絶対である
Using a digital signal processor, out(nTs) = Σhn-+ Hi n (i T
s) If Nyquist filtering is performed, 32 multiplications and 32 additions must be performed within the time Ts, but by adopting the algorithm according to this embodiment, the sampling rate can be reduced to 9 with a V27ter modem.
When a 600 Hz, 32 tap Nyquist filter is used, only four multiplications and four additions are required within the Ts time, and the effect is absolute.

また、本発明は上述の実施例に限定されるものではなく
、V27terモデムで変調速度1600bps、サン
プリング速度9600Hzで48タツプのナイキストフ
ィルタを使用した場合、あるいはV29モデムで変調速
度2400bps、サンプリング速度9600Hz、6
4タツプのナイキストフィルタを使用した場合にも同様
のアルゴリズムによる変調処理を行なうことにより、同
様の効果を得ることができる。
Furthermore, the present invention is not limited to the above-described embodiments, but can be applied to a V27ter modem using a 48-tap Nyquist filter at a modulation rate of 1600bps and a sampling rate of 9600Hz, or a V29 modem with a modulation rate of 2400bps and a sampling rate of 9600Hz, 6
Even when a 4-tap Nyquist filter is used, the same effect can be obtained by performing modulation processing using a similar algorithm.

[発明の効果] 以上説明した如く本発明によれば、乗算ならびに加算を
行なう際にナイキストフィルタのタップ計数を適時選択
することにより、乗算回数ならびに加算回数を大幅に削
減することができる。
[Effects of the Invention] As described above, according to the present invention, by appropriately selecting the tap count of the Nyquist filter when performing multiplication and addition, it is possible to significantly reduce the number of times of multiplication and addition.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明に係る一実施例モデムの基本構成図、 第2図は第1図の変調部の基本回路構成図、第3図は本
実施例のナイキストフィルタ回路図、 第4図(A)、(B)は従来のナイキストフィルタのタ
ップ係数配置図、 第5図(A)、(B)は本実施例のタップ係数配置図、 第6図は本実施例の動作フローチャートである。 図中、100・・・送信端末、101・・・スクランブ
ラ、102・・・符号器、103・・・パルス成形フィ
ルタ、104・・・変調器、105,208・・−D/
A変換器、106・・・ローパスフィルタ、110・・
・バンドパスフィルタ、111・・・AGC,112・
・・A/D変換器、113・・・復調器、114・・・
等化器、115・・・判定器、116・・・復号器、1
17・・・デイスクランブラ、118・・・受信端末、
200・・・符号変換器、201,202・・・ゼロイ
ンサーション回路、205,206・・・乗算器、20
7゜303〜308,403−・・加算器、300〜3
02・・・遅延器である。 Ram0           Ram1(A)   
     CB) 第4図 Ram0 (A) aml 第5図
FIG. 1 is a basic configuration diagram of a modem according to an embodiment of the present invention, FIG. 2 is a basic circuit diagram of the modulation section of FIG. 1, FIG. 3 is a Nyquist filter circuit diagram of this embodiment, and FIG. A) and (B) are tap coefficient arrangement diagrams of a conventional Nyquist filter, FIGS. 5A and 5B are tap coefficient arrangement diagrams of this embodiment, and FIG. 6 is an operation flowchart of this embodiment. In the figure, 100... transmitting terminal, 101... scrambler, 102... encoder, 103... pulse shaping filter, 104... modulator, 105, 208... -D/
A converter, 106...Low pass filter, 110...
・Band pass filter, 111...AGC, 112・
...A/D converter, 113... Demodulator, 114...
Equalizer, 115... Determiner, 116... Decoder, 1
17... Descrambler, 118... Receiving terminal,
200... Code converter, 201, 202... Zero insertion circuit, 205, 206... Multiplier, 20
7゜303~308,403-...adder, 300~3
02... Delay device. Ram0 Ram1 (A)
CB) Figure 4 Ram0 (A) aml Figure 5

Claims (1)

【特許請求の範囲】[Claims] デジタルシグナルプロセッサでナイキストフィルタを構
成して成る変調装置であつて、前記ナイキストフィルタ
をボー周期ごとのタップ係数を持つグループに分割して
構成し、乗算ならびに加算を行なう際に前記タップ計数
を適時選択することにより、乗算回数ならびに加算回数
を大幅に削減することを特徴とする高速変調装置。
A modulation device comprising a Nyquist filter configured by a digital signal processor, wherein the Nyquist filter is divided into groups having tap coefficients for each baud period, and the tap count is selected appropriately when performing multiplication and addition. A high-speed modulation device characterized by significantly reducing the number of multiplications and additions.
JP63091728A 1988-04-15 1988-04-15 Modulator Expired - Fee Related JP2635361B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63091728A JP2635361B2 (en) 1988-04-15 1988-04-15 Modulator

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63091728A JP2635361B2 (en) 1988-04-15 1988-04-15 Modulator

Publications (2)

Publication Number Publication Date
JPH01264307A true JPH01264307A (en) 1989-10-20
JP2635361B2 JP2635361B2 (en) 1997-07-30

Family

ID=14034569

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63091728A Expired - Fee Related JP2635361B2 (en) 1988-04-15 1988-04-15 Modulator

Country Status (1)

Country Link
JP (1) JP2635361B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0451955A2 (en) * 1990-03-13 1991-10-16 Hewlett-Packard Company Swept signal analysis instrument and method
US5487089A (en) * 1992-02-17 1996-01-23 Matsushita Electric Industrial Co., Ltd. Nyquist filter for digital modulation

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60157347A (en) * 1984-01-27 1985-08-17 Hitachi Ltd Non-synchronous interpolation method

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60157347A (en) * 1984-01-27 1985-08-17 Hitachi Ltd Non-synchronous interpolation method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0451955A2 (en) * 1990-03-13 1991-10-16 Hewlett-Packard Company Swept signal analysis instrument and method
US5487089A (en) * 1992-02-17 1996-01-23 Matsushita Electric Industrial Co., Ltd. Nyquist filter for digital modulation

Also Published As

Publication number Publication date
JP2635361B2 (en) 1997-07-30

Similar Documents

Publication Publication Date Title
US7196648B1 (en) Non-integer decimation using cascaded intergrator-comb filter
EP1012964A1 (en) Single side-band modulation system for use in digitally implemented multicarrier transmission systems
US4016410A (en) Signal processor with digital filter and integrating network
EP0543568A2 (en) High resolution filtering using low resolution processors
US4731800A (en) Raised-cosine filtering for modems
JPH1155215A (en) Spread spectrum receiving device
JPH05260100A (en) Transmitted signal processing method
US5057786A (en) Quadrature amplitude modulation wave demodulator provided with band-pass filters for fixed equalizer
JPH03203416A (en) Automatic equalizer and orthogonal amplitude modem
Van Gerwen et al. Microprocessor implementation of high-speed data modems
JPH01264307A (en) Modulator
JPS63185232A (en) Adaptive type jitter canceler
JPH07235861A (en) Sampling frequency conversion method of using weighted average
JPH0746810B2 (en) Transmission system
US6535073B1 (en) Device and method for I/Q modulation, frequency translation and upsampling
US6058404A (en) Apparatus and method for a class of IIR/FIR filters
JP3132175B2 (en) Adaptive method and adaptive circuit for coefficients of modem equalizer.
EP0901257A2 (en) Method for generating a multimodulation frame and modulator for carrying out said method
JP2004201267A (en) Digital filter, its factor calculation apparatus and factor calculation method
JP4297573B2 (en) Digital signal processing method
WO1992009147A1 (en) A method and arrangement for use in the elimination of echoes in a subscriber line circuit
JP2002300224A (en) Receiver
JP3675484B2 (en) Two data stream distortion corrector
EP0162714A2 (en) Coding baseband signals
Kouvaras et al. A technique for a substantial reduction of the quantization noise in the direct processing of delta-modulated signals

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees