Skip to content Skip to navigation

Connexions

You are here: Home » Content » Radar Jammer Project Introduction

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

    • External bookmarks
  • E-mail the author

Lenses

What is a lens?

Definition of a lens

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

This content is ...

Affiliated with (What does "Affiliated with" mean?)

This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • Rice University ELEC 301 Projects

    This module is included inLens: Rice University ELEC 301 Project Lens
    By: Rice University ELEC 301As a part of collection:"ELEC 301 Projects Fall 2004"

    Click the "Rice University ELEC 301 Projects" link to see all content affiliated with them.

Recently Viewed

Radar Jammer Project Introduction

Module by: Lynn Le

Summary: This describes the objectives for a group project about radar jamming, for the Rice ELEC301 fall 2004.

Project Objective

The basic objective was to design a program in Matlab that simulates how police radar guns work and various methods of how to jam those radar signals. Simulation is split into three separate programs that each generated a signal or value that results from some analysis of a provided target.

CAR

Generates the spectrum of the speed beam reflected off of a stationary landscape and moving vehicle.

POLICE

Analyzes the reflected spectrum from the vehicle, removes the original speed beam frequency and then uses a match filter to determine the speed that the remaining frequencies represent.

JAM

Outputs a modified version of the spectrum emitted from the car so as to fool the match filter in the Police Program. There are several differently implemented versions of jam.

Theory of the basic operation

One of the basic operating theory behind this simulation of speed guns is that of the Doppler Effect. We assume the outgoing beam Gaussian and propagates towards a moving vehicle and surrounding objects that are stationary. Each surrounding object will reflect the Gaussian beam with no frequency shift according to the Doppler Effect. The gun then reads in the reflected waves and gets a combined signal at, ideally, two different frequencies: the reflection from nonmoving objects, and the frequency from the moving object. Using some signal analysis, the gun then determines how large the frequency shift was and from that, calculates the speed of the vehicle. The reason this works is that the frequency shift and the speed of the vehicle are proportional.

The process of jamming requires knowledge of how the gun determines these frequency shifts. More than likely it will use a matched filter, so the point of the 'jammers' is to manipulate this calculation to give the wrong answer. A 'jammer' works by outputting a signal at a frequency that will overshadow any reflections from the car.

Comments, questions, feedback, criticisms?

Send feedback