Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Need coefficients for root raised cosine filter

Status
Not open for further replies.

ali-mac

Newbie level 3
Joined
Dec 3, 2007
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,296
root raised cosine filter

Hi,

Can someone post the coefficients for a root raised cosine filter with the following specification


Symbol Rate 1280000 Symbols/Sec
Rolloff Factor 0.300

Sampling Frequency 5.12 MHz
Number of taps = 41

Many Thanks
Ali
 

root raised cosine matlab

Hi
This is not difficult;
if you accessible to Matlab you can generate it easily.

nsamp=fs/Sr=4;
number of tap=2*nsamp*delay+1=41

Therefor delay=5

cosine(1,nsamp,'sqrt',rolloff,delay)=cosine(1,4,'fir/sqrt',0.3,5)

if you don't have Matlab software say I generate it!
:D
if it is correct click helped me!!
 

root raised cosine filter specifcations

Thank you
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top