KR101593185B1 - Codebook design method and apparatus - Google Patents

Codebook design method and apparatus Download PDF

Info

Publication number
KR101593185B1
KR101593185B1 KR1020140163346A KR20140163346A KR101593185B1 KR 101593185 B1 KR101593185 B1 KR 101593185B1 KR 1020140163346 A KR1020140163346 A KR 1020140163346A KR 20140163346 A KR20140163346 A KR 20140163346A KR 101593185 B1 KR101593185 B1 KR 101593185B1
Authority
KR
South Korea
Prior art keywords
symbol
error rate
codebook
symbols
input signal
Prior art date
Application number
KR1020140163346A
Other languages
Korean (ko)
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 KR1020140163346A priority Critical patent/KR101593185B1/en
Application granted granted Critical
Publication of KR101593185B1 publication Critical patent/KR101593185B1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/06Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols the encryption apparatus using shift registers or memories for block-wise or stream coding, e.g. DES systems or RC4; Hash functions; Pseudorandom sequence generators
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/06Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols the encryption apparatus using shift registers or memories for block-wise or stream coding, e.g. DES systems or RC4; Hash functions; Pseudorandom sequence generators
    • H04L9/0618Block ciphers, i.e. encrypting groups of characters of a plain text message using fixed encryption transformation

Abstract

The present invention relates to a method and a device for ensuring reliable data transmission by a code book design optimized for a WCDMA voice channel. The method includes the steps of: generating a code book including multiple symbols; selecting the symbol corresponding to an input signal; executing multiple transcoding operations for the selected symbol; estimating the input signal by obtaining the correlation between the symbols of the code book and the symbols having gone through the multiple transcoding operations; calculating an error rate of the symbols by comparing the input signal and the estimated signal; and executing a symbol adjustment operation by minimizing the symbol error rate.

Description

코드북 설계 방법 및 장치{Codebook design method and apparatus}{Codebook design method and apparatus}

본 발명은 코드북 설계 방법 및 장치에 관한 것으로, 보다 상세하게는 WCDMA 음성 채널을 통해 데이터를 전송하기 위한 데이터 전송 시스템에서의 코드북 설계 방법 및 장치에 관한 것이다.The present invention relates to a codebook design method and apparatus, and more particularly, to a method and apparatus for designing a codebook in a data transmission system for transmitting data through a WCDMA voice channel.

이동통신망의 음성 채널을 통한 데이터 전송기술은 보안통신, 문자서비스, 사용자 인증 등의 목적으로 연구가 진행되어 왔다. Data transmission technology through voice channel of mobile communication network has been studied for the purpose of secure communication, text service, user authentication, and so on.

특히, 음성 부호화기를 적용한 음성 채널의 경우 음성 부호화기의 특성상 일반적인 변/복조 신호가 정상적으로 통과하기 어려우므로 이를 해결하기 위한 많은 연구가 이루어졌다. Particularly, in the case of a voice channel using a speech coder, it is difficult for a general side / demodulation signal to pass normally due to the characteristics of the speech coder.

최근, 전송하고자 하는 데이터를 코드북내의 코드워드 인덱스로 맵핑하여 전송 신호를 구성하는 방법이 제안되었다. 이 방식의 핵심은 음성 부호화기가 적용된 음성채널을 미지의 시스템으로 가정하고, 이를 잘 통과할 수 있는 심볼(symbol)들로 구성된 최적의 코드북을 찾는 것이다. Recently, a method of constructing a transmission signal by mapping data to be transmitted to a codeword index in a codebook has been proposed. The key of this scheme is to find an optimal codebook composed of symbols that can pass through the voice channel to which the speech encoder is applied as an unknown system.

여기서, 코드북 탐색은 가능한 탐색 구간을 모두 검색하여 최적의 코드북을 찾는 전수조사 방법에서부터 패턴 탐색(pattern search)과 유전자 알고리듬까지 다양한 방법이 가능하다. Here, the codebook search can be performed in various ways, ranging from the whole number search method for finding the optimal codebook to the pattern search and the genetic algorithm by searching all possible search intervals.

전수조사 방법은 가장 직관적인 방법이긴 하지만, 코드북의 크기가 증가할수록 탐색 공간의 크기가 기하급수적으로 증가하여 현실적으로 적용이 어렵다. Although it is the most intuitive method, the size of the search space grows exponentially as the size of the codebook increases.

반면에, 패턴 탐색 방법은 어떠한 패턴을 유지하면서 최적해를 탐색하는 것이 효과적일 수 있다는 경험을 적용한 방법이다. 패턴 탐색 방법은 무작위 추출 및 탐색을 기본으로 하는 최적화 방법에 비하여 탐색시간이 상대적으로 짧으며, 기울기 정보를 이용하는 다른 최적화 방법에 비해 전역적 최적해를 찾을 가능성이 높은 방법이다. On the other hand, the pattern search method adopts the experience that it is effective to search the optimal solution while maintaining a certain pattern. The pattern search method is relatively short in search time compared to the random search and search based optimization method, and is more likely to find the global optimal solution than other optimization methods using the slope information.

유전자 알고리듬은 자연의 진화과정에 기초한 계산 모델로서, 존 홀랜드에 의해 1975년 개발된 전역 최적화 기법이다. 유전자 알고리듬은 생물 진화의 과정을 모방함으로써 근사값에 가까운 해답을 신속하게 찾아낼 수 있는 것으로 알려져 있다. The genetic algorithm is a computational model based on natural evolutionary processes and is a global optimization technique developed by John Holland in 1975. Genetic algorithms are known to be able to quickly find approximate solutions by mimicking the process of biological evolution.

패턴 탐색 방법과 유전자 알고리듬은 음성 부호화기가 존재하는 음성 채널과 같이 비선형이 지배적인 최적화 문제에 대해서 전역최소(global minima)가 아닌 국부최소(local minima)에 수렴할 수 있는 단점이 있다. The pattern search method and the genetic algorithm have a disadvantage that they can converge to the local minima instead of the global minima for the nonlinear dominant optimization problems such as the voice channel in which the speech coder exists.

또한, 기존 연구들이 모두 GSM 음성 부호화기에 초점을 맞춰 제안한 방법들이므로, 국내 이동통신망에 적용하기 위해서는 WCDMA 음성 채널에 최적화된 코드북 설계 방법이 필요하다. In addition, since all of the existing studies focus on GSM speech coder, a codebook design method optimized for WCDMA voice channel is required to be applied to domestic mobile communication network.

관련 선행기술로는, 휴대 단말기에 비화 통신용 동글을 연결한 후에, 통화로가 형성된 상태에서 송수신측 비화 통신용 동글들간의 인증을 이행하고, 상기 인증이 성공하면 상기 송수신측 비화 통신용 동글들이 송신 데이터에 대해서는 암호화를 이행하고, 수신 데이터에 대해서는 복호화를 이행하여, 비화 통신용 동글을 통한 비화 통신을 제공하는 내용이, 대한민국 공개특허 제2011-0085282호(비화 통신을 제공하는 장치 및 방법)에 기재되었다.In the related art, after the non-communication dongle is connected to the portable terminal, authentication between the transmission and reception side communication communication dongles is performed in a state in which the communication line is formed, and when the authentication is successful, the transmitting and receiving side communication dongles And the contents to perform decryption on the received data to provide non-communication via the non-communication communication dongle are described in Korean Patent Laid-Open Publication No. 2011-0085282 (apparatus and method for providing non-communication).

다른 관련 선행기술로는, GSM 네트워크의 음성 채널에 데이터를 전송하기 위한 방식을 설명한 내용이, IEEE Transactions on Vehicular Technology vol 57/4, pp 2205-2218, 2008(제목 ; A Data Modem for GSM Voice Channel)에 기재되었다.Other related prior art disclosures describing a method for transmitting data to a voice channel of a GSM network are described in IEEE Transactions on Vehicular Technology vol 57/4, pp 2205-2218, 2008 (entitled A Data Modem for GSM Voice Channel ).

본 발명은 상기한 종래의 문제점을 해결하기 위해 제안된 것으로, WCDMA 음성 채널에 최적화된 코드북 설계를 통해 신뢰성 있는 데이터 전송을 보장하도록 한 방법 및 장치를 제공함에 그 목적이 있다.SUMMARY OF THE INVENTION It is an object of the present invention to provide a method and apparatus for guaranteeing reliable data transmission through a codebook design optimized for a WCDMA voice channel.

상기와 같은 목적을 달성하기 위하여 본 발명의 바람직한 실시양태에 따른 코드북 설계 방법은, 코드북 생성부가, 다수의 심볼을 포함하는 코드북을 생성하는 단계; 변조부가, 입력 신호에 해당하는 심볼을 선택하는 단계; 음성 부호화기가, 상기 선택된 심볼에 대해 다수 회의 트랜스코딩을 수행하는 단계; 복조부가, 상기 다수 회의 트랜스코딩을 거친 심볼과 상기 코드북의 심볼들 간의 상관도를 구하여 상기 입력 신호를 추정하는 단계; 심볼 오류율 계산부가, 상기 입력 신호와 상기 추정된 신호를 비교하여 심볼 오류율을 계산하는 단계; 및 심볼 조정부가, 상기 심볼 오류율이 최소화되도록 심볼 조정을 행하는 단계;를 포함한다.According to an aspect of the present invention, there is provided a method of designing a codebook, the method comprising: generating a codebook including a plurality of symbols; The modulating unit selecting a symbol corresponding to the input signal; The speech encoder performing a plurality of transcoding operations on the selected symbol; Estimating the input signal by obtaining a degree of correlation between symbols of the plurality of times of transcoding and symbols of the codebook; Calculating a symbol error rate; calculating a symbol error rate by comparing the input signal and the estimated signal; And a symbol coordinating unit, performing symbol coordination so that the symbol error rate is minimized.

상기 입력 신호를 추정하는 단계는, 상기 다수 회의 트랜스코딩을 거친 심볼과 상기 코드북의 심볼들 간의 상관도 중에서 상관도가 최대가 되는 심볼의 인덱스로부터 상기 입력 신호를 추정할 수 있다.The step of estimating the input signal may estimate the input signal from an index of a symbol having a maximum degree of correlation among the degrees of correlation between the plurality of transcoded symbols and the symbols of the codebook.

상기 심볼 오류율을 계산하는 단계는 하기의 수학식

Figure 112014112503214-pat00001
Wherein the step of calculating the symbol error rate comprises the steps of:
Figure 112014112503214-pat00001

(여기서, v는 코드북 전체의 구성 요소를 나타내는 벡터이고, N은 코드북의 크기를 나타내는 상수이고, Lerr(i)는 i번째 심볼의 오류의 개수를 의미하고, Ltot(i)는 i번째 심볼의 전체 개수를 의미하고, ∥·∥은 L 놈(norm)을 의미한다)에 의해 상기 심볼 오류율을 계산할 수 있다.(Where, v is a vector, and, N is a constant that indicates the size of the code book, is the i-th L err (i) is the number of i-th symbol error, and L tot (i) represents the component of the entire code book Symbol denotes the total number of symbols, and ∥ · ∥ denotes an L norm), the symbol error rate can be calculated.

상기 심볼 조정을 행하는 단계는, 상기 심볼 오류율이 최소화되도록 SOCP에 기반한 minimax 최적화를 진행할 수 있다.In the step of performing symbol adjustment, minimax optimization based on SOCP may be performed so that the symbol error rate is minimized.

상기 minimax 최적화는 하기의 수학식

Figure 112014112503214-pat00002
The minimax optimization is performed using the following equation
Figure 112014112503214-pat00002

(여기서, Φ는 심볼의 주파수 스펙트럼을 의미하고, Lerr(i)는 i번째 심볼의 오류의 개수를 의미하고, Ltot(i)는 i번째 심볼의 전체 개수를 의미한다)으로 정의될 수 있다.(Where L denotes the frequency spectrum of the symbol, L err (i) denotes the number of errors of the i-th symbol, and L tot (i) denotes the total number of the i-th symbol) have.

상기 심볼 조정을 행하는 단계는, 상기 코드북의 심볼들 중에서 심볼 오류율이 가장 큰 심볼 쌍을 찾아서 해당 심볼을 음성 대역으로 제한된 탐색 공간내의 다른 값으로 대체할 수 있다.The step of performing the symbol adjustment may find a symbol pair having the largest symbol error rate among the symbols of the codebook and replace the symbol with another value within the search space limited to the voice band.

상기 트랜스코딩은 상기 음성 부호화기가 적용된 WCDMA 음성 채널에서 2회 발생할 수 있다.The transcoding may occur twice in the WCDMA voice channel to which the speech coder is applied.

한편, 본 발명의 바람직한 실시양태에 따른 코드북 설계 장치는, 다수의 심볼을 포함하는 코드북을 생성하는 코드북 생성부; 입력 신호에 해당하는 심볼을 선택하는 변조부; 상기 선택된 심볼에 대해 다수 회의 트랜스코딩을 수행하는 음성 부호화기; 상기 음성 부호화기를 거친 심볼과 상기 코드북의 심볼들 간의 상관도를 구하여 상기 입력 신호를 추정하는 복조부; 상기 입력 신호와 상기 복조부에서 추정된 신호를 비교하여 심볼 오류율을 계산하는 심볼 오류율 계산부; 및 상기 심볼 오류율이 최소화되도록 심볼 조정을 행하는 심볼 조정부;를 포함한다.Meanwhile, an apparatus for designing a codebook according to a preferred embodiment of the present invention includes: a codebook generator for generating a codebook including a plurality of symbols; A modulator for selecting a symbol corresponding to an input signal; A voice encoder for performing a plurality of transcoding operations on the selected symbol; A demodulator for estimating the input signal by obtaining a degree of correlation between a symbol passed through the speech encoder and symbols of the codebook; A symbol error rate calculator for calculating a symbol error rate by comparing the input signal with a signal estimated by the demodulator; And a symbol adjuster for performing symbol adjustment so that the symbol error rate is minimized.

이러한 구성의 본 발명에 따르면, WCDMA 음성 채널에 강인한 코드북 설계가 가능하다. According to the present invention having such a configuration, a codebook design robust to a WCDMA voice channel is possible.

본 발명에 따라 설계된 코드북은 비선형적인 특성을 가지고 있는 WCDMA 음성 채널에 강인한 특징을 가진다. 따라서, 본 발명에 따른 코드북을 이용한 데이터 전송시스템은 국내 이동통신망 뿐 아니라, AMR 부호화기를 이용하는 해외 통신망에서도 음성 채널을 통한 신뢰성 있는 데이터 전송을 보장할 수 있다. The codebook designed according to the present invention is robust to a WCDMA voice channel having nonlinear characteristics. Therefore, the data transmission system using the codebook according to the present invention can guarantee reliable data transmission over the voice channel in the domestic communication network as well as the foreign communication network using the AMR encoder.

또한, 음성 신호를 암호화하여 데이터 형태로 변환한 후 본 발명에 따른 데이터 전송 방법을 이용하여 신뢰성 있는 암호 통신을 제공해 줄 수 있다. In addition, it is possible to provide a reliable encrypted communication by encrypting a voice signal and converting it into a data form, and then using the data transmission method according to the present invention.

도 1은 송신측과 수신측의 이동통신 사업자가 다른 상황에서 음성 통화가 이루어지는 과정을 예시한 도면이다.
도 2는 본 발명의 실시예에 따른 코드북 설계 장치의 구성을 설명하기 위한 도면이다.
도 3은 본 발명의 실시예에 따른 데이터 전송 시스템의 코드북 설계 방법을 설명하기 위한 순서도이다.
도 4는 본 발명의 실시예에 따른 최적의 코드북을 적용한 데이터 전송 과정을 설명하기 위한 도면이다.
FIG. 1 is a diagram illustrating a process in which a mobile communication provider of a transmitting side and a receiving side perform voice communication in different situations.
2 is a diagram for explaining a configuration of a codebook designing apparatus according to an embodiment of the present invention.
3 is a flowchart illustrating a codebook design method of a data transmission system according to an embodiment of the present invention.
4 is a diagram for explaining a data transmission process using an optimal codebook according to an embodiment of the present invention.

본 발명은 다양한 변경을 가할 수 있고 여러 가지 실시예를 가질 수 있는 바, 특정 실시 예들을 도면에 예시하고 상세하게 설명하고자 한다.While the invention is susceptible to various modifications and alternative forms, specific embodiments thereof are shown by way of example in the drawings and will herein be described in detail.

그러나, 이는 본 발명을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 사상 및 기술 범위에 포함되는 모든 변경, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다.It should be understood, however, that the invention is not intended to be limited to the particular embodiments, but includes all modifications, equivalents, and alternatives falling within the spirit and scope of the invention.

본 출원에서 사용한 용어는 단지 특정한 실시예를 설명하기 위해 사용된 것으로, 본 발명을 한정하려는 의도가 아니다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다. 본 출원에서, "포함하다" 또는 "가지다" 등의 용어는 명세서상에 기재된 특징, 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것이 존재함을 지정하려는 것이지, 하나 또는 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.The terminology used in this application is used only to describe a specific embodiment and is not intended to limit the invention. The singular expressions include plural expressions unless the context clearly dictates otherwise. In the present application, the terms "comprises" or "having" and the like are used to specify that there is a feature, a number, a step, an operation, an element, a component or a combination thereof described in the specification, But do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, or combinations thereof.

다르게 정의되지 않는 한, 기술적이거나 과학적인 용어를 포함해서 여기서 사용되는 모든 용어들은 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미를 가지고 있다. 일반적으로 사용되는 사전에 정의되어 있는 것과 같은 용어들은 관련 기술의 문맥 상 가지는 의미와 일치하는 의미를 가진 것으로 해석되어야 하며, 본 출원에서 명백하게 정의하지 않는 한, 이상적이거나 과도하게 형식적인 의미로 해석되지 않는다.Unless defined otherwise, all terms used herein, including technical or scientific terms, have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. Terms such as those defined in commonly used dictionaries should be interpreted as having a meaning consistent with the meaning in the context of the relevant art and are to be interpreted in an ideal or overly formal sense unless explicitly defined in the present application Do not.

이하, 첨부한 도면들을 참조하여, 본 발명의 바람직한 실시예를 보다 상세하게 설명하고자 한다. 본 발명을 설명함에 있어 전체적인 이해를 용이하게 하기 위하여 도면상의 동일한 구성요소에 대해서는 동일한 참조부호를 사용하고 동일한 구성요소에 대해서 중복된 설명은 생략한다.Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings. In order to facilitate the understanding of the present invention, the same reference numerals are used for the same constituent elements in the drawings and redundant explanations for the same constituent elements are omitted.

먼저, 본 발명의 방법이 적용되지 않은 경우를 도 1을 참조하여 설명하면 다음과 같다. 도 1은 송신측과 수신측의 이동통신 사업자가 다른 상황에서 음성 통화가 이루어지는 과정을 예시한 도면이다.First, a case where the method of the present invention is not applied will be described with reference to FIG. FIG. 1 is a diagram illustrating a process in which a mobile communication provider of a transmitting side and a receiving side perform voice communication in different situations.

음성 통화에서 송신 단말(1)의 음성 신호는 AMR(Adaptive Multi Rate) 인코더(1a)를 통해 인코딩되어 기지국(2)으로 전송된다. 기지국(2)에서는 AMR 디코더(2a)로 디코딩하고, 디지털화된 음성 신호를 다른 기지국(3)으로 송신하기 위해 변환기(2b)에서 펄스코드변조(pulse code modulation; PCM) 또는 적응 차분 펄스 부호 변조(adaptive differential pulse code modulation; ADPCM) 형태로 변환한 후 전송한다. In a voice call, the voice signal of the transmitting terminal 1 is encoded through an AMR (Adaptive Multi Rate) encoder 1a and transmitted to the base station 2. The base station 2 decodes the signal by the AMR decoder 2a and performs pulse code modulation (PCM) or adaptive differential pulse code modulation (DPC) in the converter 2b to transmit the digitized voice signal to the other base station 3 adaptive differential pulse code modulation (ADPCM).

이와 같이 전송된 신호는 기지국(3)에서 다시 변환기(3a) 및 AMR 인코더(3b)를 통해 인코딩되어 수신 단말기(4)로 전송된다. 이어, 수신 단말기(4)의 AMR 디코더(4a)로 디코딩하여 송신자의 음성을 출력한다. The signal thus transmitted is encoded again by the base station 3 through the converter 3a and the AMR encoder 3b and transmitted to the receiving terminal 4. [ Then, it is decoded by the AMR decoder 4a of the receiving terminal 4 to output the voice of the sender.

도 1에서, 송신자의 음성이 최종 수신자에게 들릴 때까지 두 번의 트랜스코딩(transcoding)이 행해진다. 여기서, 두 번의 트랜스코딩은 AMR 인코더(1a) 및 AMR 디코더(2a)를 통과하는 트랜스코딩, 및 AMR 인코더(3b) 및 AMR 디코더(4a)를 통과하는 트랜스코딩을 의미한다.In Figure 1, two transcoding steps are performed until the voice of the sender is heard at the end recipient. Here, the two transcoding means transcoding through the AMR encoder 1a and the AMR decoder 2a, and transcoding through the AMR encoder 3b and the AMR decoder 4a.

이때, 송신자와 수신자가 귀로 듣는 음성의 품질은 트랜스코딩이 일어나기 전과 후에 큰 차이가 없으나, 음성의 파형을 비교하면 많은 차이를 보인다. 이와 같은 이유로 트랜스코딩이 발생하는 이기종망간의 음성 채널을 통한 데이터 전송에 문제가 발생한다. At this time, the quality of the voice heard by the sender and the receiver is not greatly different before and after the transcoding, but there are many differences when comparing the waveforms of the voice. For this reason, there is a problem in data transmission through a voice channel of a heterogeneous network in which transcoding occurs.

본 발명은 이와 같은 문제를 해결하기 위해 즉, 음성 채널을 통해 신뢰성 있는 데이터를 전송할 수 있도록 하기 위해 새로운 코드북 설계 방법을 제안하였다.In order to solve such a problem, the present invention proposes a new codebook designing method in order to transmit reliable data through a voice channel.

도 2는 본 발명의 실시예에 따른 코드북 설계 장치의 구성(프레임워크)을 설명하기 위한 도면이다.2 is a diagram for explaining a configuration (framework) of a codebook designing apparatus according to an embodiment of the present invention.

최적의 코드북 설계를 위한 프레임워크(기본 개념 구조)는 코드북 생성부(10), 변조부(12), AMR 부호화기(14, 16), 복조부(18), 심볼 오류율 계산부(20), 및 심볼 조정부(22)를 포함한다.A framework (basic concept structure) for an optimal codebook design includes a codebook generator 10, a modulator 12, AMR encoders 14 and 16, a demodulator 18, a symbol error rate calculator 20, And a symbol adjusting unit 22.

코드북 생성부(10)는 M샘플 길이의 심볼을 N개 가지는 코드북을 생성할 수 있다. 이와 같이, 코드북이 M샘플 길이의 심볼을 N개 가진다고 가정하면 코드북의 크기는 N×M이 된다. 본 발명의 실시예에서는 최적화 과정의 연산량을 줄이기 위해 주파수 영역에서 설계를 한 후 시간 영역으로 변환하는 방법을 취한다. 만약, 시간 영역에서 코드북 설계를 진행한다면 탐색 공간의 크기가 N×M이 되며 N이 커지면 탐색 공간이 매우 커져서 최적의 코드북 설계에 매우 많은 시간이 필요하게 된다. M개의 샘플 길이를 갖는 코드워드를 주파수 영역으로 변환하고 300~3400 Hz에 해당하는 주파수 빈(bin)(데이터 저장 공간)의 개수를 K라고 가정하면, 주파수 영역에서의 코드북 설계를 위한 랜덤 벡터의 크기는 2NK×1이 된다. 이 벡터로부터 시간 영역의 실수 코드북을 생성하기 위해 복소 켤레(complex conjugate)를 수행하여 남은 주파수 빈(bin)을 채우고 IFFT(Inverse Fast Fourier Tramsform)를 통해 시간 영역의 실수 코드북을 생성한다. The codebook generator 10 can generate a codebook having N symbols of M sample length. Thus, assuming that the codebook has N symbols of M sample length, the size of the codebook is N × M. In the embodiment of the present invention, in order to reduce the amount of computation in the optimization process, a method of designing in the frequency domain and then converting it into the time domain is adopted. If the codebook design is performed in the time domain, the size of the search space becomes N × M, and if N is large, the search space becomes very large, so that it takes much time to design the optimum codebook. Assuming that a code word having M sample lengths is converted into a frequency domain and that the number of frequency bins (data storage spaces) corresponding to 300 to 3400 Hz is K, a random vector for a codebook design in a frequency domain The size is 2NK x 1. In order to generate a real codebook in the time domain from this vector, a complex conjugate is performed to fill the remaining frequency bin and an inverse fast Fourier transform (IFFT) is used to generate a time-domain real codebook.

코드북 생성부(10)는 생성한 코드북을 변조부(12)에게로 전달한다.The codebook generator 10 transmits the generated codebook to the modulator 12.

변조부(12)는 입력 비트 스트림에 해당하는 심볼을 선택한다. 여기서, 입력 비트 스트림은 코드북 설계 알고리즘에 의해 랜덤하게 생성되어 입력된다. 한편, 목표 데이터 전송율에 따라 코드북의 크기는 달라질 수 있고, 선택한 코드북에 따라 비트 처리 단위를 결정할 수 있다. The modulator 12 selects a symbol corresponding to the input bit stream. Here, the input bitstream is randomly generated and input by the codebook design algorithm. On the other hand, the size of the codebook can be changed according to the target data rate, and the bit processing unit can be determined according to the selected codebook.

AMR 부호화기(14, 16)는 변조부(12)에서 선택된 심볼을 통과시킨다. 즉, AMR 부호화기가 2개가 있으므로 변조부(12)에서 선택된 심볼은 AMR 부호화기를 2회 통과하게 된다. 본 발명의 실시예에서는 트랜스코딩이 2회 일어나는 일반적인 이기종망간의 이동통신을 가정하였으므로, 입력 심볼은 AMR 부호화기를 2번 통과하도록 처리하였다. 여기서, AMR 부호화기(14, 16)는 음성 채널에 적용된 것으로 이해할 수 있다. AMR 부호화기(14)는 도 1의 AMR 인코더(1a) 및 AMR 디코더(2a)를 포함한다고 볼 수 있고, AMR 부호화기(16)는 도 1의 AMR 인코더(3b) 및 AMR 디코더(4a)를 포함한다고 볼 수 있다. AMR 부호화기(14, 16)는 각각 음성 부호화기라고 할 수 있다.The AMR encoders 14 and 16 pass the symbol selected by the modulator 12. That is, since there are two AMR encoders, the symbol selected by the modulator 12 passes through the AMR encoder twice. In the embodiment of the present invention, since the mobile communication is assumed to be a general heterogeneous network in which the transcoding occurs twice, the input symbol is processed so as to pass through the AMR encoder twice. Here, it can be understood that the AMR encoders 14 and 16 are applied to a voice channel. The AMR encoder 14 includes the AMR encoder 1a and the AMR decoder 2a of FIG. 1 and the AMR encoder 16 includes the AMR encoder 3b and the AMR decoder 4a of FIG. 1 can see. The AMR encoders 14 and 16 may be called voice encoders, respectively.

복조부(18)는 하기의 수학식 1과 같이 AMR 부호화기(14, 16)를 통과한 심볼과 코드북의 심볼들 간의 상관도를 구해 상관도가 최대가 되는 심볼의 인덱스로부터 입력 신호를 추정한다. The demodulator 18 calculates the correlation between the symbol passing through the AMR encoders 14 and 16 and the symbols of the codebook, as shown in Equation (1) below, and estimates the input signal from the index of the symbol having the maximum correlation.

Figure 112014112503214-pat00003
Figure 112014112503214-pat00003

여기서, y(si)는 심볼 si가 AMR 부호화기를 2번 통과한 후의 신호를 의미하고, <·>는 벡터의 내적을 의미한다.Here, y (s i ) denotes the signal after the symbol s i has passed through the AMR encoder twice, and &lt;.&Gt; denotes the inner product of the vector.

심볼 오류율 계산부(20)는 입력 신호(입력 비트 스트림)와 복조부(18)에서 추정된 신호를 비교하여 심볼 오류율을 계산한다.The symbol error rate calculator 20 compares the input signal (input bit stream) with the signal estimated by the demodulator 18 to calculate a symbol error rate.

심볼 조정부(22)는 심볼 오류율이 가장 큰 심볼 쌍을 찾아서 해당 심볼의 오류율이 최소화되도록 조정한다.The symbol adjusting unit 22 finds a symbol pair having the largest symbol error rate and adjusts the error rate of the corresponding symbol to be minimized.

코드북 설계 프레임워크에서 코드북을 구성하는 심볼을 설계하기 위해 본 발명의 실시예에서는 수신 심볼들간에 중첩되는 부분이 증가할수록 심볼 오류율이 증가하는데 주목하여, 심볼들간의 중첩이 많은 즉, 심볼 오류율이 높은 심볼을 찾아 이를 최소화하도록 하는 방법을 택하였다. 다음의 수학식 2는 이와 같은 목적을 달성하기 위한 비용 함수이다. In order to design a symbol constituting a codebook in a codebook designing framework, in the embodiment of the present invention, attention is paid to the fact that a symbol error rate increases as an overlapping portion between received symbols increases, I have chosen to find the symbol and minimize it. Equation (2) below is a cost function to achieve the above object.

Figure 112014112503214-pat00004
Figure 112014112503214-pat00004

여기서, v는 코드북 전체의 구성 요소를 나타내는 벡터이고, N은 코드북의 크기를 나타내는 상수이고, Lerr(i)는 i번째 심볼의 오류의 개수를 의미하고, Ltot(i)는 i번째 심볼의 전체 개수를 의미하고, ∥·∥은 L 놈(norm)을 의미한다.Here, v is a vector representing a component of the entire codebook, N is a constant indicating the size of a codebook, L err (i) denotes the number of errors of the i-th symbol, and L tot (i) And ∥ · ∥ denotes the L norm.

본 발명의 실시예에 따른 코드북 설계 방법은 초기 코드북 값으로부터 심볼 오류율을 계산하고, 이 중 가장 큰 오차를 가지는 심볼을 선택하여 이를 최소화하는 방법으로 최적화를 수행한다. 이에 대해 도 3을 참조하여 보다 구체적으로 설명한다.The codebook designing method according to the embodiment of the present invention calculates the symbol error rate from the initial codebook value, optimizes the method by selecting the symbols having the largest error among them, and minimizing the symbols. This will be described in more detail with reference to FIG.

도 3은 본 발명의 실시예에 따른 데이터 전송 시스템의 코드북 설계 방법을 설명하기 위한 순서도이다.3 is a flowchart illustrating a codebook design method of a data transmission system according to an embodiment of the present invention.

먼저, 코드북 생성부(10)가 코드북을 생성한다(S10). 이때, 생성되는 코드북이 M샘플 길이의 심볼을 N개 가진다고 가정하면 코드북의 크기는 N×M이 될 것이다. 한편, 코드북을 생성함에 있어서, 최적화 과정의 연산량을 줄이기 위해 주파수 영역에서 설계를 한 후 시간 영역으로 변환하는 방법을 취한다. 그리고, 생성된 코드북은 변조부(12)에게로 제공된다.First, the codebook generator 10 generates a codebook (S10). At this time, assuming that the generated codebook has N symbols of M sample length, the size of the codebook will be N × M. On the other hand, in order to reduce the amount of computation in the optimization process, the codebook is designed in the frequency domain and then transformed into the time domain. Then, the generated codebook is provided to the modulator 12. [

이어, 변조부(12)에서는 입력 신호(입력 비트 스트림)에 해당하는 심볼을 선택한다(S20). Next, the modulator 12 selects a symbol corresponding to the input signal (input bit stream) (S20).

선택된 심볼은 AMR 부호화기를 2회 통과한다. 즉, 선택된 심볼은 AMR 부호화기(14, 16)를 차례로 통과하면서 인코딩 및 디코딩되는 과정을 2회 거치게 된다(S30). The selected symbol passes through the AMR encoder twice. That is, the selected symbol passes through the AMR encoders 14 and 16 in order, and is encoded and decoded twice (S30).

그리고, AMR 부호화기(14, 16)를 통과한 심볼은 복조부(18)에게로 전송된다. 그에 따라, 복조부(18)에서는 AMR 부호화기(14, 16)를 통과한 심볼과 코드북의 심볼들 간의 상관도를 구하여 상관도가 최대가 되는 심볼의 인덱스로부터 입력 신호를 추정한다(S40). The symbols passed through the AMR encoders 14 and 16 are transmitted to the demodulator 18. Accordingly, the demodulator 18 obtains the degree of correlation between the symbol passing through the AMR encoders 14 and 16 and the symbols of the codebook, and estimates the input signal from the index of the symbol having the maximum correlation (S40).

이후, 심볼 오류율을 계산한다(S50). 즉, 심볼 오류율 계산부(20)는 입력 신호(입력 비트 스트림)와 복조부(18)에서 추정된 신호(즉, 상관도가 최대가 되는 심볼의 인덱스)를 비교하여 심볼 오류율을 계산한다. 이와 같이 심볼 오류율 계산부(20)는 지속적으로 입력되는 입력 신호에 대하여 심볼 디코딩을 통한 심볼 오류율 계산을 행할 수 있다.Then, the symbol error rate is calculated (S50). That is, the symbol error rate calculator 20 calculates the symbol error rate by comparing the input signal (input bit stream) with the signal estimated by the demodulator 18 (that is, the index of the symbol with the maximum correlation). As described above, the symbol error rate calculation unit 20 can calculate the symbol error rate through symbol decoding on the input signal continuously input.

마지막으로, 심볼 조정부(22)는 심볼 오류율이 가장 큰 심볼 쌍을 찾아서 해당 심볼의 오류율이 최소화되도록 조정한다(S60). 다시 말해서, 수학식 2의 비용 함수에 따라 앞서 계산된 심볼 오류율의 L 놈(norm)을 계산하고, 이를 최소화하도록 SOCP(Second Order Cone Programming)에 기반한 minimax 최적화를 진행한다. 하기의 수학식 3은 이를 나타낸 것이다. Finally, the symbol adjusting unit 22 finds the symbol pair having the largest symbol error rate and adjusts the error rate of the corresponding symbol to be minimized (S60). In other words, the L norm of the symbol error rate calculated according to the cost function of Equation (2) is calculated, and the minimax optimization based on the second order cone programming (SOCP) is performed to minimize the L norm. Equation (3) below shows this.

Figure 112014112503214-pat00005
Figure 112014112503214-pat00005

여기서, Φ는 심볼의 주파수 스펙트럼을 의미하고, Lerr(i)는 i번째 심볼의 오류의 개수를 의미하고, Ltot(i)는 i번째 심볼의 전체 개수를 의미한다.Here, L denotes a frequency spectrum of a symbol, L err (i) denotes a number of errors of an i-th symbol, and L tot (i) denotes a total number of i-th symbols.

즉, 심볼 조정부(22)는 코드북의 심볼들 중 심볼 오류율이 가장 큰 심볼 쌍을 찾아서 해당 심볼을 음성 대역으로 제한된 탐색 공간내의 다른 값으로 대체한다. 이와 같은 과정을 원하는 성능에 도달하거나 최대 반복 회수에 도달할 때까지 반복하여 수행한다. That is, the symbol adjusting unit 22 finds a symbol pair having the largest symbol error rate among the symbols of the codebook, and replaces the symbol with another value within the search space limited to the voice band. This process is repeated until the desired performance is reached or the maximum number of iterations is reached.

도 4는 본 발명의 실시예에 따른 최적의 코드북을 적용한 데이터 전송 과정을 설명하기 위한 도면이다.4 is a diagram for explaining a data transmission process using an optimal codebook according to an embodiment of the present invention.

파형 맵핑 방식의 변조부(12)는 입력 비트 스트림을 음성 채널에 강인한 특성을 가지는 웨이브폼 코드북(waveform codebook) 신호로 변환한다. 이 방식은 N개의 심볼 또는 웨이브폼을 미리 구성하고, 입력 비트 스트림을 일정 크기로 구분하여 그에 따른 심볼의 인덱스와 맵핑을 하는 방식이다. The modulation section 12 of the waveform mapping system converts an input bit stream into a waveform codebook signal having characteristics robust to a voice channel. This method is a method of preliminarily configuring N symbols or waveforms, dividing an input bitstream into a predetermined size, and mapping the index of the input bitstream with the index.

송신단에서는 전송율에 따라 입력 비트 스트림에 해당하는 심볼을 전송한다.The transmitting end transmits a symbol corresponding to the input bitstream according to a data rate.

전송된 심볼은 음성 채널을 통과하여 수신단(특히, 복조부(18))에 수신된다. 여기서, 본 발명에서 고려하는 음성 채널은 국내이동통신망에서 사용하는 AMR 부호화기(14, 16)를 사용하는 WCDMA 음성 채널이다. The transmitted symbols are received at the receiving end (in particular, the demodulating unit 18) through the voice channel. Here, the voice channel considered in the present invention is a WCDMA voice channel using the AMR coders 14 and 16 used in the domestic mobile communication network.

복조부(18)에서는 음성 채널을 거쳐 수신된 심볼을 정합 필터를 이용하여 가장 상관(correlation) 관계가 높은 심볼을 찾고, 그것의 인덱스를 찾아 비트 스트림으로 복구한다. The demodulator 18 finds a symbol having the highest correlation with the symbol received through the voice channel using a matched filter, and finds an index of the symbol and restores the bitstream.

이상에서와 같이 도면과 명세서에서 최적의 실시예가 개시되었다. 여기서 특정한 용어들이 사용되었으나, 이는 단지 본 발명을 설명하기 위한 목적에서 사용된 것이지 의미 한정이나 특허청구범위에 기재된 본 발명의 범위를 제한하기 위하여 사용된 것은 아니다. 그러므로, 본 기술 분야의 통상의 지식을 가진자라면 이로부터 다양한 변형 및 균등한 타 실시예가 가능하다는 점을 이해할 것이다. 따라서, 본 발명의 진정한 기술적 보호범위는 첨부된 특허청구범위의 기술적 사상에 의해 정해져야 할 것이다.As described above, an optimal embodiment has been disclosed in the drawings and specification. Although specific terms have been employed herein, they are used for purposes of illustration only and are not intended to limit the scope of the invention as defined in the claims or the claims. Therefore, those skilled in the art will appreciate that various modifications and equivalent embodiments are possible without departing from the scope of the present invention. Accordingly, the true scope of the present invention should be determined by the technical idea of the appended claims.

10 : 코드북 생성부 12 : 변조부
14, 16 : AMR 부호화기 18 : 복조부
20 : 심볼 오류율 계산부 22 : 심볼 조정부
10: codebook generator 12:
14, 16: AMR encoder 18: demodulator
20: Symbol error rate calculation unit 22: Symbol adjustment unit

Claims (14)

코드북 생성부가, 다수의 심볼을 포함하는 코드북을 생성하는 단계;
변조부가, 입력 신호에 해당하는 심볼을 선택하는 단계;
음성 부호화기가, 상기 선택된 심볼에 대해 다수 회의 트랜스코딩을 수행하는 단계;
복조부가, 상기 다수 회의 트랜스코딩을 거친 심볼과 상기 코드북의 심볼들 간의 상관도를 구하여 상기 입력 신호를 추정하는 단계;
심볼 오류율 계산부가, 상기 입력 신호와 상기 추정된 신호를 비교하여 심볼 오류율을 계산하는 단계; 및
심볼 조정부가, 상기 심볼 오류율이 최소화되도록 심볼 조정을 행하는 단계;를 포함하는 것을 특징으로 하는 코드북 설계 방법.
A codebook generating section generates a codebook including a plurality of symbols;
The modulating unit selecting a symbol corresponding to the input signal;
The speech encoder performing a plurality of transcoding operations on the selected symbol;
Estimating the input signal by obtaining a degree of correlation between symbols of the plurality of times of transcoding and symbols of the codebook;
Calculating a symbol error rate; calculating a symbol error rate by comparing the input signal and the estimated signal; And
And performing symbol adjustment so that the symbol error rate is minimized.
청구항 1에 있어서,
상기 입력 신호를 추정하는 단계는, 상기 다수 회의 트랜스코딩을 거친 심볼과 상기 코드북의 심볼들 간의 상관도 중에서 상관도가 최대가 되는 심볼의 인덱스로부터 상기 입력 신호를 추정하는 것을 특징으로 하는 코드북 설계 방법.
The method according to claim 1,
Wherein the step of estimating the input signal estimates the input signal from an index of a symbol having a maximum degree of correlation among the degrees of correlation between the symbols subjected to the plurality of times of transcoding and the symbols of the codebook, .
청구항 1에 있어서,
상기 심볼 오류율을 계산하는 단계는 하기의 수학식
Figure 112014112503214-pat00006

(여기서, v는 코드북 전체의 구성 요소를 나타내는 벡터이고, N은 코드북의 크기를 나타내는 상수이고, Lerr(i)는 i번째 심볼의 오류의 개수를 의미하고, Ltot(i)는 i번째 심볼의 전체 개수를 의미하고, ∥·∥은 L 놈(norm)을 의미한다)
에 의해 상기 심볼 오류율을 계산하는 것을 특징으로 하는 코드북 설계 방법.
The method according to claim 1,
Wherein the step of calculating the symbol error rate comprises the steps of:
Figure 112014112503214-pat00006

(Where, v is a vector, and, N is a constant that indicates the size of the code book, is the i-th L err (i) is the number of i-th symbol error, and L tot (i) represents the component of the entire code book Denotes the total number of symbols, and ∥ · ∥ denotes the L norm)
And the symbol error rate is calculated by the symbol error rate.
청구항 1에 있어서,
상기 심볼 조정을 행하는 단계는, 상기 심볼 오류율이 최소화되도록 SOCP에 기반한 minimax 최적화를 진행하는 것을 특징으로 하는 코드북 설계 방법.
The method according to claim 1,
Wherein the step of performing the symbol adjustment comprises minimizing optimization based on the SOCP so that the symbol error rate is minimized.
청구항 4에 있어서,
상기 minimax 최적화는 하기의 수학식
Figure 112014112503214-pat00007

(여기서, Φ는 심볼의 주파수 스펙트럼을 의미하고, Lerr(i)는 i번째 심볼의 오류의 개수를 의미하고, Ltot(i)는 i번째 심볼의 전체 개수를 의미한다)
으로 정의되는 것을 특징으로 하는 코드북 설계 방법.
The method of claim 4,
The minimax optimization is performed using the following equation
Figure 112014112503214-pat00007

(Where L denotes the frequency spectrum of the symbol, L err (i) denotes the number of errors of the i-th symbol, and L tot (i) denotes the total number of the i-th symbol)
Is defined as a codebook designing method.
청구항 1에 있어서,
상기 심볼 조정을 행하는 단계는, 상기 코드북의 심볼들 중에서 심볼 오류율이 가장 큰 심볼 쌍을 찾아서 해당 심볼을 음성 대역으로 제한된 탐색 공간내의 다른 값으로 대체하는 것을 특징으로 하는 코드북 설계 방법.
The method according to claim 1,
Wherein the step of performing the symbol adjustment is to find a symbol pair having the largest symbol error rate among the symbols of the codebook and to replace the symbol with another value within the search space limited to the voice band.
청구항 1에 있어서,
상기 트랜스코딩은 상기 음성 부호화기가 적용된 WCDMA 음성 채널에서 2회 발생하는 것을 특징으로 하는 코드북 설계 방법.
The method according to claim 1,
Wherein the transcoding occurs twice in a WCDMA voice channel to which the speech encoder is applied.
다수의 심볼을 포함하는 코드북을 생성하는 코드북 생성부;
입력 신호에 해당하는 심볼을 선택하는 변조부;
상기 선택된 심볼에 대해 다수 회의 트랜스코딩을 수행하는 음성 부호화기;
상기 음성 부호화기를 거친 심볼과 상기 코드북의 심볼들 간의 상관도를 구하여 상기 입력 신호를 추정하는 복조부;
상기 입력 신호와 상기 복조부에서 추정된 신호를 비교하여 심볼 오류율을 계산하는 심볼 오류율 계산부; 및
상기 심볼 오류율이 최소화되도록 심볼 조정을 행하는 심볼 조정부;를 포함하는 것을 특징으로 하는 코드북 설계 장치.
A codebook generator for generating a codebook including a plurality of symbols;
A modulator for selecting a symbol corresponding to an input signal;
A voice encoder for performing a plurality of transcoding operations on the selected symbol;
A demodulator for estimating the input signal by obtaining a degree of correlation between a symbol passed through the speech encoder and symbols of the codebook;
A symbol error rate calculator for calculating a symbol error rate by comparing the input signal with a signal estimated by the demodulator; And
And a symbol adjuster for performing symbol adjustment so that the symbol error rate is minimized.
청구항 8에 있어서,
상기 복조부는, 상기 음성 부호화기를 거친 심볼과 상기 코드북의 심볼들 간의 상관도 중에서 상관도가 최대가 되는 심볼의 인덱스로부터 상기 입력 신호를 추정하는 것을 특징으로 하는 코드북 설계 장치.
The method of claim 8,
Wherein the demodulator estimates the input signal from an index of a symbol having a maximum correlation among degrees of correlation between a symbol passed through the speech encoder and symbols of the codebook.
청구항 8에 있어서,
상기 심볼 오류율 계산부는 하기의 수학식
Figure 112014112503214-pat00008

(여기서, v는 코드북 전체의 구성 요소를 나타내는 벡터이고, N은 코드북의 크기를 나타내는 상수이고, Lerr(i)는 i번째 심볼의 오류의 개수를 의미하고, Ltot(i)는 i번째 심볼의 전체 개수를 의미하고, ∥·∥은 L 놈(norm)을 의미한다)
에 의해 상기 심볼 오류율을 계산하는 것을 특징으로 하는 코드북 설계 장치.
The method of claim 8,
The symbol error rate calculator calculates the symbol error rate
Figure 112014112503214-pat00008

(Where, v is a vector, and, N is a constant that indicates the size of the code book, is the i-th L err (i) is the number of i-th symbol error, and L tot (i) represents the component of the entire code book Denotes the total number of symbols, and ∥ · ∥ denotes the L norm)
And the symbol error rate is calculated by the symbol error rate calculating unit.
청구항 8에 있어서,
상기 심볼 조정부는 상기 심볼 오류율이 최소화되도록 SOCP에 기반한 minimax 최적화를 진행하는 것을 특징으로 하는 코드북 설계 장치.
The method of claim 8,
Wherein the symbol adjuster performs minimax optimization based on the SOCP so that the symbol error rate is minimized.
청구항 11에 있어서,
상기 minimax 최적화는 하기의 수학식
Figure 112014112503214-pat00009

(여기서, Φ는 심볼의 주파수 스펙트럼을 의미하고, Lerr(i)는 i번째 심볼의 오류의 개수를 의미하고, Ltot(i)는 i번째 심볼의 전체 개수를 의미한다)
으로 정의되는 것을 특징으로 하는 코드북 설계 장치.
The method of claim 11,
The minimax optimization is performed using the following equation
Figure 112014112503214-pat00009

(Where L denotes the frequency spectrum of the symbol, L err (i) denotes the number of errors of the i-th symbol, and L tot (i) denotes the total number of the i-th symbol)
Wherein the codebook designing unit is defined as a codebook designing unit.
청구항 8에 있어서,
상기 심볼 조정부는 상기 코드북의 심볼들 중에서 심볼 오류율이 가장 큰 심볼 쌍을 찾아서 해당 심볼을 음성 대역으로 제한된 탐색 공간내의 다른 값으로 대체하는 것을 특징으로 하는 코드북 설계 장치.
The method of claim 8,
Wherein the symbol adjusting unit finds a symbol pair having the largest symbol error rate among the symbols of the codebook and replaces the symbol with another value within the search space limited to the voice band.
청구항 8에 있어서,
상기 트랜스코딩은 상기 음성 부호화기가 적용된 WCDMA 음성 채널에서 2회 발생하는 것을 특징으로 하는 코드북 설계 장치.
The method of claim 8,
Wherein the transcoding occurs twice in a WCDMA voice channel to which the speech encoder is applied.
KR1020140163346A 2014-11-21 2014-11-21 Codebook design method and apparatus KR101593185B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020140163346A KR101593185B1 (en) 2014-11-21 2014-11-21 Codebook design method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020140163346A KR101593185B1 (en) 2014-11-21 2014-11-21 Codebook design method and apparatus

Publications (1)

Publication Number Publication Date
KR101593185B1 true KR101593185B1 (en) 2016-02-15

Family

ID=55357416

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020140163346A KR101593185B1 (en) 2014-11-21 2014-11-21 Codebook design method and apparatus

Country Status (1)

Country Link
KR (1) KR101593185B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109638874A (en) * 2018-10-24 2019-04-16 中国电力科学研究院有限公司 A kind of distributed photovoltaic cluster control method and device

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009059333A1 (en) 2007-11-04 2009-05-07 Qualcomm Incorporated Technique for encoding/decoding of codebook indices for quantized mdct spectrum in scalable speech and audio codecs

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009059333A1 (en) 2007-11-04 2009-05-07 Qualcomm Incorporated Technique for encoding/decoding of codebook indices for quantized mdct spectrum in scalable speech and audio codecs

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109638874A (en) * 2018-10-24 2019-04-16 中国电力科学研究院有限公司 A kind of distributed photovoltaic cluster control method and device

Similar Documents

Publication Publication Date Title
US11575547B2 (en) Data transmission network configuration
EP3418821B1 (en) Method and device for configuring a data transmission system
JP4664409B2 (en) Method and apparatus for generating M-aryCPM waveform from PAM waveform superposition
CN101421780B (en) Method and device for encoding and decoding time-varying signal
Floor et al. Zero-delay joint source-channel coding for a bivariate Gaussian on a Gaussian MAC
LaDue et al. A data modem for GSM voice channel
KR102088528B1 (en) Apparatus and method for encoding and decoding for frequency-quadrature amplitude modulation in wireless communication system
CA2566091A1 (en) Data transmission
CN111224677B (en) Encoding method, decoding method and device
Sapozhnykov et al. A low-rate data transfer technique for compressed voice channels
Abro et al. Towards security of GSM voice communication
KR101593185B1 (en) Codebook design method and apparatus
EP2766900B1 (en) Apparatus and method using combinatorial coding of audio, video, image and telemetry signals
Boloursaz et al. Secure data communication through GSM adaptive multi rate voice channel
Singh et al. A Janus compatible software-defined underwater acoustic multiple-input multiple-output modem
AL-Rawi et al. Comparative study of 24 kb/s ADPCM algorithms
Al-Rawi et al. Modified 24 kb/s ADPCM System
Čubrilović et al. Evaluation of improved classification of speech-like waveforms used for secure voice transmission
US9203557B2 (en) Receiver and receiving method
CN107645362B (en) Time-frequency transform decoding method and device suitable for OvXDM system and OvXDM system
Kagudde Effects of channel errors on coded speech communication in software defined radio
Tang Adaptive wireless voice communications with embedded source and channel coding
JP3421094B2 (en) Decoding method and decoding device for coded modulation signal
Svensson et al. Design and performance of constrained envelope continuous phase modulation
JP2019186895A (en) High efficiency digital communication signal generation method, signal detection method, and communication apparatus

Legal Events

Date Code Title Description
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20181226

Year of fee payment: 4

FPAY Annual fee payment

Payment date: 20200129

Year of fee payment: 5