photo

Damo Daran


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
218,250
of 301,383

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,252

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,306

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

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

13 years ago | 1 answer | 0

1

answer

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

13 years ago | 2 answers | 0

2

answers

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

13 years ago | 1 answer | 0

1

answer

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

13 years ago | 1 answer | 0

1

answer

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

13 years ago | 1 answer | 0

1

answer