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.

Matched filter for Manchester Coding in Matlab

Status
Not open for further replies.

hamonrye

Newbie level 1
Joined
May 19, 2013
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,287
I am currently designing a Manchester matched filter design in Matlab. My task requires me to create and plot the impulse response h(t) of the optimum receiver filter matched to detect symbol '1'.

I have created a matched filter by using the following code:

h=fliplr(p);

where p is my manchester signal code for a symbol '1'.

p=[5*ones(1,Ns/2), -5*ones(1,Ns/2)];

How do you create an impulse response h(t)?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top