The Ch Barrett Hand package, http://chbhand.sourceforge.net , also allows users to control the hand interpretively through the command prompt. I have done this...
Gary & Stephen, Thanks for the replies. I realized that I was a bit unclear in my post. I'm working on a library for a different bot, not the BH. However, I am...
tom, would it be beneficial to post published code from john ehlers' books, 'rocket science for traders' and 'cybernetic analysis for stocks and futures'? i...
Nick Personally I think it is a vbery good idea to publish this code. There are already some posts under the 'Files' link here and they are useful examples...
I downloaded academic Ch and Chscite. When I execute ploting programs (from demos) there are no errors in output window. Unfortunatly there isn't graphic. ...
... Please check the FAQ for using ChScite for plotting. http://chscite.sourceforge.net/ChSciTEFAQ.html#generategraphics ... Can you please let me know what...
... Though embedded ch work for most microcontroller, some microcontroller and its OS require special handling. We will release a new embedded ch edition...
Hi Nikolay, ... We have seen this problem before. The answer is in our FAQ at the link: http://www.softintegration.com/support/faq/windows.html#plot If your...
Hello all, I downloaded the binary .zip file of ChOpenCV for Windows, and I'm having trouble installing it. Can anybody offer any suggestions? Do I need to run...
Which are the minimum requierements(RAM,ROM, procesing, etc) to implement CH on a microcontroller, the ones I'm interested in are Atmel AVRs and ARM7. Regards....
Dear Kevin, Please follow the instructions indicated within the readme file. Under "Installation Instructions," it states to run 'make install.' Do this from...
Thanks Stephen, that worked. ... Under "Installation Instructions," it states to run 'make install.' Do this from within a Ch Shell. If you unzipped the...
Hello all, I must admit to being rather confused about ch. Is it possible to compile a 'ch' script on a linux machine using gcc? Below is a snipit of code...
... Ch Professional Edition has some extensions to C for rapid application development and deployment. Graphical plotting and computational array are two major...
... That's really too bad as the ability to compile code that uses 'computational arrays' was my primary reason for looking at ch. ANSI C arrays/pointers are...
... This really a deficiency in C which is not as high level a language as Ch. C still has a systems implementation history and hiding loops in an array...
... ANSI ... Computations of computational arrays and advanced numerical functions are internally implemented in C. If you use computational arrays and...
Graham, After reading Harry's response, I see that a very good point is raised. Is there any way you can share with us the performance results you obtain with...
While this may be a valid point, script performance wasn't the main reason I was investigating ch. Our current development cycle for low level algorithms in...
OK - very good points and good to know. So, this takes me back to the possibilty of enhancing Ch to generate standard C. I suspect this is a major effort, and...
You may check if high-level Ch OpenCV and Ch ImageMagick packages at http://www.softintegration.com/products/thirdparty/#graphics can be used for your ...
Hello to all! I have installed Ch professional and the cgi and control system toolbox on Ubuntu. I have also configured Apache and tested the web based control...
... please use gnuplot> set terminal png ... please use Plot.outputType(PLOT_OUTPUTTYPE_STREAM, "png"); "png color" settings has been deprecated in Ch Prof...
Hi All Is there any way to use SIGL for real time charts/plotting. (I have 19 values per second and I need to display them in real time) Any suggestions would...
... ChSciTE is an IDE to execute C programs in Ch. Ch is an C/C++ interpreter, not a compiler. It cannot create an executable binary program. You need a C...