Changes between Version 63 and Version 64 of Other/Summer/2015/aSDR2
- Timestamp:
- Jun 25, 2015, 3:27:43 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2015/aSDR2
v63 v64 80 80 81 81 * Research on filter design. 82 * !Wr iting/Modification ofOEDL scripts. See [#Exp1 Experiment 1].83 * Development ofa MATLAB script for signal visualization.82 * !Wrote/Modified OEDL scripts. See [#Exp1 Experiment 1]. 83 * Wrote a MATLAB script for signal visualization. 84 84 85 Week 5 86 87 88 * Introduction of FPGA into project. 89 * Use of OML to gather IQ samples from USRPs. 90 * Development of a MATLAB spectrogram script. 85 Week 5 in progress. 91 86 92 87 … … 116 111 [[BR]][[BR]] 117 112 Using OML, we save the receiver readings to a file for processing in MATLAB/Octave. Using a MATLAB script, we generate a waterfall plot of the data, along with an animated power vs. frequency plot. 113 [[BR]][[BR]] 114 Next, using the same frequencies and sampling rate as the original tutorial, we modified the OEDL script in order to collect raw time domain samples using ORBIT as opposed to samples that had already been converted into the frequency domain. 115 [[BR]][[BR]] 116 We then wrote a MATLAB script entitled "Spectro" which we used to convert the raw data into the frequency domain. From there, we again generate a waterfall plot of the data. 118 117 119 118