Feeds
提问
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...
11 years 前 | 1 个回答 | 0
1
个回答提问
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...
11 years 前 | 2 个回答 | 0
2
个回答提问
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 ...
11 years 前 | 4 个回答 | 1
4
个回答提问
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)...
11 years 前 | 0 个回答 | 0
0
个回答提问
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
11 years 前 | 0 个回答 | 0
0
个回答提问
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 ...
11 years 前 | 2 个回答 | 0
2
个回答提问
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 ...
11 years 前 | 0 个回答 | 0
0
个回答提问
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...
11 years 前 | 1 个回答 | 0
1
个回答提问
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(...
11 years 前 | 3 个回答 | 0
3
个回答提问
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...
11 years 前 | 1 个回答 | 1
1
个回答提问
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...
11 years 前 | 2 个回答 | 0
2
个回答提问
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 ...
11 years 前 | 1 个回答 | 0
1
个回答提问
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...
11 years 前 | 2 个回答 | 0
2
个回答提问
can you explain me about these code?
if (nargin < 2 || nargin > 5) mssim = -Inf; ssim_map = -Inf; return; end Thanks
11 years 前 | 1 个回答 | 0
1
个回答提问
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...
11 years 前 | 1 个回答 | 0
1
个回答提问
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 ...
11 years 前 | 1 个回答 | 0
1
个回答提问
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...
11 years 前 | 1 个回答 | 0