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.

pseudo-random permutation[lfsr]

Status
Not open for further replies.

dlna

Newbie level 6
Joined
Feb 15, 2009
Messages
11
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,347
lfsr random

hi,
im working on the image watermarking proj. i want to know what is meant by 'permute a image to disperse its spatial relationship'. could you please help me..

and

the use of linear feedbackshift register (14bit) is known. any matlab code to permute a selected image using lfsr will be helpful.

thanks
 

permutations lfsr

thanks, I was able to generate a a pseudo random sequence.
now, how do i permute the image? do i need to permute the image.. please help i have no idea.

thanks
 

lfsr matlab

Well, the simplest way is to permute image brightness by XOR operation

You reorder image samples in 1-dimension sequence by scanning and XOR them by random sequence

Then You can restore image by XOR as well
 

    dlna

    Points: 2
    Helpful Answer Positive Rating
thank you very much, great help!!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top