Description Usage Arguments Value See Also Examples
sqrtrcosine(x,B,Ns) = [sin((1-B)*pi*x[n]/Ns)/(pi*x[n]/Ns)+(4*B*x[n]/Ns)*cos((1+B)*pi*x[n]/Ns)]/((pi*x[n]/Ns)(1-(4*B*x[n]/Ns)^2))
Reference:
1. S. Daumont, R. Basel, Y. Louet, "Root-Raised Cosine filter influences on PAPR distribution of single carrier signals", ISCCSP 2008, Malta, 12-14 March 2008.
2. 3GPP TS 25.104 V6.8.0 (2004-12)
1 | sqrtrcosine(x,B,Ns)
|
x |
- input vector |
B |
- roll-off factor |
Ns |
- Ns samples per symbol |
Response (Double, Numeric vector) of the suare root raised rcosine function applied to the input vector x with roll-off factor B and Ns samples per symbol.
Other rwirelesscom functions: f16pskdemod;
f16pskmod; f16qamdemod;
f16qammod; f64qamdemod;
f64qammod; f8pskdemod;
f8pskmod; fbpskdemod;
fqpskdemod; fqpskmod;
rcosine; sqrtrcosine;
iqdensityplot; iqscatterplot;
stemplot; eyediagram; sinc
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.