photo

MR T


KTH

Last seen: alrededor de 4 años hace Con actividad desde 2016

Followers: 0   Following: 0

Mensaje

Estadística

Feeds

Ver por

Pregunta


Clipping an audio signal
I want to clip an audio signal X like this : X(X>=(max(X)-0.5)) = max(X)-0.5; X(X<=(min(X)+0.5)) = min(X)+0.5; But with...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Convolution without conv2
I want to convolude and image IM = mean(double(imread(image)),3); with matrix A=ones(3,3)*(1/9), without using the conv2() funct...

casi 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Multidimensional algorithmic array loop
Lets say I have a m*n matrix called v, and I want to store algorithmic values to each element in v. Perhaps for spot v(1,1) I wa...

casi 8 años hace | 1 respuesta | 0

1

respuesta