You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use an H matrix that is generated by another module in the OFDM module but I don't know how I can connect this one with pyphysim.modulators.ofdm.OfdmOneTapEqualizer. Do you a way to connect this together:
I want to place an impulse_response with a matrix that I already have from another module. Would you please give me a solution for this issue? I really appreciate it.
Best Regards
The text was updated successfully, but these errors were encountered:
Hello everyone,
I want to use an H matrix that is generated by another module in the OFDM module but I don't know how I can connect this one with pyphysim.modulators.ofdm.OfdmOneTapEqualizer. Do you a way to connect this together:
https://pyphysim.readthedocs.io/en/latest/pyphysim.modulators.html?highlight=ofdm#pyphysim.modulators.ofdm.OfdmOneTapEqualizer.equalize_data
this function will pass the signal through a channel I want to something like this:
equalize_data(data: numpy.ndarray, impulse_response: pyphysim.channels.fading.TdlImpulseResponse)
I want to place an impulse_response with a matrix that I already have from another module. Would you please give me a solution for this issue? I really appreciate it.
Best Regards
The text was updated successfully, but these errors were encountered: