Statistiques
3 Questions
0 Réponses
RANG
81 918
of 301 338
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 21 236
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 174 017
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 9 ans il y a | 1 réponse | 0