Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using another Channel transfer matrix in Ofdm module #2

Open
mostofi386 opened this issue Jan 24, 2021 · 0 comments
Open

Using another Channel transfer matrix in Ofdm module #2

mostofi386 opened this issue Jan 24, 2021 · 0 comments

Comments

@mostofi386
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant