| Author |
Message |
magnetra
Joined: 21 Apr 2005 Posts: 275 Helped: 3 Location: 27.45N, 85.20E KTM, NP
|
27 Jan 2006 12:46 truncated raised cosine matlab |
|
|
|
|
| Raised Cosine pulse is the practical solution for baseband digital comm'n. But isn't raised cosine pulse non casual???
|
|
| Back to top |
|
 |
Google AdSense

|
27 Jan 2006 12:46 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
zorro
Joined: 06 Sep 2001 Posts: 380 Helped: 47
|
27 Jan 2006 16:18 raised cosine pulse matlab |
|
|
|
|
Ideally, yes. But the ideal noncausal and infinite duration waveform can be truncated in time with a slight distortion in frequency domain.
Take the noncausal pulse. Shift it in time (delay) and truncate it for negative time (i.e. p(t)=0 for t<0). This causal pulse can be approximated.
It can be also truncated in time if digital FIR techniques are used (i.e. p(t)=0 for t>T, where T is the duration of the approximation).
Regards
Z
|
|
| Back to top |
|
 |
changfa
Joined: 14 Dec 2005 Posts: 276 Helped: 82
|
31 Jan 2006 5:24 Re: Raised Cosine |
|
|
|
|
Yes. All filterings introduce delay. In fact, Matlab demo has a part on Raised Cosine Filter from which you can understand the delay well.
in matlab
>> demo
then find the communication panel
|
|
| Back to top |
|
 |
sameerbabu
Joined: 16 Nov 2005 Posts: 98
|
31 Jan 2006 6:09 Re: Raised Cosine |
|
|
|
|
| SQRC is not used in pass band commn?
|
|
| Back to top |
|
 |
changfa
Joined: 14 Dec 2005 Posts: 276 Helped: 82
|
05 Feb 2006 20:21 Re: Raised Cosine |
|
|
|
|
| SQRC is used in practice, for example Wideband CDMA systems. With SQRC, we actually split the RC into two idential function at transmitter and receiver, respectively. Therefore, the receiver SQRC performs matched filtering.
|
|
| Back to top |
|
 |
me_lolly
Joined: 14 Dec 2005 Posts: 4
|
08 Mar 2006 20:17 Re: Raised Cosine |
|
|
|
|
Hey Guys,
I dont know It wud be helpful or not but JUST GO THROUGH THIS AND SEE!!
I have been doing research on raised cosine pulses and the answers to ur questions are
(1) the raised cosine pulse that we use is causal as only haalf of the pulse is used for pulse shaping. Moreover,it is common engineering practice to split the pulse in half, i.e., to deploy a root (of the frequency response) pulse at the transmitter side, and the same root pulse at the receiver side that acts as a matched filter . Further, the filters are digitally implemented with a truncated oversampled causal version. For complexity reasons it is desirable that the tails decay rapidly
in order to allow quick truncation, and minimize the resulting intersymbol interference (ISI) at the receiver. This is because the auto-convolution of the truncated root pulse is not Nyquist anymore.
(2) The complete assembly o fwat u call a raised cosine filter is given by the eqn,
H(tx)*H(rx)=H(RC)!!
cheers!
|
|
| Back to top |
|
 |