![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8566904_1522127307638_DEF.jpg)
Sanjeeb Behera
Followers: 0 Following: 0
Statistiques
14 Questions
0 Réponses
RANG
80 564
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
14 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
7.14%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
What are the techniques for comparing two images?
Hi I want to compare two images in between original image and stego image in matlab. I have used PSNR and MSE. Can anyone sugg...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Text file compression using huffman compression?
Hi I have used existing code for text file compression using huffman encoding. Here i have mentioned below from where i have us...
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
How can i compress the text file using huffman encoding?
Hi I am using a text file to hide inside an image file in lsb plane. But i want to compress the text file using huffman enco...
plus de 8 ans il y a | 4 réponses | 0
4
réponsesQuestion
How can i compress text file using huffman encoding and decoding?
Hi I am going to use text file compression in my project. So can anybody help in this regard. I have inbuild huffman.m matlab ...
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
Can u solve this error?
n=size(I); M=n(1); N=n(2); MSE = sum(sum((I-II).^2.0))/(M*N); PSNR = 10*log10(256*256/MSE); fprintf('\nMSE: %7....
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
How can i extract the hidden message from 1st, 2nd and 3rd bit plane of cover image and store in another text file?
fp = fopen('C:\Users\hello\Documents\MATLAB\Full RSA Implement\plaintext.txt','r+'); SecretMsg=fread(fp,256*256*3/8); f...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
how can i use fwrite?
Hi During execution i m getting the out put in the command window. But i want to write in another text file which is already p...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Can i do encryption and decryption of text file using RSA?
Can any one help me, to encrypt and decrypt text file using RSA? The text file contains huge amount of data But i have done ...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I encrypt a text file using RSA?
I have done encryption of text message using RSA. But i want to encrypt text file using RSA. m=input('\nEnter the message:...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Can any one help be to debug it?
fp = fopen('C:\Users\hello\Documents\MATLAB\Full RSA Implement\plaintext.txt','r+'); SecretMsg=fread(fp,256*256*3/8); f...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
How can i read a text file?
Hi I am using rsa encryption of text message. During read of a message I want to read a text file? How can I read? Can u te...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
text hiding inside the cover image
I1 = logical(de2bi(uint8(hiddenstring))); II = I8*128+I7*64+I6*32+I5*16+I4*8+I3*4+I2*2+I1; ??? Error using ==> p...
plus de 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
How can i hide the text in cover image.
Here i have hiddenstring = 'string' that i going to hide in the 1st bit plane of cover image I1 = dec2bin(uint8(hiddenstring...
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
how can i hide a text message in the lsb plane of cover image?
how can i hide a text message in the lsb plane of cover image?
plus de 8 ans il y a | 2 réponses | 0