Exercises
ex-sp-ch38-01
EasyUse an LLM to generate a Python function for AWGN channel simulation. Verify against theoretical BPSK BER.
ex-sp-ch38-02
EasyAsk an LLM to summarize 5 paper abstracts on MIMO detection. Verify the summaries are accurate.
ex-sp-ch38-03
EasyUse an LLM to translate a simple MATLAB OFDM script to Python NumPy.
ex-sp-ch38-04
EasyGenerate unit tests for a channel estimation function using an LLM.
ex-sp-ch38-05
MediumBuild a prompt that generates a MIMO Rayleigh channel simulator with Kronecker correlation. Verify spatial correlation statistics.
ex-sp-ch38-06
MediumUse RAG over 20 paper PDFs to answer specific technical questions about channel modeling.
ex-sp-ch38-07
MediumImplement a simple deep JSCC encoder-decoder for transmitting MNIST digits over AWGN.
ex-sp-ch38-08
MediumUse an LLM to review your simulation code and list potential bugs. Verify each finding.
ex-sp-ch38-09
MediumBuild a comparison table of 10 channel estimation methods using LLM-assisted paper analysis.
ex-sp-ch38-10
HardFine-tune a small LLM on 3GPP specification text and evaluate its ability to answer telecom questions.
ex-sp-ch38-11
HardImplement deep JSCC for image transmission over Rayleigh fading channels and compare with separate source-channel coding.
ex-sp-ch38-12
HardBuild an agent that can search for papers, generate simulation code, run it, and report results.
ex-sp-ch38-13
ChallengeBuild a wireless foundation model: pre-train on synthetic CSI data from multiple environments and fine-tune for channel prediction.
ex-sp-ch38-14
ChallengeCreate a benchmark suite that tests LLM code generation accuracy on 50 wireless simulation tasks of varying difficulty.
ex-sp-ch38-15
HardImplement semantic communication for text over a fading channel using sentence embeddings as the semantic representation.