Pregunta


how to return to a back step by checking back steps . problem in 4 and 5 step
step 2: x=0.3; x=0.3; p=0.343; for n=2:65536; if x(n-1)>=0 & x(n-1)<=p x(n)=x(n-1)/p; else x(n)=(1-x(n-1))/(1-p); end...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to swap two bits in matlab.? which cammond is used for this..?
Input: n = 28, p1 = 0, p2 = 3 Output: 21 28 in binary is 11100. If we swap 0'th and 3rd digits, we get 10101 which is 21 in...

casi 5 años hace | 2 respuestas | 0

2

respuestas

1

respuesta

Respondida
I wana use key in this code butt how??
How key works

más de 5 años hace | 0

Pregunta


I wana use key in this code butt how??
load sculpture imagesc(X) colormap gray [LoD,HiD] = wfilters('haar','d'); [cA,cH,cV,cD] = dwt2(X,LoD,HiD,'mode','s...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


[LoD,HiD] = wfilters('haar','d'); how can i use this in DWT as a key.? Or how i can use DWT with key .
load sculpture imagesc(X) colormap gray [LoD,HiD] = wfilters('haar','d'); [cA,cH,cV,cD] = dwt2(X,LoD,HiD,'mode','symh'); ...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


is it possible "meaningfull image encryption" without DWT. ?
# Item one # Item two

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how discrete wavelet transform used by using a key? To secure the image
if true % code end X=imread('lena512.bmp'); [LoD,HiD] = wfilters('haar','d'); [cA,cH,cV,cD] = dwt2(X,LoD,HiD,'mode'...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how swap the bits position of image A(I,j).please correct the mistake.
A= imread('camera man.png'); k=1:65536; for I=1:256; for j=1:256; x=[0.3,zeros(1,65535)]; p=0.343; ...

casi 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how swap the bits at position L&P of A(I,j).?
A= imread('camera man.png'); k=1; for I=1:256; j=1:256; end x=0.3; p=0.343; for n=2:65536; if x(n-...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to create a relation b/w two vector a scrambling vector "T'' is formed. let two vector x & S then scramble vector T is formed.such that S(t)=x(t(i)).plzz help
x(1)=0.3; p=0.343; for n=2:9; if x(n-1)>=0 & x(n-1)<=p x(n)=x(n-1)/p; else x(n)=(1-x(n-1))/(...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


let x&T two vector.now permute the x with T to get Y such that "y=x(t(n)).n is itration...next step???
A=[1 2 3;4 5 6;7 8 9]; B=A(:)'; x(1)=0.3; p=0.343; for n=2:9; if x(n-1)>=0 & x(n-1)<=p x(n)=x(n-1)/p; else x(n)=(1-x(n...

casi 6 años hace | 0 respuestas | 0

0

respuestas

Respondida
how to create a relation b/w two vector by scrambling of vector. let two vector R & S then scrambled and vector T is formed.
plz help me is it true for pixel permutation. x=0.3; p=0.343; for n=2:65536; if x(n-1)>=0 & x(n-1)<=p x(n)=x(n...

casi 6 años hace | 0

Pregunta


how to create relation b/w two vector by scrambling vector .let x& A be two vectors and T is formed by scrambling vectors. s.that A(i)=x(t(i)
x=0.3; p=0.343; for n=2:5; if x(n-1)>=0 & x(n-1)<=p x(n)=x(n-1)/p; else x(n)=(1-x(n-1))/(1-p); end e...

casi 6 años hace | 0 respuestas | 0

0

respuestas

2

respuestas