KR930004529Y1 - Handamard converter for data compresion - Google Patents

Handamard converter for data compresion Download PDF

Info

Publication number
KR930004529Y1
KR930004529Y1 KR2019890004096U KR890004096U KR930004529Y1 KR 930004529 Y1 KR930004529 Y1 KR 930004529Y1 KR 2019890004096 U KR2019890004096 U KR 2019890004096U KR 890004096 U KR890004096 U KR 890004096U KR 930004529 Y1 KR930004529 Y1 KR 930004529Y1
Authority
KR
South Korea
Prior art keywords
data
latch circuit
converter
signal
output
Prior art date
Application number
KR2019890004096U
Other languages
Korean (ko)
Other versions
KR900017703U (en
Inventor
황성하
Original Assignee
삼성전자 주식회사
강진구
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 삼성전자 주식회사, 강진구 filed Critical 삼성전자 주식회사
Priority to KR2019890004096U priority Critical patent/KR930004529Y1/en
Publication of KR900017703U publication Critical patent/KR900017703U/en
Application granted granted Critical
Publication of KR930004529Y1 publication Critical patent/KR930004529Y1/en

Links

Classifications

    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11BINFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
    • G11B20/00Signal processing not specific to the method of recording or reproducing; Circuits therefor
    • G11B20/10Digital recording or reproducing
    • G11B20/10009Improvement or modification of read or write signals
    • G11B20/10037A/D conversion, D/A conversion, sampling, slicing and digital quantisation or adjusting parameters thereof
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11BINFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
    • G11B20/00Signal processing not specific to the method of recording or reproducing; Circuits therefor
    • G11B20/00007Time or data compression or expansion

Abstract

내용 없음.No content.

Description

데이타 압축을 위한 아다말 변환기Adama converter for data compression

제1도는 본 고안의 블록 구성도.1 is a block diagram of the present invention.

제2도는 제1도의 제어를 위한 타이밍 챠트.2 is a timing chart for the control of FIG.

제3a,b도는 아다말 변환 전과 변환 후의 신호 파형도.3a and 3b are signal waveform diagrams before and after the Adama transformation.

제4도는 아다말 변환의 알고리즘을 나타내는 설명도.4 is an explanatory diagram showing an algorithm of adama transformation.

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

10 : A/D 변환기 20,80 : 디멀티플렉서10: A / D converter 20,80: demultiplexer

31-38, 51-58, 91-98 : 래치회로 41-44, 71-73 : 가산 및 감산기31-38, 51-58, 91-98: Latch circuit 41-44, 71-73: Adder and subtractor

61-64 : 멀티플렉서 101-104 : 데이타 코더61-64: Multiplexer 101-104: Data Coder

본 고안은 디지탈(Digital) VTR이나 실시간(Real time) 화상처리장치 등에 이용할 수 있는 아다말(Hadamard)변환기에 관한 것으로, 특히 고속을 요하거나 기록할 수 있는 정보량의 한계로 데이타를 압축할 필요가 있을 때 간단한 회로 구성으로 데이타의 실시간 처리가 가능하도록한 데이타 압축을 위한 아다말 변환기에 관한 것이다.The present invention relates to a Hadamard converter which can be used for a digital VTR or a real time image processing apparatus. In particular, it is necessary to compress data due to the limitation of the amount of information that can be recorded or required for high speed. The present invention relates to an Adama converter for data compression that enables real-time processing of data with a simple circuit configuration when present.

근래 디지탈 VTR과 같은 기록 매체에서는 화상(Image) 및 영상(Video)신)오 디지탈 신호를 바꾸어 처리하는데, 실시간에 모든 영상신호를 디지탈 신호로 바꾸어 기록하는 것이 어렵고, 또 기록할 수 있는 정보의 양이 한정되어 있기 때문에 데이타를 압축(Compression)해야 할 필요성이 있다.Recently, in a recording medium such as a digital VTR, an image signal and a video signal are converted and processed, and it is difficult to record and convert all video signals into digital signals in real time, and the amount of information that can be recorded. Because of this limitation, there is a need to compress the data.

따라서 데이타 압축을 위한 여러 가지 변환이 있을 수 있으나 빠른 속도의 기록을 위한 간단한 하드웨어(Hardware)의 실현과 데이타의 압축을 위한 데이타의 축소등의 이유로 아다말 변환이 가장 적합하다.Therefore, there may be various conversions for data compression, but the Aadamal conversion is most suitable for the realization of simple hardware for fast recording and reduction of data for data compression.

일반적으로 변환(Transform)은 행렬(Matrix)로 구성된다.In general, a transform is composed of a matrix.

즉, 변환될 행렬을 F(j, k)라 하면That is, if the matrix to be transformed is F (j, k)

로 표시할 수 있다.Can be displayed as

여기서, j, k를 8로하면 8차(8×8)행렬이 된다.Here, if j and k are 8, it becomes an 8th order (8x8) matrix.

아다말 변환은 상기 변환될 행렬에 8차 아다말 변환 행렬인An Adama transform is an eighth order Adama transform matrix of the matrix to be transformed.

을 곱하면 된다.Multiply by

즉, 변환된 행렬 f(u, u)는In other words, the transformed matrix f (u, u)

이다.to be.

그러나 상기와 같은 행렬에 의한 방법은 회로 구성상 많은 곱셈기(multiplier)를 필요로 하므로 하드웨어 구성이 복잡해지는 결점이 있었고, 아울러 변환 시간이 길어지므로 고속처리를 요하는 시스템에는 이용이 불가능한 결점이 있었다.However, such a matrix-based method requires a large number of multipliers in the circuit configuration, and has a drawback in that the hardware configuration is complicated. In addition, the conversion time is long, and therefore, the system cannot be used in a system requiring high-speed processing.

본 고안은 상기와 같은 결점들을 해결하기 위하여 안출한 것인바, 상기 행렬을 풀어서 가산 및 감산에 의한 계산을 하도록 함으로써 가산 및 감산기나 래치회로에 의한 간단한 하드웨어의 구현이 가능하도록 하였고 아울러 본래의 데이타량을 절반으로 축소시켜 빠른 속도의 데이타처리가 가능하도록 한 것으로, 이하 첨부된 도면을 참조하여 본 고안을 설명하면 다음과 같다.The present invention has been devised to solve the above-mentioned drawbacks. By solving the matrix and adding and subtracting the calculation, it is possible to implement simple hardware by adding and subtracting or latching circuits. It will be reduced to half to enable a high speed data processing, when the present invention will be described with reference to the accompanying drawings as follows.

제1도는 본 고안의 블록 구성도를 도시한 것으로 샘플링(Sampling)클럭펄스에 따라 아날로그 영상신호를 디지탈 신호로 변환시키는 A/D 변환기(10)와 상기 디지탈화된 영상 데이타를 연산을 위한 각 래치(Latch)회로에 기억시키는 디멀티플렉서(Demultiplexer;20) 및 래치회로(31-38)와, 변환 알고리즘(Algorithm)의 수행을 위해 상기 래치회로(31-38)의 출력 데이타를 가산신호의 유무에 따라 가산 및 감산하는 가산 및 감산기(41-44)와, 상기 가산 및 감산된 데이타를 다음 연산을 위해 일시 기억시키는 래치회로(51-58)와, 상기 래치회로(51-58)의 출력 데이타중에서 제어 신호에 따라 하나의 데이타를 선택하여 출력하는 멀티플렉서(61-64)와, 변환 알고리즘의 수행을 위해 상기 멀티플렉서(61-64)의 출력 데이타를 가산 및 감산하는 가산 및 감산기(71-73)와, 적당한 코딩(Coding)을 위해 상기 가산 및 감산된 데이타를 분리하여 일시 기억시키는 디멀티플펙서(80) 및 래치회로(91-98)로부터 출력되는 변환된 데이타의 비트(bit)수를 감소시키고 순서를 바로 잡아 코딩하는 데이타 코더(Data coder;101-104)로 구성되어 있다.1 is a block diagram of the present invention, in which an A / D converter 10 converts an analog video signal into a digital signal according to a sampling clock pulse, and each latch for calculating the digitalized video data. A demultiplexer 20 and a latch circuit 31 to 38 stored in a latch circuit, and output data of the latch circuit 31 to 38 according to the presence or absence of an addition signal for performing a conversion algorithm. And a control signal from among the adder and subtracter 41-44 to subtract, the latch circuit 51-58 which temporarily stores the added and subtracted data for the next operation, and the output data of the latch circuit 51-58. A multiplexer 61-64 for selecting and outputting one data according to the above, an adder and subtractor 71-73 for adding and subtracting the output data of the multiplexer 61-64 to perform a conversion algorithm, and For coding A data coder for reducing the number of bits of the converted data output from the demultiplexer 80 and the latch circuits 91-98 for separating and temporarily storing the added and subtracted data, and correcting and coding the data. Data coder; 101-104.

상기와 같이 구성된 본 고안의 작용효과를 제2도의 타이밍 챠트를 참조해 상세히 설명하면 다음과 같다.If described in detail with reference to the timing chart of Figure 2 the effect of the present invention configured as described above.

일반적으로 8차 아다말 변환의 행렬 형태는 아래와 같다.In general, the matrix form of the 8th order Adama transform is as follows.

따라서 제3a도에서 도시한 것과 같은 영상신호의 경우 상기 아다말 행렬에 의한 변환을 하게 되면 제3b도에서 도시한 것처럼 일정 비트의 정보가 압축되어 나타나므로 변환시 정보가 압축된 비트만을 취하여 원래의 부호화된 신호보다 비트수를 절반으로 감소시킬 수 있다.Therefore, in the case of the video signal as shown in FIG. 3a, when the conversion is performed by the Adama matrix, a predetermined bit of information is compressed as shown in FIG. 3b. It is possible to reduce the number of bits by half than the received signal.

여기서 y(0)은 약 8비트에, y(2), y(4), y(6)은 4-5비트에, y(1), y(3), y(5), y(7)은 2-3비트에 정보가 압축되어 있다.Where y (0) is about 8 bits, y (2), y (4), y (6) is 4-5 bits, y (1), y (3), y (5), y (7) ) Is compressed in 2-3 bits.

또한 상기 아다말 변환의 실현을 위한 알고리즘이 제4도에 도시되어 있으며, 상기 알고리즘을 하드웨어로 구현한 것이 제1도이다.Also, an algorithm for realizing the Adama transform is shown in FIG. 4, and the first embodiment is implemented in hardware.

제2도에 도시한 것과 같은 아날로그 영상신호가 A/D 변환기(10)로 인가되면 상기 신호는 클럭단자(CLK)를 통해 인가되는 제2도의 샘플링 클럭펄스에 의해 제2도에서 도시한 것처럼 8비트 데이타 형태의 디지탈 신호로 변환되어 출력된다.When an analog video signal as shown in FIG. 2 is applied to the A / D converter 10, the signal is applied as shown in FIG. 2 by the sampling clock pulse of FIG. 2 applied through the clock terminal CLK. It is converted into a digital signal in the form of bit data and output.

상기 디지날 신호는 각 래치회로(31-38)에 데이타를 분해시킬 수 있도록 디멀티프렉서(20)로 인가되는데, 상기 디멀티플렉서(20)에서는 제어신호(a0, b0, c0)의 선택에 따라 데이타를 순서적으로 각 래치회로(31-38)에 인가하며, 상기 래치회로(31-38)에서는 연산을 위해 래치시노가 인가될때까지 이 데이타들을 기억하게 된다. 래치단자(LAT)를 통해 제2도에서와 같이 시간차를 두고 인가되는 래치신호(LAT0-LAT7)가 각 래치회로(31-38)로 인가되면 이에따라 각 래치회로(31-38)에 기억된 데이타들이 상기 제4도의 알고리즘에서 x→t에 해당하는 연산을 수행하기 위해 각 가산 및 감산기(41-44)로 인가된다.The digital signal is applied to the demultiplexer 20 to decompose data to the latch circuits 31 to 38. In the demultiplexer 20, the control signals a 0 , b 0 , and c 0 are used. Optionally, data is sequentially applied to each latch circuit 31-38, and the latch circuit 31-38 stores the data until a latch sino is applied for operation. When the latch signals LAT 0 -LAT 7 are applied to the latch circuits 31-38 with a time difference as shown in FIG. 2 through the latch terminal LAT, they are stored in the latch circuits 31-38 accordingly. The added data is applied to each adder and subtractor 41-44 to perform the operation corresponding to x → t in the algorithm of FIG.

상기 가산 및 감산기(41-44)에서는 가산단자(ADD)를 통해 인가되는 제2도에서 도시한 것과 같은 가산신호(ADD0-ADD3)의 유무에 따라 가산과 감산을 교대로 수행하는데, 각 가산 및 감산기(41-44)에 가산신호가 인가되면 가산 동작을 수행하고 가산신호가 인가되지 안으면 감산동작을 수행하게 된다.The addition and subtraction units 41-44 alternately add and subtract according to the presence or absence of the addition signals ADD 0 -ADD 3 as shown in FIG. 2 applied through the addition terminal ADD. If an addition signal is applied to the adder and subtractor 41-44, the addition operation is performed. If the addition signal is not applied, the addition operation is performed.

상기와 같이 가산과 감산이 서로 교대로 진행됨에 따라 상기 가산 및 감산기(41-44)의 출력 데이타들은 차례로 각 래치회로(51-58)로 인가되는데, 상기 래치 회로(51-58)에 일시적으로 기억되었던 데이타들은 제2도에 도시한 것과 같은 래치신호(LAT8-LAT15)가 인가됨에 따라 순서적으로 출력되어 멀티플렉서(61-64)로 인가되고, 상기 멀티플렉서(61-64)에서는 제어단자(CS)를 통해 인가되는 제2도의 제어신호(d0, e0, f0, g0)에 따라 데이타를 선택하여 출력한다.As the addition and subtraction proceed alternately as described above, the output data of the addition and subtraction parts 41-44 are sequentially applied to each latch circuit 51-58, which is temporarily applied to the latch circuit 51-58. The stored data are sequentially output as the latch signals LAT 8 to LAT 15 as shown in FIG. 2 are applied to the multiplexers 61 to 64, and the multiplexers 61 to 64 control terminals. Data is selected and output according to the control signals d 0 , e 0 , f 0 , g 0 of FIG. 2 applied through (CS).

상기와 같이 선택적으로 출력된 데이타들은 제4도의 알고리즘에서 t→z에 해당하는 연산을 수행하기 위해 가산 및 감산기(71)(72)로 인가되고, 전술된 것처럼 가산 및 감산동작이 교대로 수행됨에 따라 출력된 데이타들은 다시 제4도의 알고리즘에서 z→y에 해당하는 연산을 수행하기 위해 차례로 가산 및 감산기(73)로 인가되어 마지막 연산 동작을 수행하게 된다.The data selectively output as described above is applied to the adder and subtractor 71 and 72 to perform an operation corresponding to t → z in the algorithm of FIG. 4, and the add and subtract operations are alternately performed as described above. Accordingly, the output data are sequentially supplied to the adder and subtractor 73 to perform the operation corresponding to z → y in the algorithm of FIG. 4 to perform the last operation.

상기와 같은 가산 및 감산동작의 완료후 출력된 데이타들은 디멀티플렉서(80)에 의해 분배되어 각 래치회로(91-98)로 인가되는데, 상기 제4도에서 알수 있듯이 변환된 데이타들은 순서가 서로 바뀌어 출력되므로 상기 래치회로(91-98)에 기억된 데이타들을 코딩할 때 이 순서를 바로 잡아 주며, 아울러 제2도의 래치신호(LAT16-LAT23)에 따라 기억된 데이타들이 출력될 때 정보다 압축된 비트만을 취함으로써 데이타 코더(101)에는 y(0)이 8비트 입력되고, 다른 데이타 코더(102)(103)에는 y(1), y(2), y(3)과 y(3), y(4), y(5)가 각각 2, 4, 2비트씩 인가되며, 데이타 코더(104)에는 y(6), y(7)이 각각 4비트씩 인가된다.After completion of the addition and subtraction operations, the output data is distributed by the demultiplexer 80 and applied to each latch circuit 91-98. As shown in FIG. 4, the converted data are output in a different order. Therefore, when the data stored in the latch circuits 91-98 are coded, this order is corrected, and when the stored data are output in accordance with the latch signals LAT 16- LAT 23 of FIG. By taking only bits, y (0) is input to the data coder 101 by eight bits, and y (1), y (2), y (3) and y (3), y (4) and y (5) are applied by 2, 4, and 2 bits, respectively, and y (6) and y (7) are applied by 4 bits to the data coder 104, respectively.

이때 y(3)과 y(7)을 각각 4비트씩 취한 이유는 데이타 코더의 입력 비트수를 8비트로 맞추기 위함이며, 상기 데이타 코더(101-104)에서는 병렬로 입력되는 데이타들을 변환하여 직렬로 출력하므로 본래의 데이타량이 그절반인 32비트로 압축되어 출력되며, 이 신호를 역 아다말 변환하면 본래의 신호로 복원할 수 있다.In this case, the reason why 4 bits of y (3) and y (7) are taken is 4 bits to set the number of input bits of the data coder to 8 bits. In the data coder 101-104, data inputted in parallel are converted and serialized. Since the original data amount is compressed to half of the 32 bits, the original data is compressed and output. When the signal is inversely converted, the original signal can be restored.

이상에서와 같이 본 고안은 가산 및 감산에 의한 간단한 로직(logic)으로 구성할 수 있기 때문에 커스텀디자인(Custom design)이 가능한 효과가 있고, 실시간 처리가 가능하므로 빠른 속도를 요구하는 시스템에 효과적으로 사용할 수 있는 것이다.As described above, the present invention can be configured with simple logic by addition and subtraction, so that custom design is effective and real-time processing can be effectively used for a system requiring high speed. It is.

Claims (1)

디지탈 VTR이나 실시간 화상처리장치에 있어서, 샘플링 클럭펄스에 따라 아날로그 영상 신호를 디지탈 신호로 변환시키는 A/D 변환기(10)와, 상기 영상 데이타를 연산을 위해 각 래치회로에 기억시키는 디멀티플렉서(20) 및 래치회로(31-38)와, 아다말 변환 알고리즘의 수행을 위해 상기 래치회로(31-38)의 출력 데이타를 가산신호의 유무에 따라 가산 및 감산하는 가산 및 감산기(41-44)와, 상기 가산 및 감산된 데이타를 다음 연산을 위해 일시 기억 시키는 래치회로(51-58)와, 제어신호에 따라 상기 래치회로(51-58)의 출력데이타를 선택적으로 출력하는 멀티플렉서(61-64)와, 변환 알고리즘의 수행을 위해 상기 멀티플렉서(61-64)의 출력 데이타를 가산 및 감산하는 가산 및 감산기(71-73)와, 적당한 코딩을 위해 상기 가산 및 감산된 데이타를 분해하여 일시 기억시키는 디멀티플렉서(80) 및 래치회로(91-98)와, 상기 래치회로(91-98)로부터 출력되는 변환된 데이타의 비트수를 축소시키고 순서를 바로 잡아 코딩하는 데이타코더(101-104)를 구비하여 간단한 구성으로 빠른 속도의 데이타 압축이 가능하도록 한 것을 특징으로 하는 데이타 압축을 위한 아다말 변환기.A digital VTR or real-time image processing apparatus, comprising: an A / D converter 10 for converting an analog image signal into a digital signal in accordance with a sampling clock pulse, and a demultiplexer 20 for storing the image data in each latch circuit for calculation. And an adder and a subtractor 41-44 for adding and subtracting the latch circuit 31-38 and the output data of the latch circuit 31-38 in accordance with the presence or absence of an addition signal for performing the adama conversion algorithm. A latch circuit (51-58) for temporarily storing the added and subtracted data for the next operation, a multiplexer (61-64) for selectively outputting the output data of the latch circuit (51-58) in accordance with a control signal; An adder and a subtractor 71-73 for adding and subtracting the output data of the multiplexer 61-64 to perform a conversion algorithm, and decomposing and temporarily storing the added and subtracted data for proper coding. A multiplexer 80 and a latch circuit 91-98, and a data coder 101-104 for reducing the number of bits of the converted data output from the latch circuits 91-98, and correcting and coding the order. Adamal converter for data compression, characterized in that the high speed data compression is possible with a simple configuration.
KR2019890004096U 1989-03-31 1989-03-31 Handamard converter for data compresion KR930004529Y1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR2019890004096U KR930004529Y1 (en) 1989-03-31 1989-03-31 Handamard converter for data compresion

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR2019890004096U KR930004529Y1 (en) 1989-03-31 1989-03-31 Handamard converter for data compresion

Publications (2)

Publication Number Publication Date
KR900017703U KR900017703U (en) 1990-10-05
KR930004529Y1 true KR930004529Y1 (en) 1993-07-21

Family

ID=19284896

Family Applications (1)

Application Number Title Priority Date Filing Date
KR2019890004096U KR930004529Y1 (en) 1989-03-31 1989-03-31 Handamard converter for data compresion

Country Status (1)

Country Link
KR (1) KR930004529Y1 (en)

Also Published As

Publication number Publication date
KR900017703U (en) 1990-10-05

Similar Documents

Publication Publication Date Title
EP0453113B1 (en) Coding and decoding apparatus of variable length date
US4449536A (en) Method and apparatus for digital data compression
US4396906A (en) Method and apparatus for digital Huffman encoding
US4190861A (en) Method and arrangement for redundancy-reducing picture coding
US4912668A (en) Mono-dimensional reverse cosine transform computing device
US4866510A (en) Digital video encoder
US4503510A (en) Method and apparatus for digital data compression
JPH0358574A (en) Dot picture data compressor
JPH046289B2 (en)
ATE75571T1 (en) SYSTEM FOR GENERATION OF DIVERTER IMAGES FROM CONTINUOUS TONE IMAGE DATA.
US4352129A (en) Digital recording apparatus
JPS6118910B2 (en)
KR930004529Y1 (en) Handamard converter for data compresion
KR920006843A (en) Semiconductor computing device
JPS5961220A (en) Digital dpcm coder
SU784816A3 (en) Device for transmission and recepting of coded image signal
US4849758A (en) System for transmitting or storing input signals
JPS6360952B2 (en)
KR0178746B1 (en) Half pixel processing unit of macroblock
US3582546A (en) Redundancy reduction system for use with a signal having frame intervals
RU1781823C (en) Signal binary coding and decoding system
JPH11195991A (en) Method and device for compressing and decompressing analog signal data
SU1104527A1 (en) Device for executing orthogonal walsh transform
JP2603274B2 (en) Encoding device
GB2106348A (en) Video signal coding

Legal Events

Date Code Title Description
A201 Request for examination
E701 Decision to grant or registration of patent right
REGI Registration of establishment
FPAY Annual fee payment

Payment date: 19960209

Year of fee payment: 6

LAPS Lapse due to unpaid annual fee