I'm trying to variate the number of pilots. Should I just change the values of these two variables "Num_of_symbols" and "Num_of_pilot" ?
When I try to change them to a number greater than one, an error occurs in "MMSE_Block_Pilot_Demo_1":
`Error in MMSE_Block_Pilot_Demo_1 (line 32)
H_MMSE_h(:, i_MMSE) = H_MMSE;
Hi! Thanks a lot for sharing your code!
I'm trying to variate the number of pilots. Should I just change the values of these two variables "Num_of_symbols" and "Num_of_pilot" ? When I try to change them to a number greater than one, an error occurs in "MMSE_Block_Pilot_Demo_1":
`Error in MMSE_Block_Pilot_Demo_1 (line 32) H_MMSE_h(:, i_MMSE) = H_MMSE;
Error in Demonstration_of_papers_DNN (line 171) H_MMSE_h = MMSE_Block_Pilot_Demo_1(Received_pilot, Pilot_value, Num_of_FFT, Frame_size, SNR, Multitap_h');`