Feeds
提问
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...
9 years 前 | 1 个回答 | 0
1
个回答提问
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...
9 years 前 | 0 个回答 | 0
0
个回答提问
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...
9 years 前 | 1 个回答 | 0