Statistica
6 Domande
0 Risposte
RANK
124.163
of 301.428
REPUTAZIONE
0
CONTRIBUTI
6 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 174.497
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
What is the function of AntonB in this program?
function y = dtdwt(x) windowsize = 7; windowfilt = ones(1,windowsize)/windowsize; % Number of Stages J = 6; I=sqrt(-1); L...
circa 13 anni fa | 1 risposta | 0
1
rispostaDomanda
what is the function of W, Nsig and Ssig in this program?
function y = dtdwt(x) windowsize = 7; windowfilt = ones(1,windowsize)/windowsize; % Number of Stages J = 6; I=...
circa 13 anni fa | 2 risposte | 0
2
risposteDomanda
Why the images are converted from RGB scale to GRAY scale in MATLAB? Can I use a RGB scale image directly in MATLAB for de-noising?
Please suggest me some answer.
circa 13 anni fa | 1 risposta | 0
1
rispostaDomanda
can anyone tell what windowfilt and "w" is doing in this program?
function y = dtdwt(x) windowsize = 7; windowfilt = ones(1,windowsize)/windowsize; % Number of Stages J = 6; I=sqrt(-...
circa 13 anni fa | 1 risposta | 0
1
rispostaDomanda
What, variable y is doing in this program? function [y] = symextend(x,Nnum) y(:,1:Nnum) = fliplr(x(:,1:Nnum)); y = [fliplr(x(:,1:Nnum)) x x(:,end:-1:end-Nnum+1)]; y = [flipud(y(1:Nnum,:)); y ;y(end:-1:end-Nnum+1,:)];
What, variable y is doing in this program? function [y] = symextend(x,Nnum) y(:,1:Nnum) = fliplr(x(:,1:Nnum)); y ...
circa 13 anni fa | 1 risposta | 0
1
rispostaDomanda
What, variable y is doing in this program?
function [y] = symextend(x,Nnum) y(:,1:Nnum) = fliplr(x(:,1:Nnum)); y = [fliplr(x(:,1:Nnum)) x x(:,end:-1:end-Nnum+1)];...
circa 13 anni fa | 1 risposta | 0
