photo

Damo Daran


Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

6 Questions
0 Réponses

RANG
218 250
of 301 383

RÉPUTATION
0

CONTRIBUTIONS
6 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
 of 21 252

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 174 306

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

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

presque 13 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 13 ans il y a | 2 réponses | 0

2

réponses

1

réponse

Question


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

environ 13 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 13 ans il y a | 1 réponse | 0

1

réponse

Question


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)];...

environ 13 ans il y a | 1 réponse | 0

1

réponse