質問


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...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


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...

5年弱 前 | 2 件の回答 | 0

2

回答

回答済み
I wana use key in this code butt how??
How key works

5年以上 前 | 0

質問


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...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


[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'); ...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


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

5年以上 前 | 1 件の回答 | 0

1

回答

質問


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'...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


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; ...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


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-...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


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))/(...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

5年以上 前 | 0 件の回答 | 0

0

回答

回答済み
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...

5年以上 前 | 0

質問


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...

5年以上 前 | 0 件の回答 | 0

0

回答