![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3924095.jpg)
Tia
Followers: 0 Following: 0
hi
Professional Interests: image processing
Estadística
17 Preguntas
0 Respuestas
CLASIFICACIÓN
18.155
of 297.016
REPUTACIÓN
2
CONTRIBUCIONES
17 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
58.82%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
could you tell me how to write the script matlab about sigma problem
hello.. if i have this equetion: G =256 E = Sigma C.^2 i,j=1 i,j how to compute in matlab? Tha...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
what can i do for this problem?
i want to use circshift on each 4096 blocks. each block has 8x8. what can i do? example : val(:,:,1) = 1.0e+0...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
how to random -1 and 1?
m=round(2*rand(8)-1) the output: m = 1 0 0 1 0 0 0 -1 1 1 0 ...
más de 11 años hace | 4 respuestas | 1
4
respuestasPregunta
how to scramble it?
here's codes I=imread('filename'); %256x256 pixels %split it into block 64x64 ul=I(1:256,1:256); ur=I(1:256,257:512)...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
how to random cell array?
hello, i used mat2cell to split block 8x8 pixels. how to random each cell?which function compatible applied on it? thanks
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
how to make it short codes?
hi all.. if i have value of each block *8x8* pixels. i'm looking for how to random each block? any idea for it? but it's not ...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
how to modulate the signal with qpsk modulation?
i have matlab code BPSK modulation as below which c_data is the signal output of quantize tx = 2*c_data - 1;%BPSK modulation ...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
how to split and store it into one arrray?
hello.. i'm trying to split image into block 8x8, then extract the pixel values from each block. i want to move position of blo...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
could you fix these codes?
I=imread('filename'); a1=I(1:8,1:8); a2=I(1:8,9:16); a3=I(1:8,17:24); a4=I(1:8,25:32); b1=I(...
casi 12 años hace | 3 respuestas | 0
3
respuestasPregunta
how to rearrange each block into a column vector?
example, i have an image,it's 256x256pixel,then i split it into 8x8. How to rearrange each block 8x8 into column vector and form...
casi 12 años hace | 1 respuesta | 1
1
respuestaPregunta
how to reconstruct an image?
hi.. can you help me? I've these code, example : I=imread('filename'); image_top_left = I(1:256,1:256); image_top_r...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
can you fix this matrix?
m=ones(4); x=-1; for i=1:3; m(1,1)=-x; m(1,1+i)=x; m(2:end,1:end)=x; end i want to make it's shorter and easier. can ...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
how to random value?
how to random value 2 until 3? example: >> a=rand(1) a = 0.8833 but i want the answer 2,3 or 2,5 or 2,6, or 3...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
can you explain me about these code?
if (nargin < 2 || nargin > 5) mssim = -Inf; ssim_map = -Inf; return; end Thanks
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
how to permute matrix here?
Hi.. I have an image 128x128pixels. then it is divided into 8x8 block. so that we get 16 subblocks. each 8x8 block, i would like...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
anyone could you tell me how to make it simple code?
m = [1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 ...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
how to generate location of matrix?
1.how to generate location (1,1) of matrix 2. For example, we may have a 512x512 pixel image, on which we impose a grid of 512x...
casi 12 años hace | 1 respuesta | 0