Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
Matlab function that converts a positive decimal f
no vote
This functions Fr_dec2bin.m and Fr_bin2dec.m  will convert a positive Decimal system Fraction (dec) to Binary system Fraction (Fr_bin). Matlab itself has bin2dec.m and dec2bin.m, but there seems to be no standard Matlab function when fractions are involved. This function Fr_bin2dec.m and it's companion dual function Fr_dec2bin.m  were developed mainly for Entropy coding. The results of this function are limited in accuracy due to the "precision" used in the function num2str.m in addition to Floating Point limits and Rounding errors.
ramz428216
2016-08-23
1
1
EasyGL is a platform-independent drawing package f
no vote
EasyGL is a graphics interface to X Windows, MS Windows and PostScript output that was designed to be easy to use by those unfamiliar with X Windows, MS Windows and PostScript. It is also cross-platform compatible -- your graphics will work on any of those 3 platforms, without any changes to your code. It is written in C++. The package includes a manual.
ramz428216
2016-08-23
0
1
Modeling Rayleigh fading channel based on modified
no vote
This matlab code model uses the modified Jax channel model in Rayleigh fading channel.
ramz428216
2016-08-23
1
1
No more~