Re: How to implement a pipeline...??? Please help

2010-08-30 Thread Ritchy lelis
On 26 Ago, 08:52, Dennis Lee Bieber wlfr...@ix.netcom.com wrote: On Tue, 24 Aug 2010 22:21:34 -0700 (PDT), Ritchy lelis ritchy_g...@hotmail.com declaimed the following in gmane.comp.python.general: hi friend Dennis Lee Bieber I have watching your code sujestion and now i can understand

Re: How to implement a pipeline...??? Please help

2010-08-24 Thread Ritchy lelis
On 11 Ago, 01:01, Ritchy lelis ritchy_g...@hotmail.com wrote: On 7 Ago, 07:30, Dennis Lee Bieber wlfr...@ix.netcom.com wrote: On Fri, 6 Aug 2010 16:47:58 -0700 (PDT), Ritchy lelis ritchy_g...@hotmail.com declaimed the following in gmane.comp.python.general: Guys i'm asking if it's

Re: How to implement a pipeline...??? Please help

2010-08-10 Thread Ritchy lelis
On 7 Ago, 07:30, Dennis Lee Bieber wlfr...@ix.netcom.com wrote: On Fri, 6 Aug 2010 16:47:58 -0700 (PDT), Ritchy lelis ritchy_g...@hotmail.com declaimed the following in gmane.comp.python.general: Guys i'm asking if it's possible for a generic function for a pipeline, all the suggestions

How to implement a pipeline...??? Please help

2010-08-06 Thread Ritchy lelis
Hi guys In the development of my ADC project i have a new new challenge. First i need to implement a 10 Bit pipelineADC that will be the basis to later implement any kind of pipeline arquitecture (i mean, with 10 Bit, 16 Bit or any other configuration i want) i wish to... What's a 10 Bit

Some success with the Plot problem :D

2010-07-14 Thread Ritchy lelis
Hello guys On Following the development of my ADC (Analog-to-Digital converter Residue function transference) i already got some progress with the plot problem and (much thanks to colleagues who help me in this forum and not only) i would like to show you all the progress that has already got and

Re: Plot problem.. ?? No sign at all

2010-07-13 Thread Ritchy lelis
On 11 Jul, 17:39, Ritchy lelis ritchy_g...@hotmail.com wrote: On 11 jul, 13:28, Johan Grönqvist johan.gronqv...@gmail.com wrote: 2010-07-11 02:12, Ritchy lelis skrev: On 7 jul, 08:38, Johan Grönqvistjohan.gronqv...@gmail.com  wrote: About the plot draw it's a curve that it's a set

Re: Plot problem.. ?? No sign at all

2010-07-13 Thread Ritchy lelis
On 11 Jul, 17:39, Ritchy lelis ritchy_g...@hotmail.com wrote: On 11 jul, 13:28, Johan Grönqvist johan.gronqv...@gmail.com wrote: 2010-07-11 02:12, Ritchy lelis skrev: On 7 jul, 08:38, Johan Grönqvistjohan.gronqv...@gmail.com  wrote: About the plot draw it's a curve that it's a set

Re: Plot problem.. ?? No sign at all

2010-07-13 Thread Ritchy lelis
On 11 Jul, 13:28, Johan Grönqvist johan.gronqv...@gmail.com wrote: 2010-07-11 02:12, Ritchy lelis skrev: On 7 jul, 08:38, Johan Grönqvistjohan.gronqv...@gmail.com  wrote: About the plot draw it's a curve that it's a set of points wich it's the result of the comput of the Vref and Vi

Re: Plot problem.. ?? No sign at all

2010-07-11 Thread Ritchy lelis
On 11 jul, 13:28, Johan Grönqvist johan.gronqv...@gmail.com wrote: 2010-07-11 02:12, Ritchy lelis skrev: On 7 jul, 08:38, Johan Grönqvistjohan.gronqv...@gmail.com  wrote: About the plot draw it's a curve that it's a set of points wich it's the result of the comput of the Vref and Vi

Re: Plot problem.. ?? No sign at all

2010-07-10 Thread Ritchy lelis
On 7 jul, 08:38, Johan Grönqvist johan.gronqv...@gmail.com wrote: 2010-07-06 19:18, Ritchy lelis skrev: On 6 jul, 17:29, Alan G Isaacalan.is...@gmail.com  wrote: Unfortunately I cannot make sense of the code you posted. Provide a detailed description in words (or psuedocode) of what you

Re: Plot problem.. ?? No sign at all

2010-07-06 Thread Ritchy lelis
On 6 jul, 16:18, Alan G Isaac alan.is...@gmail.com wrote: On 7/6/2010 8:05 AM, Ritchy lelis wrote:  1 - import numpy as np       import matplotlib.pyplot as plt       In what help's me making the call's of the libraries that way? http://bytebaker.com/2008/07/30/python-namespaces/  2

Re: Plot problem.. ?? No sign at all

2010-07-06 Thread Ritchy lelis
On 6 jul, 17:29, Alan G Isaac alan.is...@gmail.com wrote: On 7/6/2010 12:11 PM, Ritchy lelis wrote: My intention with de for loop was to iterate each point of the arrays Vi and Vref at the math calculations. The V0 it's the result of the math expressions between the Vi and Vref. I can't

Plot problem.. ?? No sign at all

2010-07-05 Thread Ritchy lelis
hello guys.. I'm new at python programming and i'm having some problems with a script that i have been developing for my final project of my graduation. I have a script that is supposed to make a plot of a Residuo (waveform) witch is an output of a ADC ( Analogic To Digital Converter) for the