|
RENEWLab
1.1.0
RENEW project
|
Functions | |
| def | extract_pilots_data (cmpx_pilots, seq_conj, seq_num, seq_len, frame) |
Variables | |
| seq_tmp | |
| _ | |
| preamble_type | |
| seq_length | |
| cp | |
| upsample | |
| reps | |
| int | rep = 1 |
| seq_orig = np.tile(seq_tmp, rep) | |
| sig = np.concatenate((128 * [0], seq_orig)) | |
| seq = seq_orig[::-1] | |
| seq_conj = np.conjugate(seq) | |
| sig3d = np.empty((1, 1, len(sig)), dtype='complex64') | |
| frame | |
| pilot_rx_t | |
| m_filt | |
| sf_start | |
| fig = plt.figure() | |
| ax1 = fig.add_subplot(2, 1, 1) | |
| ax2 = fig.add_subplot(2, 1, 2) | |
| def extract_pilots_data.extract_pilots_data | ( | cmpx_pilots, | |
| seq_conj, | |||
| seq_num, | |||
| seq_len, | |||
| frame | |||
| ) |
|
private |
| extract_pilots_data.ax1 = fig.add_subplot(2, 1, 1) |
| extract_pilots_data.ax2 = fig.add_subplot(2, 1, 2) |
| extract_pilots_data.cp |
| extract_pilots_data.fig = plt.figure() |
| extract_pilots_data.frame |
| extract_pilots_data.m_filt |
| extract_pilots_data.pilot_rx_t |
| extract_pilots_data.preamble_type |
| int extract_pilots_data.rep = 1 |
| extract_pilots_data.reps |
| extract_pilots_data.seq = seq_orig[::-1] |
| extract_pilots_data.seq_conj = np.conjugate(seq) |
| extract_pilots_data.seq_length |
| extract_pilots_data.seq_tmp |
| extract_pilots_data.sf_start |
| extract_pilots_data.sig = np.concatenate((128 * [0], seq_orig)) |
| extract_pilots_data.upsample |