Feeds
질문
image resize deep learning
i have problem in image size in matlab Error using trainNetwork (line 183) Unexpected image size: All images must have the s...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
BPM analysis in a song
hi i am working in code to calculate in a Musical composition but i have o [queen,fs] = audioread('Test_sound.mp3'); vyrez...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
symmetric impulse rerange to middle
HI Hvz = [1 1 0 0 0 0 0 1]; subplot(3,1,1), stem(Hvz); h = ifft(Hvz); subplot(3,1,2), stem(h); I want to Rearrange (g...
거의 4년 전 | 답변 수: 0 | 0
0
답변질문
convolution product calculater impulse response
can anyone tell me where is the problem LDKI x(n)=[1,3,-2,5,7] h(n)= [1,5,8,-5,13] x=[1,3,-2,5,7] h= [1,5,8,-5,13] ...
거의 4년 전 | 답변 수: 1 | 0
1
답변답변 있음
FUNCTION shift of vector's position
rotated = zeros(1, size(vector, 2)) shift = mod(shift, size(vector, 2)) rotated(1:shift) = vector(end-shift+1:end) rotated(sh...
FUNCTION shift of vector's position
rotated = zeros(1, size(vector, 2)) shift = mod(shift, size(vector, 2)) rotated(1:shift) = vector(end-shift+1:end) rotated(sh...
대략 4년 전 | 0
| 수락됨
질문
FUNCTION shift of vector's position
ANYONE CAN HELP ME PLS TO CREAT THIS FUNCTION I TRIED TO DO IT BUT I COULDNT WITHOUT any toolbox functions of cycles functio...
대략 4년 전 | 답변 수: 3 | 0
3
답변질문
how to craet the same function but without loop
hi can anyone tell me how i can change this uction to not loop with same result function Xne = decode( H, Zn0, nIter, verbose ...
대략 4년 전 | 답변 수: 1 | 0
1
답변질문
problem with creat function
hi can anyone explain to me what i should do i dont where is the problem ? thats all i know what to do a = DecodeSyndromeM...
대략 4년 전 | 답변 수: 1 | 0
1
답변질문
how to change from for loop to while loop
hi can any one tell me how to change this loop to while loop % Modify the simulation code to include analysis of multiple er...
대략 4년 전 | 답변 수: 1 | 0
