Changes between Version 78 and Version 79 of Other/Summer/2015/aSDR2
- Timestamp:
- Jul 6, 2015, 3:32:43 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2015/aSDR2
v78 v79 55 55 * Running experiments on the grid. 56 56 * Utilization of MATLAB to process signals. 57 * Fast Fourier Transform ( fft).58 * Inverse Fast Fourier Transform ( ifft).57 * Fast Fourier Transform (FFT). 58 * Inverse Fast Fourier Transform (IFFT). 59 59 60 60 … … 73 73 74 74 * Research on analog-to-digital conversion. 75 * Familiarization with Fast Fourier Transform ( fft) in MATLAB.75 * Familiarization with Fast Fourier Transform (FFT) in MATLAB. 76 76 * USRP Tutorials using ORBIT. 77 77 … … 93 93 ([[http://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2015/aSDR2/Spectrum%20Sensing%20Week%206.pdf|Presentation]]) 94 94 95 * FPGA Programming Using VHDL. 96 * Experimentation on the ORBIT Grid. See [#Exp2 Experiment 2]. 97 * Filtering and Peak-Finding in MATLAB. 98 99 Week 7 in progress. 95 100 96 101 === Experiments === … … 161 166 }}} 162 167 163 ==== Experiment 2: Signal Transmission and Processing with Two Transmitters and One Receiver ====168 ==== Experiment 2: Signal Transmission and Processing with Two Transmitters and One Receiver [=#Exp2] 164 169 165 170 In this experiment, we write an OEDL script that uses two transmitters and one receiver to collect preprocessed FFT samples. Utilizing three USRP2 radios on the grid, two nodes were used as transmitters, and one as a receiver.