nsanders

2,174
Reputation
180 views

Registered User

Name nsanders
Member for 1 year
Seen Nov 23 at 6:27
Website
Location Seattle, WA
Age 27
I currently work for the Digital Imaging and Remote Sensing Laboratory at the Rochester Institute of Technology.
Oct
17
awarded  Nice Answer
Sep
25
accepted How to redefine clog’s rdbuf() to be a tee to the original rdbuf() of clog and that of a log file?
Sep
15
accepted Matlab strcat function troubles with spaces
Sep
15
answered Linear regression confidence intervals in SQL
Sep
15
answered Symmetrically adressable matrix
Sep
15
answered Matlab strcat function troubles with spaces
Sep
14
answered Converting x/y values in camera view to pan/tilt values
Aug
14
awarded  Yearling
Jul
20
accepted Qt Build Error
Jul
3
awarded  Nice Answer
Jul
3
revised Non-repudiation is duplicated?
edited tags
Jul
3
answered How to profile each call to a function?
Jun
29
answered What are some recommended frameworks for manipulating spatial data in C++?
Jun
29
revised What can software developers do to be more “green”?
grammar tweak.
Jun
25
revised Looks like a simple graphing problem
edited tags
Jun
25
answered c++ for loop temporary variable use
Jun
24
answered What is the best way to develop a C++ web application?
Jun
24
answered How can I obtain a LaVectorDouble object which is a submatrixview of a LaGenMatDouble?
Jun
24
answered C++ Library for session management?
Jun
23
revised Enumerating all strings meeting given restrictions
clarification
Jun
23
asked Enumerating all strings meeting given restrictions
Jun
23
accepted CGAL: erroneous Delaunay result?
Jun
23
answered CGAL: erroneous Delaunay result?
Jun
22
awarded  Scholar
Jun
22
comment Calculating Hamming weight efficiently in matlab
It's crappy that I can only mark one "accepted" answer. You gave the vectorization idea; Scheiner gave the algorithm. Thank you very much gnovice.
Jun
22
revised Calculating Hamming weight efficiently in matlab
Performances.
Jun
22
comment Calculating Hamming weight efficiently in matlab
Vectorizing this code for my inner loop leads to 2.25 second performance. (Same outline as with gnovice's solution).
Jun
22
awarded  Commentator
Jun
22
comment Calculating Hamming weight efficiently in matlab
Very nice! I actually have a pair of loops each going from 1 to 4096. I vectorized the inner loop using your technique and overall runtime is at ~7.55 sec. I did have to pass in 'uint32' as my type to zeroes(4096,1,'uint32') for MATLAB to be happy. Trying now with outer loop vectorized too.
Jun
22
revised Calculating Hamming weight efficiently in matlab
Performances, unrolled Scheiner algorithm.
Jun
22
comment Calculating Hamming weight efficiently in matlab
I'm actually running a loop unrolled version right now. I am surprised by this methods poor performance in the looped version; I also thought it would be fastest.
Jun
22
awarded  Student
Jun
22
comment Calculating Hamming weight efficiently in matlab
I just posted performance using your pre-edit algorithm. This was with hex2dec pre-computed. I'm going to double check whether I did everything correctly and also try your cleaned up code.
Jun
22
revised Calculating Hamming weight efficiently in matlab
Schneir algorithm performance.
Jun
22
revised Calculating Hamming weight efficiently in matlab
tiny formatting tweak.
Jun
22
revised Calculating Hamming weight efficiently in matlab
Naive algorithm performance.
Jun
22
comment Calculating Hamming weight efficiently in matlab
Calling an external routine is pretty unappealing for my application. I'm still hoping to drop the MATLAB code run time to a few seconds.
Jun
22
revised Calculating Hamming weight efficiently in matlab
dec2bin algorithm performance update.
Jun
22
comment Calculating Hamming weight efficiently in matlab
The cast to double is not needed. You're technique works. Unfortunately, dec2bin() is dirt slow. I'm compiling a table of runtimes for all my approaches, and dec2bin is still running. (Well past the other techniques in terms of time).
Jun
21
revised Calculating Hamming weight efficiently in matlab
Tried another method with poor results.
Jun
21
answered 64bit shift problem.
Jun
21
answered Compare three-dimensional structures
Jun
21
asked Calculating Hamming weight efficiently in matlab
Jun
20
accepted FTP Server with database driven content?
Jun
19
comment 2d outline algorithm for projected 3d mesh
What happens if you project a torus on to the x-y plane? This won't get the interior "hole".
Jun
18
revised 2d outline algorithm for projected 3d mesh
elaboration, another idea
Jun
18
answered 2d outline algorithm for projected 3d mesh
Jun
17
comment Conversion of Fortran 77 code to C++
I used f2c on a moderate size fortran code several years back. The already poor quality (readability terms) fortran code dropped to horrendous after going through the translation. It took a lot of manual effort to polish to readable C.
Jun
17
answered Qt Build Error
Jun
17
comment Why can’t I replace the movie clip in this example with another?
The title on your question is terrible.