📄 readme
字号:
midamble======== One of the most important modules: in order to be able to decode areceived signal, one has to make an estimation of the channel which isthen used to 'correct' the signal. This module provides a 'midamble' tocreate a well-known series of symbols, and a 'matched_filter', whichtries to recognise the midamble part and correct for the wrongly receivedsignal.matched_filter--------------The receiving part of the midamble - the matched filter.Inputs: SAMPLE_S12outputs: SYMBOL_COMPLEXConfig: gain_control<int>: 0 If set to 1, gain-control will be done index<int>: 0 The index of the received user. If more than one user sent in the same timeslot, and each has a different index, each user can be estimated by giving the corresponding index here. num_ch_est<int>: 2 Number of Channel estimates peak_location<int>: 32 Where to put the peak_location. This is used because the channel is non-causal. type<int>: 3 Type of the midamble. The following indexes are available: 1 - 3GPP type 1 (192+64 = 256) 2 - User Def (512+32 = 544) 3 - Midamble defined in Chinese WCDMA 128+16 = 144Stats: flip_prob<double>: The BER, or flip_probability mafi<block_t>: A copy of the matched filter mid_amp<int>: The calculated midamble-amplitude mid_amp_old<int>: An old and simple way to calculate the mid_amp midamble<block_t>: A copy of the midamble noise_var<int>: The noise-variance noise_var_old<int>: An old and inaccurate way to calculate the variance offset<int>: How many samples we're off - the delay peak<SYMBOL_COMPLEX>: The highest tap peak_amp<int>: Peak-amplitude of the midamble peak_amp_stat[MAX_CH_EST]<int>: A midamble.^2 snr<double>: Copy of snr_mid, deprecated snr_data<double>: Signal to noise ratio of the data-part snr_mid<double>: Signal to noise ratio of the midamble snr_old<double>: mid_amp_old^2 / noise_var_oldmidamble-------- A 3GPP midamble is implemented with a length of 256 symbols. It isinserted in the middle of the received signal, so that it should reflectmost accuratly the changes from the channel.Inputs: SYMBOL_COMPLEXoutputs: SYMBOL_COMPLEXConfig: amplitude<int>: 32767 Amplitude of the midamble index<int>: 0 The index of the user. Different users can send in the same timeslot using different indexes. type<int>: 3 Type of the midamble. The following indexes are available: 1 - 3GPP type 1 (192+64 = 256) 2 - User Def (512+32 = 544) 3 - Midamble defined in Chinese WCDMA 128+16 = 144
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -