Bitcount & bitwise hamming distance

버전 1.3.0.0 (1.21 KB) 작성자: Oliver Woodford
Count the set bits in vectors, and compute bitwise hamming distances between sets of vectors
다운로드 수: 902
업데이트 날짜: 2015/8/27

라이선스 보기

This submission provides two functions:
Bitcount - Counts the number of set bits in each column of the input array, typecast as a bit vector.
Bitwise_hamming - Given two sets of bit vectors (each column being a bit vector), compute the hamming distances between all pairs of vectors between the two sets.
The latter function requires the former, but the former can also be used on its own.

인용 양식

Oliver Woodford (2024). Bitcount & bitwise hamming distance (https://www.mathworks.com/matlabcentral/fileexchange/44371-bitcount-bitwise-hamming-distance), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2013a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Hamming에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.3.0.0

Faster bitcount

1.1.0.0

Yet faster bitwise hamming for two small sets of bit vectors
Speed up bitwise_hamming

1.0.0.0