Description Usage Arguments Value See Also Examples
rcosine(x,B,Ns) = [sin(pi*x[n]/Ns)/(pi*x[n]/Ns)]*cos(pi*B*x[n]/Ns) /(1-(2*B*x[n]/Ns)^2)
Reference: G. Proakis, Digital Communications, 3rd ed., New York: McGraw-Hill, 1995.
1 | rcosine(x,B,Ns)
|
x |
- input vector |
B |
- roll-off factor |
Ns |
- Ns samples per symbol |
Response (Double, Numeric vector) of the 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.