Determining lost signal

Currently developing an algorithm to recognize that a signal was lost.

Current algorithm is as follows.

S = \sum_{x=1}^N |QP_x|

S denotes the signal strength

QP_N denotes the current value.

QP_1 denotes the value N-1 samples ago.

Using a value of N=20 the following graph was generated

Signal Strength

The top graph is the calculated signal strength while the bottom graph is the raw data stream.

A zoomed in photo is below.

Signal Strength zoomThe tracking loop (bottom graph)  started to loose the lock between 29 and 30 seconds.  The signal strength (top graph) started to oscillate because of this.

I then changed my N to 1000

Signal Sternght 1000 samples used.Signal strength using 1000 points, zoomed in.Again the tracking loop started losing the signal around 60 seconds.  At approximently 64 seconds I covered up the antenna.

This algorithm is implimented at an order of 1.

This entry was posted in Development Work. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

Post a Comment

Your email is never published nor shared.