ashayk

Results 6 issues of ashayk

Hi, dgeev_ packs eigenvectors in column, not row order. The results are transposed once they are packed into the resultant matrices. --Alex

The array contents are allocated: double *new_m = calloc(m*n, sizeof(double)); Then copied into the matrix, but the originals are never freed.

Hi Nick, I've just gotten GRT set up and started working with it. I'm using wireless accelerometers, worn on the wrist for example, and would like to do some gesture...

Hi, Apologies, I sent the email below already, but just thought I'd repost here for others. I'm hoping you might be able to provide an example of time-frequency analysis using...

Hi Rafat, I was wondering if there is a gaus1 CWT implementation available in wavelib? I'm assuming gaus2 is DOG with param = 2, but I'm also searching for a...

line 418: if ([[NSDate date] timeIntervalSince1970] > [expiresDateMs doubleValue]) should read: if ([[NSDate date] timeIntervalSince1970] > [expiresDateMs doubleValue]/1000.)