WOLFRAM
Products
Wolfram|One
Mathematica
Wolfram Notebook Assistant + LLM Kit
Wolfram|Alpha Notebook Edition
System Modeler
All Products
Consulting & Solutions
Wolfram Consulting
Industry Solutions
Solutions for Education
Learning & Support
Wolfram U Courses
Wolfram Language Resources
Wolfram Community
Support FAQs
Contact Support
Company
About Wolfram
Careers
Events
Educational Programs
All Sites and Resources
Wolfram|Alpha
Wolfram Cloud
Your Account
Your Account
User Portal
Search
Close
Enable JavaScript to interact with content and submit forms on Wolfram websites.
Learn how
Legacy Documentation
Digital Image Processing
(2000)
This is documentation for an obsolete product.
Current products and services
Function Index
InverseDiscreteHadamardTransform
InverseDiscreteHadamardTransform[
coef
]
returns the inverse discrete Hadamard transform (IDHT) of a list of DHT coefficients
coef
.
The 1D IDHT of a sequence X[k] is defined as
for n = 0,1,...,N-1, with N=2
m
.
The 2D IDHT of a sequence X[k
1
,k
2
] is defined as
for n
1
= 0, 1, ... , N
1
-1 and n
2
= 0, 1,..., N
2
-1, where N
1
= 2
m
1
, N
2
=2
m
2
and b
i
(z) is the
i
th
bit in the binary representation of
z
. The addition of the bits b
i
in the exponent of -1 is in modulo-2 arithmetic. Note that the forward and inverse Hadamard transforms are identical.
The option
SequencyOrdered
→
True
returns the ordered form of the Hadamard transform. The default value is
SequencyOrdered
→
False
.
The argument
coef
may be a vector or a matrix.
See also User's Guide
8.5
.
Example
This loads the package.
In[1]:=
This creates a list of Hadamard coefficients.
In[2]:=
Out[2]=
This computes the inverse Hadamard transform and verifies invertibility.
In[3]:=
Out[3]=