photo

MR T


KTH

Last seen: mehr als 4 Jahre vor Aktiv seit 2016

Followers: 0   Following: 0

Nachricht

Statistik

Feeds

Anzeigen nach

Frage


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...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort