GB2346040A - Method of slope detection in bursty RF signals - Google Patents

Method of slope detection in bursty RF signals Download PDF

Info

Publication number
GB2346040A
GB2346040A GB9925876A GB9925876A GB2346040A GB 2346040 A GB2346040 A GB 2346040A GB 9925876 A GB9925876 A GB 9925876A GB 9925876 A GB9925876 A GB 9925876A GB 2346040 A GB2346040 A GB 2346040A
Authority
GB
United Kingdom
Prior art keywords
power
slope
signal
burst
detection
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
GB9925876A
Other versions
GB2346040B (en
GB9925876D0 (en
Inventor
Thomas F Burris
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.)
HP Inc
Original Assignee
Hewlett Packard Co
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 Hewlett Packard Co filed Critical Hewlett Packard Co
Publication of GB9925876D0 publication Critical patent/GB9925876D0/en
Publication of GB2346040A publication Critical patent/GB2346040A/en
Application granted granted Critical
Publication of GB2346040B publication Critical patent/GB2346040B/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04BTRANSMISSION
    • H04B17/00Monitoring; Testing
    • H04B17/30Monitoring; Testing of propagation channels
    • H04B17/309Measuring or estimating channel quality parameters
    • H04B17/318Received signal strength
    • H04B17/327Received signal code power [RSCP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • Electromagnetism (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Monitoring And Testing Of Transmission In General (AREA)
  • Noise Elimination (AREA)

Abstract

A method for slope detection in RF signals in the presence of noise, for example on close GSM power bursts, looks at a cluster of power points to make a slope determination, as opposed to a simple change between points A and B, which is prone to noise errors. The slope detection is moved across the signal in order to find the rising and falling edges of the burst so that once these edges are determined, the burst is identified and extracted. Filtering or averaging is not needed and detection takes place only when the power is above a specified threshold.

Description

METHOD OF SLOPE DETECTION IN RF SIGNALS The present invention relates to slope detection in RF signals, for example for the detection of slope and identification of power bursts such as, in one preferred embodiment, close GSM power bursts.
GSM, or Global System for Mobile Communications, is the worldwide standard for digital mobile telephones. One problem with GSM applications has been an efficient method to determine the slope of a signal with potential noise, or an RF envelope, or any other such signal. Traditional methods are prone to noise errors. It would be desirable to provide an improved method of detection of RF signals in the presence of noise.
According to an aspect of the present invention, there is provided a method of slope detection in an RF signal comprising the steps of : determining first and second power cluster points A and B to be examined on an RF signal burst of the RF signal; calculating the power under first and second power cluster areas A and B on the RF signal power burst under examination; and calculating the slope of the respective first and second power cluster areas A and B.
The preferred embodiment can provide a method for slope detection in RF signals in the presence of noise, more particularly for detecting slope on close RF power bursts such as GSM power bursts. Once the positive and negative slopes have been determined, the burst can be identified and extracted. One preferred embodiment is applicable to GSM applications. However, other embodiments could be applicable to the general class of Time Division Multiple Access (TDMA) signals of which GSM, PDC (Pacific Digital Cellular), NADC (North American Digital Cellular) and the like are a part.
In one preferred embodiment, the method differs from other edge detectors by looking at a cluster of power points to make a slope determination, as opposed to a simple A between points A and B, which is prone to noise errors. The computation of the cluster of points is an integration. This integration acts like a selective moving average filter. Among the novel contributions are: 1) filtering or averaging is not needed on the entire signal prior to slope detection, and only occurs in areas above a specified threshold (the selective integration provides computational efficiency) ; 2) the slope detection is moved across the signal in order to find the rising and falling edges of the burst so that once these edges are determined, the burst is identified and extracted. A specified change in power must occur, further rejecting false detection of slope in the presence of noise.
The preferred method determines the slope of a signal at a given point in the presence of noise. Rather than take a simple delta between the points, the novel method computes the slope by comparing the power around the desired point. The width of the comparison is a key factor of rejecting noise. Too much width could reject the signal. Another key factor is the amount of change (i. e., delta) in power.
An embodiment of the present invention is described below, by way of example only, with reference to the accompanying drawings, in which: Figure 1 shows a timing diagram of a GSM power burst; Figure 2 shows a timing diagram illustrating an embodiment of detection method; Figures 3A and 3B show timing diagrams illustrating particular examples of the embodiment of Figure 2; Figure 4 shows a timing diagram illustrating an embodiment of burst extraction.
Figure 1 shows a timing diagram of a GSM power burst in which the y-axis is a measure of GSM RF power and the x-axis is measured over time. It can be seen that the GSM signal is a series of recurring bursts.
Figure 2 shows a timing diagram illustrating an embodiment of detection method which includes the following series of steps : In Figure 2, the method detecting the slope on close GSM power bursts such as shown in Figure 1.
The first step in Figure 2 is based on level threshold, pick a point to examine.
The second step is to calculate power under areas A and B shown in Figure 2. The width of power region is a parameter At (i. e., width), that is set by the application software.
The next step is to calculate the slope as follows: (a) if | A-B [ < e, assume the slope is flat (i. e. 0-see sample 3 in Figure 2), where e is some minimum epsilon greater than 0.0, or change in power, and is specified by the application software.
(b) if (A > B), the slope is negative-see sample 1 in Figure 2 where A = power on points before the point to test and B = power on points after the point to test (given a point to test, A is the region of power before the point, and B is the region of power after the point).
(c) if (A < B) slope is positive + see sample 2 in Figure 2.
(d) variances in At and e (the change in power) can affect the level of noise rejection. ç s method can be implemented using a common programming langage (e. g. C, C-H-, etc.) or programmable instructions for a DSP IC using arrays of data representing time vs amplitude.
This method differs from other edge detectors in that it looks at a cluster of power points to make the slope determination, as opposed to a simple A between points A and B which is prone to noise errors. Among the contributions are: 1) filtering or averaging is not needed on the entire signal prior to slope detection, and only occurs in areas above a specified threshold (the selective integration provides computational efficiency); 2) the change in power (delta) exceeds some value (epsilon) as provide by the application software; 3) slope detection is moved across the signal in order to find the rising and falling edges of the burst so that once these edges are determined, the burst is identified and extracted..
Figures 3A and 3B show timing diagrams illustrating traditional methods compared with the method described above. Figure 3A shows a potential false negative slope using traditional methods and Figure 3B shows the method described above.
The method shown in Figure 3b determines Power A to be < Power B at slope point which indicates a generally rising edge. Traditional methods show falling edge, as shown in Figure 3A.
The described method deternires theslope of a signal at a given point in the presence of noise. Rather than take a simple delta between the points, the method computes the slope by comparing the power around the desired point. The width of the comparison is a key factor of rejecting noise. Too much width could reject the signal. The amount of change in power is another key factor.
-Figure 4 shows a timing diagram illustrating an embodiment of burst extraction.
In Figure 4, the RF signal prior to time Tl is below a threshold so that the slope is not computed prior to time T1. At time T1, the burst is above the threshold and the delta power slope detection method described above is applied on the RF signal to find the positive or rising edge. Similarly, at time T2, the delta power slope detection method is applied on the RF signal to find the negative or falling edge. A scan of the slope detector across the signal between times T1 and T2 provides for identifying the burst so that the burst can be extracted. After time T2, the RF signal falls below the threshold, so that the slope is not computed after time T2.
The foregoing descriptions of specific embodiments of the present invention have been presented for purposes of illustration and description. They are not intended to be exhaustive or to limit the invention to the precise forms disclosed, and it should be understood that many modifications and variations are possible in light of the above teaching. For example, one preferred embodiment is applicable to GSM applications. However, other embodiments could be applicable to the general class of Time Division Multiple Access (TDMA) signals of which GSM, PDC (Pacific Digital Cellular), NADC and the like are a part. The embodiments were chosen and described in order to best explain the principles of the invention and its practical application, to thereby enable others skilled in the art to best utilize the invention and various embodiments with various modifications as are suited to the particular use contemplated.
The disclosures in United States patent application numbers 60/106,665 and 09/196,516, from which this application claims priority, and in the abstract accompanying this application are incorporated herein by reference.

Claims (7)

  1. CLAIMS 1. A method of slope detection in an RF signal comprising the steps of : determining first and second power cluster points A and B to be examined on an RF signal burst of the RF signal ; calculating the power under first and second power cluster areas A and B on the RF signal power burst under examination ; and calculating the slope of the respective first and second power cluster areas A and B.
  2. 2. The method as in Claim 1 wherein the RF signal is one of a class of Time Division Multiple Access Signals, of which GSM, PDC, NADC and the like are a part.
  3. 3. The method as in Claim 2 including the step of determining that the slope is flat if the difference between first and second calculated power cluster areas is less than epsilon where epsilon is a specified change in power.
  4. 4. The method as in Claim 3 including the step of determining that the calculated slope is negative if the power cluster area A is greater than B.
  5. 5. The method as in Claim 3 or 4including the step of determining that the calculated slope is positive if the power cluster A is less than B.
  6. 6. The method as in Claim 5 including the step of detecting the rising and falling edges of the RF signal burst to provide for identification of the signal burst.
  7. 7. The method as in Claim 6 including the step of extracting the identified signal burst.
GB9925876A 1998-11-02 1999-11-01 Method of slope detection in rf signals Expired - Fee Related GB2346040B (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10666598P 1998-11-02 1998-11-02
US19651698A 1998-11-20 1998-11-20

Publications (3)

Publication Number Publication Date
GB9925876D0 GB9925876D0 (en) 1999-12-29
GB2346040A true GB2346040A (en) 2000-07-26
GB2346040B GB2346040B (en) 2001-03-14

Family

ID=26803890

Family Applications (1)

Application Number Title Priority Date Filing Date
GB9925876A Expired - Fee Related GB2346040B (en) 1998-11-02 1999-11-01 Method of slope detection in rf signals

Country Status (2)

Country Link
JP (1) JP2000187051A (en)
GB (1) GB2346040B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5739499B2 (en) * 2013-09-25 2015-06-24 アンリツ株式会社 Burst signal measuring apparatus and measuring method
CN106353591B (en) * 2016-10-21 2023-05-16 成都前锋电子仪器有限责任公司 Average burst power measuring circuit

Also Published As

Publication number Publication date
JP2000187051A (en) 2000-07-04
GB2346040B (en) 2001-03-14
GB9925876D0 (en) 1999-12-29

Similar Documents

Publication Publication Date Title
US6385261B1 (en) Impulse noise detector and noise reduction system
US5426670A (en) Interference compensating circuit including a matched filter followed by a median filter
TW200919986A (en) Jamming detector and jamming detecting method
CA1218457A (en) Method and apparatus for determining the endpoints of a speech utterance
SE9802719L (en) Methods and systems for determining the completeness of a received signal
GB2346040A (en) Method of slope detection in bursty RF signals
CN112332807A (en) Weak envelope signal detection method and system
CN113706840A (en) Partial discharge ultrahigh frequency monitoring grading alarm circuit and alarm device and method thereof
Lourens Detection and logging advertisements using its sound
CA1206564A (en) Differential ecd detector for loran c receiver
US11054502B2 (en) Method and system for intra-pulse frequency estimation against agile emitters
RU2428712C1 (en) Method for radar detection of signals reflected from targets, and device for realising said method
EP0116625B1 (en) Multiple simultaneous tone decoder
US6609220B2 (en) Method of manufacturing Q-value and device therefor
CN112887956B (en) Bluetooth signal processing method and device
CN113589394A (en) Method and equipment for identifying target detection object based on photoelectric sensor
EP0348888B1 (en) Overflow speech detecting apparatus
CA1227559A (en) Method of suppressing unwanted indications in automated ultrasonic testing
CN111830488A (en) Echo signal data processing method and system based on GM-APD laser ranging system
RU2106653C1 (en) Method of processing of radar signal
RU2212683C2 (en) Method of radar signal processing
CN1929683B (en) RSSI filtering method filtering apparatus and implementing circuit therof
JP3641817B2 (en) Water leakage sound identification method by high accuracy frequency analysis
RU2292114C2 (en) Method for threshold control in optimal detector
RU2234106C1 (en) Speed tracking unit with protection against range pull-off

Legal Events

Date Code Title Description
PCNP Patent ceased through non-payment of renewal fee

Effective date: 20091101