This program is used to identify the signals transmittd from E4438C and received by Black Bird.
The detail discription of programs are as follows.
- figure_of_data.m is the program to eliminate the frequency offset of received signals.
- fo_recover.m is the function to eliminate the frequency offset and figure_of_data.m adopts fo_cover.m to recover signals.
- main.m is the program which adopts the proximal gradient decent method to update the dictionary and update the dictionary set.
- main_iteration.m is the program which update the dictionary set through proximal gradient descent method and update for many iterations.
- SDLC_proximal.m is the function of proximal gradient descent method.
- SDLC_proximal_advanced.m is the function for fast proximal gradient descent method.
- Signals_measurement.m is the program generating and identifying signals for E4438C to transmit.
- Signal_simulation.m is the program generateing and identifying signals for simulation.
- syn.m is the function for generating the m sequence.
- spectral_cluster.m is the function for spectral clustering proposed by Andrew Ng.
- my_spectral_cluster.m is the function for spectral clustering proposed by myself.
There are five files here.
- 1102 stores the data received in Nov. 2nd and these signals are sent with M sequence.
- data stores the data received. The transmitter is E4438C and the receiver is Black Bird.
- Result stores the data recovered through the frequency offset eliminating function.
- STING_result stores the data recover through the STING method.
- SDLC_result stores the result of proximal gradient descent based dictionary learning method.