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.

Mapper used for transform coding

Status
Not open for further replies.

tojeena

Member level 3
Joined
Jan 24, 2013
Messages
55
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,570
After doing the transform of an image i have to do the mapper with this condition

Z_i= 2 y_i 0<=y_i<=b

2|y_i| -1-b <=y_i<=0

b+|y_i| other wise.

where b=y_min, y_i is the wavelet coefficients

I am having following doubts.

1.When i try to give min of the coefficients with command u=min(y_i) i am getting many values.Whats the reason?how to get a single value for b?

2. if true

% for y_i=0:b
Z_i=2 y_i
end
if Y_i= -1-b :0
Z_i=2|y_i
else
Z_i= 0;

end

Is this the way to code the above mapper function in matlab?

Thank you so much for your patience to read my doubt.Expecting a kind reply.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top