for index = 1:PacketLength
PacketWithFreqOffset(index) =
Packet(index)exp(i2pifΔSampleRateindex);
end
So is above implementation in matlab similar to that in Gnuradio?
No. GNURadio implementation resembles Simulink instead of Matlab. Just
think how can u add freq-offset in Simulink and replicate that in
GNURadio
-Adeel