http://wearcam.org/ece431/lab3/lab3.htm
We have seen Mary Baker Eddy with one eye!
In class, we learned how to implement the Discrete Fourier Transform (DFT), and how to compute it efficiently using Decimation In Time (DIT) and Decimation In Frequency (DIF), etc.. We also learned about windows, and, in particular, we learned about sliding windows where the window moves through time to show a varying spectral information.
This approach to Fourier analysis is called "Time Frequency" (TF) analysis, which will form the basis of this lab.
Various matlab (or octave) scripts and data files are provided for you, in this lab3 directory. See for example, READMEscripts and READMEdata from the lab3 directory.
BE SURE TO START OCTAVE (or matlab which is the proprietary octave-like system) FROM THE lab3 DIRECTORY, SO THE path or programs (or equiv. octave path) IS SET TO INCLUDE THE CURRENT WORKING DIRECTORY, etc..
Plot tfhandtv for uncalibrated pickpocket, e.g. load pickpocket2.txt, then compute zc=complexify(pickpocket2); and then plot using tfhandtv.m. Alternatively you can run showcal.m to see the difference between calibrated and uncalibrated data. See READMEscripts for an explanation of tfhandtv and other scripts. You can generate these plots automatically by simply running showcal.m which will also show you a real versus imaginary plot of the radar data.
Problem 1: Explain the physical and intuitive meaning of the difference between positive and negative frequencies. What is negative frequency?
Problem 2: Notice that the uncalibrated radar data causes mirroring in the f=0 axis (e.g. an inability to distinguish positive from negative frequencies). Comment on why the calibration procedure (e.g. calibrateradar.m) mitigates this problem.
Problem 3: Look at the car3 data (possibly modify showcal.m for this purpose) and propose a possible explanation for why the car3 data appears to be partially reflected in the frequency=0 axis even after running calibrateradar.m on it.
Problem 4: Suggest how you might use the spectral analysis (Fast Fourier Transform) information obtained from tfhandtv.m to see whether or not a given situation may be dangerous. Describe the characteristics of possible dangerous situations as seen through the eye of the radar. Make particular reference to Fourier analysis. Devise a method of detecting danger that can distinguish from among some of the various radar targets.
Problem 5: An engineer starts a company to manufacture a hands-free cursor pointing device to replace the mice usually used on a computer. The device can either be placed on a desktop (or below the desk since it can see through wood) to sense the user's hand, or it may be worn on the front of the body so it can sense hand position while the user is mobile. Suggest how you might use a miniature radar as a pointing device. Engineer A decides to spin the radar around in the radome and obtain a radar image of a user's hand, and select the brightest pixel in the image as the position of the hand. Engineer B decides to use a single pixel of the radar image, and use phase for one axis of the pointer, and magnitude for another. Which engineer has a better solution, and why? If you paid attention in class when the radar was demonstrated, this should be very easy to answer.
BONUS PROBLEM: The above problems are sufficient for obtaining a 100% grade on this lab, if done well. However, if you like, you may attempt this optional bonus problem: Compute the chirplet transforms of some of the datasets. (Take a look at the files in the "chirplet" directory, and also be sure to put the .octaverc file into your starting directory so that the path to the "chirplet" directory gets included in your octave path.) Note that this takes a long time to compute. Use the script ff.m and explain what this script does, and what is meant by Frequency Frequency (FF) analysis. Explain why the Chirplet transform is particularly well suited to the analysis of radar data, and its benefits over and beyond Fourier analysis, and devise a classifier that can classify the various radar targets. Your classifier must work on other radar datasets, not just the data provided in this lab.
Not necessary for this lab, but perhaps of additional interest, is a short paper on time frequency analysis.
You will hopefully soon be out in industry, or in graduate school. You must learn how to think independently and to solve problems creatively. Hopefully this lab has been enjoyable.
However, if you do have a computer that, for some reason, cannot handle the space requirements of this lab, you might want to download the lab3 programs and documentation with no data and then download the datafiles individually.
Datafiles not present in the lab3nodata archive but present only in the lab3 archive are textfiles, and ".mat" (matrix) files:
accel_accel3people.txt bike2.txt bike3.txt bike4.txt car3.txt car4.txt car5.txt car6.txt car7.txt caraway.txt caraway2.txt clutterfastwalk.txt clutteronlychirplet.mat.gz constvel_accel3people.txt fastwalkbike.txt pickpocket2.txt pickpocket3.txt pickpocket4.txt pickpocketchirpletZff.mat.gz standstilldaringbike.txt standstillwithbike.txt test1attack.txt test1noattack.txt test2noattack.txt test2slowattack.txt test2veryslowattack.txt test3standrun.txt test3walkrun.txt test4crossing2personsweak.txt test4crossing3persons.txt test4walkrun3persons.txt testchirpletcar3ff.mat testchirpletwalkcarff.mat walkcar.txt walkcar2.txt walkcarchirpletZff.mat walkrunmetal.txt walkrunmetal2.txt walkrunmetal3.txt walkrunmetal4.txt