CN1305240C - Method and apparatus for producing given bandwidth and power spectral density noise - Google Patents

Method and apparatus for producing given bandwidth and power spectral density noise Download PDF

Info

Publication number
CN1305240C
CN1305240C CNB031318908A CN03131890A CN1305240C CN 1305240 C CN1305240 C CN 1305240C CN B031318908 A CNB031318908 A CN B031318908A CN 03131890 A CN03131890 A CN 03131890A CN 1305240 C CN1305240 C CN 1305240C
Authority
CN
China
Prior art keywords
power
noise
module
white noise
spectral density
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CNB031318908A
Other languages
Chinese (zh)
Other versions
CN1567768A (en
Inventor
袁翔
刘刚
王文杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Global Innovation Polymerization LLC
Original Assignee
ZTE Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by ZTE Corp filed Critical ZTE Corp
Priority to CNB031318908A priority Critical patent/CN1305240C/en
Publication of CN1567768A publication Critical patent/CN1567768A/en
Application granted granted Critical
Publication of CN1305240C publication Critical patent/CN1305240C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Circuits Of Receivers In General (AREA)
  • Noise Elimination (AREA)

Abstract

The present invention relates to the simulation of baseband signals for generating a certain normalization signal-to-noise ratio requirement in a spread spectrum digital communication system, particularly to a method and a device for generating given bandwidth noise and power spectrum density noise. The device comprises a given bandwidth noise module, a power coefficient computation module and a power correction module, wherein the given bandwidth noise module comprises a white noise module, a filter module and a power normalization module. White noise generated in the white noise module is input into a filter module to be filtered; the power of output signals is input into the power normalization module to be normalized. The power coefficient computation module figures out required noise power coefficients; the power noise power coefficients and the white noise normalized by the normalization module output white noise conforming to power spectrum density requirements via the power correction module. The method is suitable for simulating spread spectrum communication systems of IS-95, CDMA 2000, WCDMA, etc. by a conventional platform.

Description

Produce the method and the device of given bandwidth and power spectral density noise
Technical field
The invention belongs to the communication signal process field, relate to the emulation that produces the baseband signal of certain Normalized Signal/Noise Ratio requirement in the spread spectrum digital communication system, particularly a kind of method and device that produces given bandwidth and power spectral density noise.
Background technology
In spread-spectrum communication system emulation, need to produce and satisfy certain Normalized Signal/Noise Ratio E b/ N 0Data source.E bBe signal bit energy, N 0Be noise power spectral density.Signal is a deterministic signal, and it is the parameter of determining noise that Normalized Signal/Noise Ratio requires actual.Noise refers generally to white noise.In conventional simulation software, the generation module of white noise is provided, its power is 1.Through after the front end filter, the bandwidth of noise changes in the actual channel.In spread-spectrum communication system, baseband signal bandwidth is more than 2 times of spreading code bandwidth.At this moment, just need to produce the noise source of given bandwidth and power spectral density.Directly adopt the bandwidth and the pairing power spectral density of the white noise of white noise module generation to meet the demands.
When spread-spectrum communication system emulation, the generality that often adopt at random, repeated experiments guarantees simulation result, this point require simulation data source can be flexibly, produce easily, make every effort to travel through the multiple situation that the meaning represented is arranged.At present, the bandwidth of the white noise module that provides in the conventional simulation software and power spectral density can not directly be set according to the needs of oneself simultaneously.Possible alternative can adopt some softwares that the base band data that satisfies Normalized Signal/Noise Ratio directly is provided, as COSSAP etc.Except software itself costs an arm and a leg, also exist simultaneously and the problem of the two platform collaborative simulations of Matlab, no matter be to adopt data sharing, still module invokes seems flexibly, freely always shared between two different platforms is not so good as a platform.Another way adopts instrument to produce, and except instrument cost an arm and a leg, data sample length was because memory device is subjected to bigger restriction, and especially under the situation that bandwidth is bigger, memory device can't be finished at a high speed, data acquisition for a long time.Directly write the white noise that algorithm routine is realized certain bandwidth and power spectral density in addition, this mode does not make full use of existing module, needs extra expense to develop same module, and development efficiency is low.
Summary of the invention
The objective of the invention is to disclose a kind of method and device that produces given bandwidth and power spectral density noise, under the conventional software environment,, utilize its white noise module that carries to produce the noise of given bandwidth and power spectral density as C language, Matlab language.
The present invention discloses a kind of method that produces given bandwidth and power spectral density noise, comprises the steps:
Step 1: the white noise module produces the white noise sample;
Step 2: according to bandwidth requirement, designing filter, this filter can design as required, as long as bandwidth meets the demands;
Step 3: with white noise sample input filter, and with the filter output signal power normalization;
Step 4: according to the requirement of Normalized Signal/Noise Ratio, obtain required white noise power, determine power coefficient.The power coefficient computing module is according to the power of spreading factor, bandwidth, baseband digital signal, the noise power that Normalized Signal/Noise Ratio is determined needs.Specifically be calculated as follows:
Chip period: T cChip amplitude: A; Sample rate: f s
Noise power spectral density: N 0
Spreading factor: SF
Signal bit energy: E b
Because,
E b N 0 = SFA 2 T c f s 2 σ 2
So, power coefficient
σ 2 = SFA 2 T c f s 2 ( E b / N 0 )
Step 5: according to power coefficient given bandwidth white noise is carried out power correction, σ is multiply by in the output of step 3 get final product.
The invention also discloses a kind of device that produces given bandwidth and power spectral density noise, described device is made up of 3 modules: given band noise module, power coefficient computing module, power correction module, wherein given band noise module comprises white noise module, filter module, power normalization module, the white noise that produces in the white noise module, the input filter module is carried out filtering, and output signal power input power normalization module is carried out normalization; The power coefficient computing module calculates the noise power coefficient that needs; The normalized white noise of this power noise power coefficient and normalization module is through the power correction module, and output meets the white noise that power spectral density requires.
Described filter module adopts the root raised cosine filter that is positioned at the base station end in the WCDMA system emulation.
Described power coefficient computing module is according to the power of spreading factor, bandwidth, baseband digital signal, the noise power factor sigma that Normalized Signal/Noise Ratio calculates needs:
σ 2 = SFA 2 T c f s 2 ( E b / N 0 )
Wherein: T c--chip period, A--chip amplitude, f s--sample rate,
N 0--noise power spectral density, SF--spreading factor, signal bit energy: E b
Described power correction module is the normalized white noise that the normalization module is exported to be multiply by σ get final product.
Method uniqueness of the present invention, novelty do not retrieve in present patent and pertinent literature.This method has following characteristics:
The first, adopt conventional simulation Software Platform, utilize existing module to transform, avoid redesigning algorithm, improved simulation efficiency greatly.
The second, program adopts modularized design, and input parameter is set flexibly.
The 3rd, be applicable to that all produce the noise process of given bandwidth and power spectral density in the signal processing field.
Description of drawings
Further specify the present invention below in conjunction with drawings and Examples.
Fig. 1 has illustrated that the present invention is applied to the enforcement block diagram of WCDMA system up-link emulation;
Fig. 2 has illustrated structured flowchart of the present invention.
Embodiment
In this example, the emulation of WCDMA up link is divided into four parts according to function: up reception simulation data source 11, Radio Frequency Subsystem equivalent model 12, baseband signal processing module 13, proof of algorithm 14.The data source that meets the WCDMA agreement is produced by 3GPP data source module 1111, at first enter yard formed filter 1112, here the transfer function of sign indicating number formed filter meets the root raised cosine characteristic, the processing procedure of analogue mobile station side, the signal of output is through channel model module 1113, the space transmission course of analog signal, signal arrives base station side and at first enters array antenna received, obtain vector data by 1114 processing of Array Model module, again through 1115 outputs of sign indicating number formed filter, the processing procedure of anolog base station side, the transmission characteristic of two sign indicating number formed filters is synthesized a raised cosine filter.The signal imitation multi-user data that a plurality of up reception simulation data sources 11 produce.The multi-user data that enters Radio Frequency Subsystem equivalent model 12 at first carries out the multi-user through multi-user's synthesis module 121 and synthesizes, add the noise data that meets the signal to noise ratio requirement that produces by interchannel noise module 126 again, the composite signal of summation module 122 outputs enters the characteristic of channel module 123 of simulation actual channel characteristic, enter automatic gain control module 124 and sampling module 125 again, the radio-frequency channel of finishing base station side receives to be handled.So far obtained the emulation baseband signal.The emulation and the assessment of algorithm when this signal process baseband signal processing module 13 and proof of algorithm 14 are finished sky.
Interchannel noise module 126 is exactly the noise module that produces certain bandwidth and power spectral density.This module has adopted module of the present invention exactly, introduces in detail below, shown in figure two.
Method provided by the invention is made up of 3 modules: given band noise module 21, power coefficient computing module 22, power correction module 23.
Step 1 utilizes white noise module 211 to produce white noise, the randn among the Matlab;
Step 2 designs the filter 212 of given bandwidth according to bandwidth requirement, adopts the filter in the actual channel, and this filter adopts the root raised cosine filter that is positioned at the base station end in the WCDMA system emulation, and parameter satisfies protocol requirement;
Step 3 is obtained output signal power, and rate of doing work normalization 213 then;
Step 4 is according to the power of spreading factor, bandwidth, baseband digital signal, Normalized Signal/Noise Ratio is determined needs by power coefficient computing module 22 noise power;
Specifically be calculated as follows:
Chip period: T cChip amplitude: A; Sample rate: f s
Noise power spectral density: N 0
Spreading factor: SF
Signal bit energy: E b, noise power spectral density N 0
Because,
σ 2 = SFA 2 T c f s 2 ( E b / N 0 )
So, power coefficient
σ 2 = SFA 2 T c f s 2 ( E b / N 0 )
Step 5 is handled the noise that step 3 produces according to the result of step 4, and 23 pairs of normalization noises of power correction module are revised, and σ is multiply by in the output of step 3 get final product.Generation meets the white noise that power spectral density requires.
In a word, adopt method provided by the invention to go up the generation of realization noise at conventional platform (C language, Matlab language) according to bandwidth in the broadband communication and power spectral density needs, method is simple, adopts ready-made module to build, reduce the complexity of algorithm greatly, improve operation efficiency; Adopt conventional simulation Software Platform, saved system cost, improved the algorithm applicability, system is constituted oversimplify, technical difficulty reduces, and is an algorithm very with practical value.This method is applicable to utilizes conventional platform (as Matlab, C etc.) to carry out the emulation of spread-spectrum communication systems such as IS-95, cdma2000, WCDMA.

Claims (4)

1. a method that produces given bandwidth and power spectral density noise is characterized in that, comprises the steps:
Step 1: the white noise module produces the white noise sample;
Step 2: according to bandwidth requirement, designing filter;
Step 3: with white noise sample input filter, and with the filter output signal power normalization;
Step 4: according to the requirement of Normalized Signal/Noise Ratio, obtain required white noise power, determine power coefficient σ;
Described noise power factor sigma calculates according to power, the Normalized Signal/Noise Ratio of spreading factor, bandwidth, baseband digital signal:
σ 2 = SFA 2 T c f s 2 ( E b / N 0 )
Wherein: T c--chip period, A--chip amplitude, f s--sample rate,
N 0--noise power spectral density, SF--spreading factor, E bBe the signal bit energy;
Step 5: multiply by power coefficient σ by output numerical value and come given bandwidth white noise is carried out power correction, produce the white noise that meets the power spectral density requirement with step 3.
2. the method for given bandwidth of generation as claimed in claim 1 and power spectral density noise is characterized in that, described filter adopts the root raised cosine filter that is positioned at the base station end in the WCDMA system emulation.
3. device that produces given bandwidth and power spectral density noise, it is characterized in that, described device comprises: given band noise module, power coefficient computing module, power correction module, wherein given band noise module comprises white noise module, filter module, power normalization module, the white noise that produces in the white noise module, the input filter module is carried out filtering, and power output signal input power normalization module is carried out normalization; The power coefficient computing module calculates the noise power coefficient that needs, this noise power coefficient and described normalization module are exported normalized white noise through described power correction module, the normalized white noise of normalization module output be multiply by power coefficient σ, thereby output meets the white noise that power spectral density requires;
Described power coefficient computing module is according to the power of spreading factor, bandwidth, baseband digital signal, the noise power factor sigma that Normalized Signal/Noise Ratio calculates needs:
σ 2 = SFA 2 T c f s 2 ( E b / N 0 )
Wherein: T c--chip period, A--chip amplitude, f s--sample rate,
N 0--noise power spectral density, SF--spreading factor, E bBe the signal bit energy.
4. the device of given bandwidth of generation as claimed in claim 3 and power spectral density noise is characterized in that, described filter module adopts the root raised cosine filter that is positioned at the base station end in the WCDMA system emulation.
CNB031318908A 2003-06-11 2003-06-11 Method and apparatus for producing given bandwidth and power spectral density noise Expired - Fee Related CN1305240C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB031318908A CN1305240C (en) 2003-06-11 2003-06-11 Method and apparatus for producing given bandwidth and power spectral density noise

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB031318908A CN1305240C (en) 2003-06-11 2003-06-11 Method and apparatus for producing given bandwidth and power spectral density noise

Publications (2)

Publication Number Publication Date
CN1567768A CN1567768A (en) 2005-01-19
CN1305240C true CN1305240C (en) 2007-03-14

Family

ID=34469800

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB031318908A Expired - Fee Related CN1305240C (en) 2003-06-11 2003-06-11 Method and apparatus for producing given bandwidth and power spectral density noise

Country Status (1)

Country Link
CN (1) CN1305240C (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8213554B2 (en) * 2008-01-29 2012-07-03 Qualcomm Incorporated Sparse sampling of signal innovations
CN102315835B (en) * 2011-05-06 2014-02-26 中国工程物理研究院电子工程研究所 Method for estimating roll-off coefficient of forming filter
CN109842379B (en) * 2017-11-29 2023-09-19 北京振兴计量测试研究所 Broadband noise generation method
CN108306656B (en) * 2017-12-19 2019-07-30 中国人民解放***箭军工程大学 Baseband signal design and unmanned vehicle distant control chain circuit is interfered to collide interference method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1206252A (en) * 1997-03-13 1999-01-27 阿尔卡塔尔-阿尔斯托姆通用电气公司 Apparatus for suppressing interfering DC component shifts in radio receiver of direct conversion type, and corresponding method of suppression
CN1335686A (en) * 2000-07-25 2002-02-13 华为技术有限公司 Data selecting method and device
JP2002061410A (en) * 2000-08-14 2002-02-28 Tokyu Car Corp Vehicle door closing device for parking device
CN1365204A (en) * 2001-01-12 2002-08-21 华为技术有限公司 Detection method for forward link load in CDMA communication system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1206252A (en) * 1997-03-13 1999-01-27 阿尔卡塔尔-阿尔斯托姆通用电气公司 Apparatus for suppressing interfering DC component shifts in radio receiver of direct conversion type, and corresponding method of suppression
CN1335686A (en) * 2000-07-25 2002-02-13 华为技术有限公司 Data selecting method and device
JP2002061410A (en) * 2000-08-14 2002-02-28 Tokyu Car Corp Vehicle door closing device for parking device
CN1365204A (en) * 2001-01-12 2002-08-21 华为技术有限公司 Detection method for forward link load in CDMA communication system

Also Published As

Publication number Publication date
CN1567768A (en) 2005-01-19

Similar Documents

Publication Publication Date Title
CN1157016C (en) Base station device and method for suppressing peak current
CN1252957C (en) Method for lowering interference in spread spectrum receiver
CN1297165C (en) Pea kfactor recduction device
CN1094272C (en) Interference canceller equipment and interference cancelling method for use in multibeam-antenna communication system
CN1531293A (en) Method for decreasing peak average power rate
CN105471530B (en) A kind of method of the raising reception signal simulation accuracy based on baseband equivalence channel model
CN103532644A (en) Multi-path shadow compound fading channel simulation device and work method thereof
CN2692925Y (en) Code Division Multiplex channel access substation for estimating interference signal code power and noise deviation
CN1068163C (en) Method for receiving code division multiplex signal
CN1158803C (en) Propagation path estimating method for interference eliminator and interference eliminator
CN1305240C (en) Method and apparatus for producing given bandwidth and power spectral density noise
CN108512619B (en) Simulation method of short-wave multi-channel multi-bandwidth channel
CN1870610A (en) Channel estimating method of array antenna
CN1758779A (en) Automatic gain control method and device for array antenna base station of time-division duplex system
CN107948114A (en) A kind of MIMO blind source signal separations system and signal separating method
CN2845312Y (en) Multicarrier peak inhibitor
Volpin et al. Efficient LoRa-like transmitter stacks for SDR applications
CN2845311Y (en) Device for reducing multicarrier peak
CN1475049A (en) SINR estimation method and apparatus for realizing said method
CN1611015A (en) Receiving apparatus
CN1152589C (en) Realising device for baseband forming filter in stream line mode
CN1531226A (en) Apparatus and method for analog optical signal code error
CN108832980B (en) Analog/digital mixed beam forming method based on ISA
CN1156110C (en) Transmitting and zero intermediate frequency receiving method and device in multi-carrier CDMA system based on polyphase decomposition
CN1223105C (en) Device and method for processing digital data signal in CDMA radio transmitter

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20180427

Address after: California, USA

Patentee after: Global innovation polymerization LLC

Address before: Law ZTE building 518057 Guangdong city of Shenzhen province Nanshan District high tech Industrial Park, Cozi Road

Patentee before: ZTE Corp.

CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20070314