Signal power ....A confusion
Show older comments
Hi there, I have confusion about computation of signal power in matlab. Suppose i generate binary data of 1s and -1s ....once i transmit the data on a carrier as data.*carrier; ......% doing Bandpass
i would like to compute noise power so that i could add noise in my signal (talking about AWGN addition). So to compute noise we have noise_power = signal_power/SNR;
how would i calculate signal power? should i take signal before modulating carrier or after modulation i.e. with carrier...
Also sometimes i have seen codes in which the programmer took signal power Sp =1 .....why?
Accepted Answer
More Answers (3)
Rick Rosson
on 25 Aug 2011
0 votes
- What is the amplitude of the carrier?
- What is the probability of each outcome {+1 versus -1} in the data stream?
Talha Rahman
on 25 Aug 2011
0 votes
Talha Rahman
on 25 Aug 2011
0 votes
Categories
Find more on Propagation and Channel Models in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!