This blog is for the people who are interested in learning about signal processing and digital signal processing. This blog not only helps the researcher in understanding the basics of above mentioned signal processing but also develop an understanding in using MATLAB. Matlab is a software that is not only used extensively in all types of engineering but also in other fields. This blog helps in building the knowledge of Matlab commands and how they can implement.
Monday, August 3, 2009
eps
Floating-point relative accuracy
Syntax
eps
Description
eps returns the distance from 1.0 to the next largest floating-point number.
The value eps is a default tolerance for pinv and rank, as well as several other MATLAB functions. eps = 2^(-52), which is roughly 2.22e-16.
No comments:
Post a Comment