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.

Using linprog function in MATLAB

Status
Not open for further replies.

bmsec

Newbie level 6
Joined
Jan 18, 2011
Messages
13
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,402
How to find the minimum/maximum bounds for h(m) using linprog function in MATLAB ? I have shown the hand calculations. Kindly guide me how to
proceed :


delta_p <= Summation(h(m).T(w)) – Hd(w) <= delta_p
In passband, Hd(w)=1 ; delta_p=0.05

1 - 0.05 <= Summation(h(m).T(w)) <= 1 + 0.05

For the first coefficient, m=0, sweeping w from 0 to pi, in steps of pi/1000 ,
taking T(w)= 2cos(M-m 0.5), M=5,

0.475 <= h(0). cos(5-0-0.5) <= 0.525

Step_size_w = passband_cutoff/1000 ; w varies from 0 to passband_cutoff, in steps of Step_size_w
[/B]


For, the 1000 step values of w, I got 1000 bound pairs for h(0).

Kindly advise how to solve linprog function in MATLAB, to get the bounds for h(m).
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top