[julia-users] updating an array

2015-04-06 Thread Jim Christoff
First, Julia is a great replacement for Octave and in most cases C. I have used Octave for decades and Julia for a year or so. I still have problems making the conversions. Any assistance will be greatly appreciated. This is short example of the modified Octave code that I have tried to

[julia-users] Re: updating an array

2015-04-06 Thread Jim Christoff
That was not it On Monday, April 6, 2015 at 9:05:16 AM UTC-4, Jim Christoff wrote: First, Julia is a great replacement for Octave and in most cases C. I have used Octave for decades and Julia for a year or so. I still have problems making the conversions. Any assistance will be greatly

[julia-users] Re: updating an array

2015-04-06 Thread Jim Christoff
Thank you very much for that clear description. That was the problem and it is producing the expected results. On Monday, April 6, 2015 at 10:53:40 AM UTC-4, g wrote: I suspect you want ## generate next filter order if i==1 a[i] = g else a[i-1:-1:1] =

[julia-users] Re: Almost at 500 packages!

2015-01-25 Thread Jim Christoff
All packages should meet minimum standards that clearly state its dependences and where they can be downloaded. There is nothing worse when trying to use a new package that has no docs that clearly explains its purpose and no examples. Every author should realize he/she is dealing with noobs

[julia-users] Re: FFTW in parallel

2014-12-08 Thread Jim Christoff
Thanks That resulted in a 30% improvement On Thursday, December 4, 2014 10:15:14 AM UTC-5, Jim Christoff wrote: Does Julia's implementation of FFTW use multi-core, if not how would I implement this. I need speed for realtime processing.

[julia-users] Re: How to use plan_fft

2014-09-11 Thread Jim Christoff
Thanks , that was the problem. On Wednesday, September 10, 2014 3:45:28 PM UTC-4, Jim Christoff wrote: I have used Jullia's default fft for several months and have had no problems. I recently decided to try plan_fft to improve performance. I seem to a problem using the plan_fft method. Any

[julia-users] How to use plan_fft

2014-09-10 Thread Jim Christoff
I have used Jullia's default fft for several months and have had no problems. I recently decided to try plan_fft to improve performance. I seem to a problem using the plan_fft method. Any help would be appreciated. data is a 2d complex Nu by Nt array The following is one of many attempts: p

[julia-users] Re: ANN: PTools

2014-02-12 Thread Jim Christoff
I'm a little confused as to what functions are getting executed in your example. Is it mypid()?. Could you point out what is the function. On Saturday, May 4, 2013 1:57:18 AM UTC-4, Amit Murthy wrote: Folks, Please do checkout PTools https://github.com/amitmurthy/PTools.jl . I hope to grow