Search Comments and Ratings

go

Comments and Ratings

   
Date File Comment by Comment Rating
20 Oct 2009 CRC code generator Code generates CRC code for any binary data stream & generator polynomial Author: Nawaz Satvilkar ATM

grat c> i think your calculation is worng. i hav calculated by hand as well, it gives crc=1 0 0.i think the code is correct.

thanks.

19 Feb 2009 CRC code generator Code generates CRC code for any binary data stream & generator polynomial Author: Nawaz Satvilkar Jochen

does not working correct for all generator polynomials, see previous comment.
code needs review. See text bosk or wikipedia for correct (pseudo) code

14 Nov 2008 CRC code generator Code generates CRC code for any binary data stream & generator polynomial Author: Nawaz Satvilkar c, grat

i used wiki's example to check for its correctness:
http://en.wikipedia.org/wiki/Cyclic_redundancy_check#Computation_of_CRC

msg = [1 1 0 1 0 0 1 1 1 0 1 1 0 0]; poly = [1 0 1 1];
the program gives r = 1 0 0

i've also tried to do the XORs by hand...
i found it is indeed 1 0 1, not sure where goes wrong

29 Aug 2008 CRC code generator Code generates CRC code for any binary data stream & generator polynomial Author: Nawaz Satvilkar Mateix, Jo

Was great! Thanks!

23 Jun 2008 CRC code generator Code generates CRC code for any binary data stream & generator polynomial Author: Nawaz Satvilkar Klein, Glen

Communication toolbox is not required. Another reviewer (Andrea Silvestri) is right: "the for cycle could be replaced with on single line: r=mod(r,2) "

01 Jun 2008 Simulink Model for Digital Modulation Techniques Simulink models and their outputs snap shots are in doc format Author: Nawaz Satvilkar al-hadawy, Nabil

Thank you

20 May 2008 CRC code generator Code generates CRC code for any binary data stream & generator polynomial Author: Nawaz Satvilkar ming, li

hao

19 May 2008 Simulink Model for Digital Modulation Techniques Simulink models and their outputs snap shots are in doc format Author: Nawaz Satvilkar qinglin, zhang

11 May 2008 CRC code generator Code generates CRC code for any binary data stream & generator polynomial Author: Nawaz Satvilkar Raghav, Rudheesh

Good Work..

I feel the for loop is not required..

07 May 2008 Simulink Model for Digital Modulation Techniques Simulink models and their outputs snap shots are in doc format Author: Nawaz Satvilkar o, rimjim

ullo, upload the .mdl files not some word files

16 Apr 2008 Simulink Model for Digital Modulation Techniques Simulink models and their outputs snap shots are in doc format Author: Nawaz Satvilkar H, MY

31 Mar 2008 CRC code generator Code generates CRC code for any binary data stream & generator polynomial Author: Nawaz Satvilkar Silvestri, Andrea

Maybe the for cycle could be replaced with on single line: r=mod(r,2)

30 Mar 2008 Digital Modulations Digital modulation techniques Author: Nawaz Satvilkar ZHANG, Fan

yes, msk has problem

13 Mar 2008 CRC code generator Code generates CRC code for any binary data stream & generator polynomial Author: Nawaz Satvilkar Fine, N

unstable and slow with long input vectors - better do everything above Z(2)

13 Mar 2008 Simulink Model for Digital Modulation Techniques Simulink models and their outputs snap shots are in doc format Author: Nawaz Satvilkar Rincon, Dario

Muy simple y completo

24 Nov 2007 CRC code generator Code generates CRC code for any binary data stream & generator polynomial Author: Nawaz Satvilkar Shaikh ), Mohsin

24 Nov 2007 Simulink Model for Digital Modulation Techniques Simulink models and their outputs snap shots are in doc format Author: Nawaz Satvilkar Shaikh, Mohsin

Superb

07 Nov 2007 Digital Modulations Digital modulation techniques Author: Nawaz Satvilkar hajduk, pawel

msk do not work properly.

25 Sep 2007 CRC code generator Code generates CRC code for any binary data stream & generator polynomial Author: Nawaz Satvilkar sherdiwala, mona

23 Aug 2007 CRC code generator Code generates CRC code for any binary data stream & generator polynomial Author: Nawaz Satvilkar uit vosselaar, fred

good code works fine for me. thanks a lot

21 Aug 2007 CRC code generator Code generates CRC code for any binary data stream & generator polynomial Author: Nawaz Satvilkar al, jef

your code can only work if the number of data streams are below 360 bits. any higher bits gives error. using GFCONV method works fine

28 Jul 2007 Digital Modulations Digital modulation techniques Author: Nawaz Satvilkar Mudassir, Umair

29 Jun 2007 CRC code generator Code generates CRC code for any binary data stream & generator polynomial Author: Nawaz Satvilkar Vignale, Nicolas

Daty Daty: Look at http://www.mathworks.com/support/solutions/files/s1-P6U4E/CRC.m

You can modify here the Polynom

27 Jun 2007 CRC code generator Code generates CRC code for any binary data stream & generator polynomial Author: Nawaz Satvilkar zahid, sundas

yeah the code is good but but it can be modified as to the input can be made real time....

03 Jun 2007 Simulink Model for Digital Modulation Techniques Simulink models and their outputs snap shots are in doc format Author: Nawaz Satvilkar zid, zid

im zid zid

24 May 2007 CRC code generator Code generates CRC code for any binary data stream & generator polynomial Author: Nawaz Satvilkar daty, daty

I need CRC-32 in my simulations.
Should I take this script and change
the generator polynomial to find it ??

23 May 2007 CRC code generator Code generates CRC code for any binary data stream & generator polynomial Author: Nawaz Satvilkar Wazzi, Ahmad

Easy to follow. For the previous comment, please understand how CRC is done and you will find the code straight forward. Code is self explanatory.

12 May 2007 Digital Modulations Digital modulation techniques Author: Nawaz Satvilkar hongyu, liang

very good

26 Apr 2007 Digital Modulations Digital modulation techniques Author: Nawaz Satvilkar adeemi, mohammed

26 Apr 2007 Digital Modulations Digital modulation techniques Author: Nawaz Satvilkar Barragñan, Diego

Interesante

15 Apr 2007 Simulink Model for Digital Modulation Techniques Simulink models and their outputs snap shots are in doc format Author: Nawaz Satvilkar Ramezani, Ehsan

15 Mar 2007 CRC code generator Code generates CRC code for any binary data stream & generator polynomial Author: Nawaz Satvilkar x@y.z, Jos

How do ever expect someone to use this code succesfully if you do not provide any help whatsoever.

Moreover, this is a script that may override existing variables ...

15 Mar 2007 Bits Stuffing Code provides bit stuffing for given data stream Author: Nawaz Satvilkar x@y.z, Jos

This is a script, contains no useful help, spits out incomprehensible values, and does not run for normal but apparently unexpected inputs (you have to edit the file to see what is expected as input ...).

14 Mar 2007 Simulink Model for Digital Modulation Techniques Simulink models and their outputs snap shots are in doc format Author: Nawaz Satvilkar mousavi, vahid

13 Mar 2007 Digital Modulations Digital modulation techniques Author: Nawaz Satvilkar Kagal, Ali Kagal

good work

 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com