質問


i am applying Arnold's transform on the pixels
Hi, I am writing a code for the following transformation T[x;y]=[x+y:x+2y] the code is n=256; I=imread('fruit1.bmp'); Red=...

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

1

回答

質問


Fibonacci sequence up to first 256 elements
I want to generate first 256 fibonacci sequence elments . the code is repeating a fixed number after some terms, I think that we...

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

2

回答

質問


how to concatinate fibonacci sequence
Hi I want to write matlab code for fibonacci wordswhichis like s(0)=0, s(1)=01, s(2)=010, s(3)=01001.... using formula s(n)=s(...

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

1

回答

質問


index exceeds matrix dim
I am working on 3d image encryption using 8 cross8 matrix. where image size is 256 256*3. portion of the code is attached. Can s...

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

0

回答

質問


How to get coloured layer from an rgb image in matlab.
Hi. I want to extract all three layers from rgb colour image.For red layer i want it is red colour and similarly for green layer...

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

1

回答

回答済み
loop for image encryption gives error
As i m also trying to do some thing with the code. here is the complete code.It gives me an encrypted image but y size is double...

5年弱 前 | 0

質問


loop for image encryption gives error
I am using 8*8 matrix for image encryption but there is an error in loop which i cannot figure out why. Km=[K11 K12;K21 K22];%...

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

2

回答

質問


How to apply pc1 in matlab and get answer in 56 bit keys
I want to apply pc1 in my matlab code and answer required is in binary form but i am getting decimal number. Can some one help m...

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

1

回答

質問


I am studing DES key generation but do not know what does seed means in the code given below
I am praticing with the key generation of DES.Is it possible to generate my own key. What is seed in the code given below. f...

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

0

回答

質問


Can i fit a loop in my code
Hi i want to reduce the code size by using loops. I have used elliptic curves for generating the keys and i need 16 session key...

約5年 前 | 0 件の回答 | 0

0

回答

質問


How to use loop in my code for key generation
Hi. i want to generate 16 sub keys .Algorithm is as follows K=[k1, k2, k3, k4]%initial key and are points on elliptic curve. f...

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

1

回答

質問


I want to double all the points on the elliptic curves in matlab
I want to double all the points on the elliptic curves .I have written a code but it gives error. Matrix A contains few points ...

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

1

回答