RENEWLab  1.1.0
RENEW project
extract_pilots_data Namespace Reference

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)
 

Function Documentation

◆ extract_pilots_data()

def extract_pilots_data.extract_pilots_data (   cmpx_pilots,
  seq_conj,
  seq_num,
  seq_len,
  frame 
)

Variable Documentation

◆ _

extract_pilots_data._
private

◆ ax1

extract_pilots_data.ax1 = fig.add_subplot(2, 1, 1)

◆ ax2

extract_pilots_data.ax2 = fig.add_subplot(2, 1, 2)

◆ cp

extract_pilots_data.cp

◆ fig

extract_pilots_data.fig = plt.figure()

◆ frame

extract_pilots_data.frame

◆ m_filt

extract_pilots_data.m_filt

◆ pilot_rx_t

extract_pilots_data.pilot_rx_t

◆ preamble_type

extract_pilots_data.preamble_type

◆ rep

int extract_pilots_data.rep = 1

◆ reps

extract_pilots_data.reps

◆ seq

extract_pilots_data.seq = seq_orig[::-1]

◆ seq_conj

extract_pilots_data.seq_conj = np.conjugate(seq)

◆ seq_length

extract_pilots_data.seq_length

◆ seq_orig

extract_pilots_data.seq_orig = np.tile(seq_tmp, rep)

◆ seq_tmp

extract_pilots_data.seq_tmp

◆ sf_start

extract_pilots_data.sf_start

◆ sig

extract_pilots_data.sig = np.concatenate((128 * [0], seq_orig))

◆ sig3d

extract_pilots_data.sig3d = np.empty((1, 1, len(sig)), dtype='complex64')

◆ upsample

extract_pilots_data.upsample