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.

Implementation of sequential output multiplication in matlab

Status
Not open for further replies.

shegmite

Member level 1
Joined
Apr 8, 2012
Messages
33
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,496
Obtain an output in sequential multiplication using matlab

Hi all,
Can anyone help with proper codes in matlab to implement the program below:
% constants
n = 1
x = 1
P = 4
Zc = 95
Zo = 100
% perform computations
m = 1:10:800; % range of m to be computed
ZB = 1+((m)*sin(2*pi*n*x/P));
Z1= abs(Zc*Zo*Z1);
% output
Zt = Z1*Z2*...*Zn % output Z1 to be multiplied sequentially for each value- of m computed
Thanks for your assistance
 
Last edited:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top