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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/15/01 16:00
Read: times


 
#15696 - RE: Can FFT with 8051 ?

Maziar Navahan wrote:
-------------------------------
i need fft for find harmonic of 50hz
power

That can be done easily without FFT, which is too much computing intensive in a 8051.

Try this: do a *comb filtering* of your sampled signal with a 50Hz frequency filter. This will kill frequencies of 50Hz, 100Hz, 150Hz, ... Then substract this result from your original signal.
You'll get the desired armonics.

A comb filter is no more than a delay line !! Search the web with the keywords 'comb filter' and forget about FFT.

Best regards,
Txip.


List of 20 messages in thread
TopicAuthorDate
Can FFT with 8051 ?            01/01/70 00:00      
RE: Can FFT with 8051 ?            01/01/70 00:00      
RE: Can FFT with 8051 ?            01/01/70 00:00      
RE: Can FFT with 8051 ?            01/01/70 00:00      
RE: Can *search* with 8052.com!!            01/01/70 00:00      
RE: Can FFT with 8051 ?            01/01/70 00:00      
RE: Can FFT with 8051 ?            01/01/70 00:00      
RE: Can FFT with 8051 ?            01/01/70 00:00      
RE: Can FFT with 8051 ?            01/01/70 00:00      
RE: Can FFT with 8051 ?            01/01/70 00:00      
RE: Can FFT with 8051 ?            01/01/70 00:00      
RE: Can FFT with 8051 ?            01/01/70 00:00      
RE: Can FFT with 8051 ?            01/01/70 00:00      
RE: Can FFT with 8051 ?            01/01/70 00:00      
RE: Can FFT with 8051 - Alfredo            01/01/70 00:00      
RE: Can FFT with 8051 - andy            01/01/70 00:00      
RE: Can FFT with 8051 - andy            01/01/70 00:00      
RE: Can FFT with 8051 - CORDIC?            01/01/70 00:00      
RE: Can FFT with 8051 - CORDIC?            01/01/70 00:00      
How do i handle virtual stack in 8052            01/01/70 00:00      

Back to Subject List