Enhancing_Least_Square_Channel_Estimation_Using_Deep_Learning icon indicating copy to clipboard operation
Enhancing_Least_Square_Channel_Estimation_Using_Deep_Learning copied to clipboard

Sir, thank you for the code, however following error arises while running the code

Open rajnigupta-555 opened this issue 1 year ago • 0 comments

Error using comm.RayleighChannel/step Changing the complexity (from real to complex) on input 1 of System object comm.RayleighChannel is not allowed without first calling the release() method.

Error in Channel_functions/ApplyChannel (line 62) y = step(rchan, X(:));

Error in Main_Simulation (line 49) [ h, y ] = ch_func.ApplyChannel( rchan, xp_cp, K_cp); - Show complete stack trace

rajnigupta-555 avatar Sep 29 '22 16:09 rajnigupta-555