photo

aman


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
181,853
of 300,553

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,024

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,635

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


How to decode the bitstream in SPIHT
hi, I Have made the programme for encoding the wavelet transformed coefficients using SPIHT. But I am not able to decode it. Ca...

11 years ago | 0 answers | 0

0

answers

Question


How to change a linear one dimensional matrix into a desired m*n matrix following morton scan order in images?
hi, suppose there is a matrix A=[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16]; How can it be changed in the following morton scan o...

11 years ago | 0 answers | 0

0

answers

Question


related to image processing
hi, I have made the following program which is used for refinement in image coding. mark=zeros(1,4); out1=zeros(1,4); out=ze...

11 years ago | 1 answer | 0

1

answer

Question


related to image processing
hi, I have made the following program which is used for refinement in image coding. mark=zeros(1,4); out1=zeros(1,4); out=ze...

11 years ago | 0 answers | 0

0

answers

Question


related to image processing?
hi, A threshold is defined as t=2^n, where n=floor(log2(max(A))); where A is the linear matrix. We would decrease n at ea...

11 years ago | 1 answer | 0

1

answer

Question


how to check significance testing?
hi, I am new to MATTLAB. I have made this program function [out] = significance(z,t); if t <= z < 2*t; out = 1 else if Z...

11 years ago | 1 answer | 0

1

answer