photo

Urmila


Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Student at college of engg, pune,

Statistik

MATLAB Answers

15 Fragen
1 Antwort

RANG
71.832
of 300.753

REPUTATION
0

BEITRÄGE
15 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
46.67%

ERHALTENE STIMMEN
0

RANG
 of 21.075

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 170.858

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


pixel acessing in xillinx using vhdl
I have stored pixels of image in brom in xilinx using vhdl , now i dont understand how to acess each pixel.plz help me.

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


1D dct equation implementation
i have written a code to implent 1D dct formula. but the results are not matching with result of inbuilt function 'dct' for the ...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


pixel scrambling of image
I have done image scrambling by exchanging pixels using following method: 1. pn sequence is generated 2.For every bit value ...

fast 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


image scrambling in matlab
I have a frame of size 144*176 and i have generated pn sequence of same size. now i want to scramble image by using following me...

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


pn sequence generation using independent seed
how to generate pn sequence using independent seed, and for the same seed the same sequence should be generated.i want to use it...

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


xor operation using loop
i have 1 dimentional array say p=[1 0 1 0 1 1 1 0 0], now i want to xor its bits like Q(l)= xor(p(i))...... where i=l,l+N,l+...

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


dividing image into blocks and access them seperately
I am diving image into 8x8 blocks 1) using loop kk=0; for i=1:(r/bs) for j=1:(c/bs) Block(:,:,kk+j)=...

fast 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Problem in blockwise zigzag processing of frame
I have two frames and i am dividing each frame into 8x8 blocks now i want to apply zigzag on each 8x8 block of both frames.here ...

fast 12 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
How to convert video into Frames
you can use mmreader(filemame) function. see matlab documentation on mmreader function.

fast 12 Jahre vor | 0

Frage


feedback with carry shift register.I have tried to write fcsr code. can anybody tell whether it is write or I should have to do changes in that.
I have tried to write fcsr code. can anybody tell whether it is write or I should have to do changes in that.also I want help fo...

fast 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Bitwise addition if bit is 1.but not gettin answer.
I am taking one number and converting it into binary and checking each bit whether it is 1 and if it is 1 then is added to next ...

fast 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


image compression using dct,zigzag scan and runlength coding.
hello, I am trying to compress an image by applying dct, zigzag scan and run length coding. but I am stuck at zigzag coding.so ...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Can anybody tell me how to apply cover up attack in matlab?
Actually i want to do tamper detection and for that i want to tamper the image by cover up attack.But i am very confused how to ...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


why i am getting error in mmreader function?
when i write the following piece of code i am getting error. clc obj=mmreader('wildlife.wmv') vedio=rea...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I am trying to implement LSB watermarking in matlab.But i am getting the error=> Assignment has more non-singleton rhs dimensions than non-singleton subscripts Error in ==> watermarked_image(ii,jj)=bitset(watermarked_image,1,watermark(ii,jj));
here is the code=> clc file1='C:\Users\Public\Pictures\Sample Pictures\Chrysanthemum.jpg'; [cover_image,map]=imread(file1);...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I have 4*4 known matrix.i m converting it into binary and i want to embed text 'abc' into that. i am also converting it into binary.but i am getting error:Undefined function or method 'bitset' for input arguments of type 'char'.
%here is my code..what wrong i am doing? clc; a=[1:4;5:8;9:12;13:16] b=dec2bin(a,8) c=size(b,1) d=size(b,2) text...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort