Syntax
Description
str = dec2bin(d)
returns the binary representation of d
as a string. d
must be a nonnegative integer smaller than 2^52.
str = dec2bin(d,n)
produces a binary representation with at least n
bits.
Examples
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.
No comments:
Post a Comment