utcsilab / score-based-channels

Source code for paper "MIMO Channel Estimation using Score-Based Generative Models", published in IEEE Transactions on Wireless Communications.
Other
63 stars 23 forks source link

About Lasso #2

Closed zyy341 closed 2 years ago

zyy341 commented 2 years ago

Hi, I'm interested in the Lasso part, but I didn't find the code for the Lasso part. Can you tell me where the code corresponding to the LASSO part is? Thank you!

mariusarvinte commented 2 years ago

Hi, thanks for your question.

To run Lasso, you can simply run test_l1Fourier_lifted.py with --lifting 1. That will use sparsity in the Fourier (beamspace) domain as a prior. You can check this on lines 144-152 in that file for the exact implementation.

Let me know if there's more questions.

zyy341 commented 2 years ago

I am very thankful that you reply me quickly.