Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/24/04 19:57
Read: times


 
#83810 - variable time interval
Responding to: ???'s previous message
Finally from the review, I found that the real time computations using equations will be slow in '51. So I did the offline calculations in Matlab. And I have the desired output values. But my problem is that I have to give that output switching pattern at different time intervals. Whether this could be done in 8051, help me please.
For better understanding i am giving the problem briefly below...
My problem is that from 2-input(signals) values I have to find the switching pulses(9-different pulses). I have done the offline calculations, sample result is shown below.

Time------------------------------p1 p2 p3 p4........p9

0.000000000000000000---------0 0 0 1...........
9.47390314346800E-18---------1
2.30581481443810E-04---------1
2.30581481443820E-04---------1
2.30581481443829E-04---------1
4.00037491176927E-04---------1
4.00037491176936E-04---------1
4.00037491176946E-04---------1
4.01837491176927E-04---------1
.
.
.
.
.
.

If i am storing the P1....P9 values in EPROM, then how can I run the microcontroller to fetch the EPROM values at variable time intervals. Is it possible? and also can I operate the microcontroller for such minute time intervals? as a Timer.

Please give suggestions for this problem



List of 31 messages in thread
TopicAuthorDate
microcontroller link in matlabe            01/01/70 00:00      
   possible, but not practical            01/01/70 00:00      
   Ask Matlab            01/01/70 00:00      
      Matlab+C+ 8051= ??            01/01/70 00:00      
   reply: microcontroller and matlab link            01/01/70 00:00      
      space vector modulator in a mcu...            01/01/70 00:00      
      Matrix issues            01/01/70 00:00      
         ANSI 'C'            01/01/70 00:00      
            on ANSI-ness and portability            01/01/70 00:00      
               ANSI            01/01/70 00:00      
                  "implementation specific" = problem            01/01/70 00:00      
                     At last !            01/01/70 00:00      
         It can be done            01/01/70 00:00      
      maybe a solution - or workaround            01/01/70 00:00      
         Lookup Tables!            01/01/70 00:00      
            Why Excel?            01/01/70 00:00      
         Lookup table            01/01/70 00:00      
            Depending on size of tables,            01/01/70 00:00      
         need to use eprom            01/01/70 00:00      
            Converting to .hex            01/01/70 00:00      
               Bin2hex            01/01/70 00:00      
   App Note References            01/01/70 00:00      
   keil help            01/01/70 00:00      
      Keil            01/01/70 00:00      
      You still need floating point, sqrt...??            01/01/70 00:00      
      Aaaaargh!            01/01/70 00:00      
   variable time interval            01/01/70 00:00      
      use timer interrupt            01/01/70 00:00      
         Space vector modulation            01/01/70 00:00      
            external eprom            01/01/70 00:00      
               EEPROM            01/01/70 00:00      

Back to Subject List