CN1770750A - 信号处理方法和系统 - Google Patents
信号处理方法和系统 Download PDFInfo
- Publication number
- CN1770750A CN1770750A CN 200510118367 CN200510118367A CN1770750A CN 1770750 A CN1770750 A CN 1770750A CN 200510118367 CN200510118367 CN 200510118367 CN 200510118367 A CN200510118367 A CN 200510118367A CN 1770750 A CN1770750 A CN 1770750A
- Authority
- CN
- China
- Prior art keywords
- frequency
- signal
- value
- receiver
- module
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 29
- 238000012545 processing Methods 0.000 claims description 45
- 238000003672 processing method Methods 0.000 claims description 15
- 238000012544 monitoring process Methods 0.000 claims description 4
- 238000012937 correction Methods 0.000 abstract description 12
- 230000010355 oscillation Effects 0.000 description 45
- 238000004891 communication Methods 0.000 description 30
- 238000001914 filtration Methods 0.000 description 26
- 238000010586 diagram Methods 0.000 description 23
- 230000008859 change Effects 0.000 description 12
- 230000000295 complement effect Effects 0.000 description 11
- 230000005540 biological transmission Effects 0.000 description 10
- 238000006243 chemical reaction Methods 0.000 description 10
- 230000006870 function Effects 0.000 description 10
- 230000008569 process Effects 0.000 description 9
- 238000007792 addition Methods 0.000 description 8
- 238000001514 detection method Methods 0.000 description 7
- 238000013508 migration Methods 0.000 description 7
- 230000005012 migration Effects 0.000 description 7
- 230000001360 synchronised effect Effects 0.000 description 6
- 238000004590 computer program Methods 0.000 description 5
- 238000011084 recovery Methods 0.000 description 5
- 230000003321 amplification Effects 0.000 description 4
- 238000013461 design Methods 0.000 description 4
- 238000003199 nucleic acid amplification method Methods 0.000 description 4
- 101100272680 Paracentrotus lividus BP10 gene Proteins 0.000 description 3
- 230000001413 cellular effect Effects 0.000 description 3
- 238000013507 mapping Methods 0.000 description 3
- 238000012360 testing method Methods 0.000 description 3
- 230000002411 adverse Effects 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000009467 reduction Effects 0.000 description 2
- 230000004044 response Effects 0.000 description 2
- 230000011664 signaling Effects 0.000 description 2
- 241001673391 Entandrophragma candollei Species 0.000 description 1
- 230000008901 benefit Effects 0.000 description 1
- 239000000969 carrier Substances 0.000 description 1
- 230000008878 coupling Effects 0.000 description 1
- 238000010168 coupling process Methods 0.000 description 1
- 238000005859 coupling reaction Methods 0.000 description 1
- 238000013016 damping Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 239000004744 fabric Substances 0.000 description 1
- 230000010365 information processing Effects 0.000 description 1
- 239000000463 material Substances 0.000 description 1
- 238000010295 mobile communication Methods 0.000 description 1
- 238000011022 operating instruction Methods 0.000 description 1
- 230000010363 phase shift Effects 0.000 description 1
- 230000000630 rising effect Effects 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
- 238000012549 training Methods 0.000 description 1
Images
Landscapes
- Mobile Radio Communication Systems (AREA)
- Circuits Of Receivers In General (AREA)
- Stabilization Of Oscillater, Synchronisation, Frequency Synthesizers (AREA)
Abstract
Description
//BP1 if(InaRssiOut<p.LnaThresh){ VposEnvTrk=0; VnegEnvTrk=0; } //BP2 //Accumulate for tracking VposEnvTrk+=(Input>double(TI(VposEnvTrk)))?TT(IrgEnvDelta): TT(-smlEnvDelta); VnegEnvTrk +=(Input<TI(VnegEnvTrk))?TT(-IrgEnvDelta):TT(smlEnvDelta); //BP3 if(!acqTrkZ){//While waiting to sync //Get the direction of input change sigSlope=((Input-InputZ)>=0); sigZero=(Input==InputZ); //BP4 //Slope direction change means extremum detected if(((sigSlopeZ!=sigSlope)!!(sigZero!=sigZeroZ))&&!sigZero){ //Some useful differences pDiff=TI(VposEnvAcq)-InputZ; nDiff=InputZ-TI(Vneg EnvAcq); //BP5 if(!sigSlope){//If Max... //BP6 if(pDiff<0) VposEnvAcq=InputZ; //BP7 else if((nDiff>(p.acqThreshSel?12:8))&&(nDiff>=0)) VposEnvAcq-=pDiff/((pDiff>6)?2:(pDiff>2)?4:8); } else{ //Else if min... //BP8 if(nDiff<0) <!-- SIPO <DP n="19"> --> <dp n="d19"/> VnegEnvAcq=InputZ; //BP9 else if((pDiff>(p.acqThreshSel?12:8))&&(pDiff>=0)) VnegEnvAcq+=nDiff/((nDiff>6)?2:((nDiff>2)?4:8)); } //BP10 Output=(TI(VposEnvAcq)+TI(VnegEnvAcq))*p.AcqWgt +(TI(VposEnvTrk)+TI(VnegEnvTrk))*p.TrkWgt; } //BP11 //Register update sigSlopeZ=sigSlope; sigZeroZ=sigZero; } //BP12 else if(p.enDefault) //After sync Output=(TI(VposEnvTrk)+TI(VnegEnvTrk))/2;//.
Claims (10)
Applications Claiming Priority (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US62396304P | 2004-11-01 | 2004-11-01 | |
US60/623,963 | 2004-11-01 | ||
US11/102,123 | 2005-04-08 | ||
US11/102,123 US7599662B2 (en) | 2002-04-29 | 2005-04-08 | Method and system for frequency feedback adjustment in digital receivers |
Publications (2)
Publication Number | Publication Date |
---|---|
CN1770750A true CN1770750A (zh) | 2006-05-10 |
CN1770750B CN1770750B (zh) | 2010-04-14 |
Family
ID=36751745
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN 200510118367 Expired - Fee Related CN1770750B (zh) | 2004-11-01 | 2005-10-28 | 信号处理方法和系统 |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN1770750B (zh) |
TW (1) | TWI318048B (zh) |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101933299A (zh) * | 2008-07-31 | 2010-12-29 | 艾可慕株式会社 | Fsk接收机 |
CN101110802B (zh) * | 2006-07-18 | 2011-10-19 | 展讯通信(上海)有限公司 | 无中心通信系统终端频率累积误差修正方法 |
CN101447795B (zh) * | 2007-11-27 | 2013-01-02 | 锐迪科科技有限公司 | 低中频数字接收机及其调频方法 |
CN104143995A (zh) * | 2013-05-08 | 2014-11-12 | 博通集成电路(上海)有限公司 | 自适应蓝牙接收机及方法 |
CN110289874A (zh) * | 2019-07-03 | 2019-09-27 | 江苏卓胜微电子股份有限公司 | 一种去除无线通信中频偏对接收性能影响的方法及系统 |
CN113316904A (zh) * | 2019-03-29 | 2021-08-27 | 华为技术有限公司 | 一种终端设备、发射机、基带芯片以及射频信号生成方法 |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7796069B2 (en) * | 2008-02-06 | 2010-09-14 | 02Micro International Limited | Analog to digital converters |
US9287886B2 (en) | 2008-02-29 | 2016-03-15 | Qualcomm Incorporated | Dynamic reference frequency for fractional-N Phase-Locked Loop |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100395547B1 (ko) * | 2001-09-22 | 2003-08-25 | 삼성전자주식회사 | 무선통신기기 및 그것을 이용한 오프셋 보정방법 |
-
2005
- 2005-10-28 TW TW94137822A patent/TWI318048B/zh not_active IP Right Cessation
- 2005-10-28 CN CN 200510118367 patent/CN1770750B/zh not_active Expired - Fee Related
Cited By (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101110802B (zh) * | 2006-07-18 | 2011-10-19 | 展讯通信(上海)有限公司 | 无中心通信系统终端频率累积误差修正方法 |
CN101447795B (zh) * | 2007-11-27 | 2013-01-02 | 锐迪科科技有限公司 | 低中频数字接收机及其调频方法 |
CN101933299A (zh) * | 2008-07-31 | 2010-12-29 | 艾可慕株式会社 | Fsk接收机 |
CN101933299B (zh) * | 2008-07-31 | 2013-07-17 | 艾可慕株式会社 | Fsk接收机 |
CN104143995A (zh) * | 2013-05-08 | 2014-11-12 | 博通集成电路(上海)有限公司 | 自适应蓝牙接收机及方法 |
CN104143995B (zh) * | 2013-05-08 | 2016-06-15 | 博通集成电路(上海)有限公司 | 自适应蓝牙接收机及方法 |
CN113316904A (zh) * | 2019-03-29 | 2021-08-27 | 华为技术有限公司 | 一种终端设备、发射机、基带芯片以及射频信号生成方法 |
CN110289874A (zh) * | 2019-07-03 | 2019-09-27 | 江苏卓胜微电子股份有限公司 | 一种去除无线通信中频偏对接收性能影响的方法及系统 |
Also Published As
Publication number | Publication date |
---|---|
CN1770750B (zh) | 2010-04-14 |
TW200633378A (en) | 2006-09-16 |
TWI318048B (en) | 2009-12-01 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN1845542B (zh) | 信号处理方法和系统 | |
CN1770750A (zh) | 信号处理方法和系统 | |
US7599662B2 (en) | Method and system for frequency feedback adjustment in digital receivers | |
US7580483B2 (en) | Trimming of local oscillation in an integrated circuit radio | |
US7869782B2 (en) | Multi-mode transmit and receive PLL | |
US20070190957A1 (en) | Dc removal techniques for wireless networking | |
US7653361B2 (en) | Dual band WLAN communication frequency synthesizer technique | |
CN101331710A (zh) | 5-ghz wlan中的gsm谐波发射去敏 | |
WO2018022278A1 (en) | Adjusting envelope tracking power supply | |
US7079595B2 (en) | Radio receiver having direct DC offset compensation | |
CN1310558A (zh) | 数字无线通信系统和数字无线通信方式 | |
CN1756245A (zh) | 频移键控解调器和频移键控的方法 | |
US7684519B2 (en) | Method and system for adjusting DC offset slice point in an RF receiver | |
US20080212658A1 (en) | Method and system for communication of signals using a direct digital frequency synthesizer (ddfs) | |
US20090203338A1 (en) | Selective fast image rejection | |
US9071417B2 (en) | Method and system for packet synchronization | |
CN105765869B (zh) | 支持多种模式的自适应fm解调器 | |
EP1500205B1 (en) | Frequency synthesizers for supporting voice communication and wireless networking standards | |
CN1333607A (zh) | 多频带发送和接收信号发生装置和方法及发送和接收装置 | |
US20040190650A1 (en) | FSK demodulator slicer with fast automatic DC offset compensation | |
US7904042B2 (en) | Fast image rejection | |
US20070286300A1 (en) | Modified dual symbol rate for uplink mobile communications |
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: 20180507 Address after: Singapore Singapore Patentee after: Avago Technologies General IP (Singapore) Pte. Ltd. Address before: 16215 Alton Park, California, 92618-7013 Patentee before: BROADCOM Corp. |
|
TR01 | Transfer of patent right | ||
TR01 | Transfer of patent right |
Effective date of registration: 20190828 Address after: Singapore Singapore Patentee after: Avago Technologies General IP (Singapore) Pte. Ltd. Address before: Singapore Singapore Patentee before: Avago Technologies General IP (Singapore) Pte. Ltd. |
|
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: 20100414 |