I would like to know which m.file or section we should use if we want to implement PAPR reduction technique such as selective mapping (SLM), clipping and etc. in all scenarios? Thank you.
for schemes like clipping, you want to change the transmit signal right where it is generated. This would be the function generateTransmitSignal() located in BaseStation.m for downlink and UE.m for uplink.