<< rc_fir Filters srrc_fir >>

comm_tbx >> Filtering and pulse shaping > Filters > rc_pulse

rc_pulse

Raised cosine pulse

Calling Sequence

y = rc_pulse(t,roll_off)

Parameters

t:

time, in multiple of symbol period (1 = 1 symbol period)

r:

roll-off factor

Description

Compute

Examples

t = linspace(-10,10,1000);
y = rc_pulse(t,0.5);
clf(); plot(t,y);

See also

Authors

Bibliography

Multirate signal processing for communication systems, F.J. Harris, page 89.


Report an issue
<< rc_fir Filters srrc_fir >>