Skip to content

Commit f98f567

Browse files
Update README.md
1 parent 0d402a1 commit f98f567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For details: https://doi.org/10.1109/TIM.2018.2807000
1717

1818
- Run the main script by typing "run SADF_run.m" in the MATLAB Command Window.
1919

20-
- For speed increase (optionally): Verify the existence of a C-compiler and install it if needed. To check this type "mex -setup" into MATLAB Command Window. Navigate into "crc_16_CCITT_8bit_sources/" directory and open "crc_16_CCITT_8bit.prj", and compile mex file for your own MATLAB version. Afterwards rename the existing "crc_16_CCITT_8bit.m" file in the root SADF folder into "crc_16_CCITT_8bit_matlab(bck).m" and copy the newly MEX generated file instead with the name "crc_16_CCITT_8bit.mexw64". This will increase the execution speed of SADF.
20+
- For speed increase (optionally): Verify the existence of a C-compiler and install it if needed. To check this type "mex -setup" into MATLAB Command Window. Navigate into "crc_16_CCITT_8bit_sources/" directory and open "crc_16_CCITT_8bit.prj", and compile a corresponding MEX-file of file "crc_16_CCITT_8bit.m" for your own MATLAB version. Afterwards rename the existing "crc_16_CCITT_8bit.m" file in the root SADF folder into "crc_16_CCITT_8bit_matlab(bck).m" and copy the newly MEX generated file instead with the name "crc_16_CCITT_8bit.mexw64". This will increase the execution speed of SADF.
2121

2222
- In case of flowing error:
2323

0 commit comments

Comments
 (0)