![]() |
![]() |
![]() |
|
|
|||||||
| Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution. |
|
|
Thread Tools | Display Modes |
|
|
(permalink) | ||
|
Quote:
For the 'real world' type samples you would probably find it easiest digitising a sample in Windows, and using data from the WAV file. Or you could simply plot analogue wave shapes manually. |
|||
|
|
|
|
|
(permalink) | |
|
Quote:
Is square waves also consider as an analogue waveform too :?: For my project, is it necessary to test a more complicated waves like what you had mentioned:a note from a guitar, or a trumpet, a voice etc? I thought that my project is only use to measure electric signal? :? |
||
|
|
|
|
|
(permalink) | |
|
[quote="km"]
Quote:
|
||
|
|
|
|
|
(permalink) | |
|
Quote:
|
||
|
|
|
|
|
(permalink) | |
|
Quote:
If you want to read RMS values for differing waveshapes it's a lot more complicated, you need to calculated the RMS value, and if you don't test it with differing waveshapes how do you know if it works or not?. |
||
|
|
|
|
|
(permalink) | |
|
Quote:
After I had done the test for different waveshapes, how can I apply it to my project? (Since there are different values of sample for different waveshapes) :idea: |
||
|
|
|
|
|
(permalink) | |
|
Quote:
|
||
|
|
|
|
|
(permalink) | ||
|
Quote:
Quote:
|
|||
|
|
|
|
|
(permalink) | ||||
|
Quote:
Quote:
Have a look at http://www.epemag.wimborne.co.uk under downloads and PIC's, they have done various projects over the years, including scope type designs. "Micro PICScope" uses an LCD and a PIC16F877 to give a simple scope, it also calculates frequency and P-P, it could be worth looking at. They also did a PIC based scope that connects to the PC parallel port, the PC software (written in BASIC) could be worth a look. |
|||||
|
|
|
|
|
(permalink) | |
|
Quote:
Thanks for your information, Nigel!! :wink: I have already seen it earlier. For the PICScope, can I use the code for my peak-to-peak and frequency calculations? Do you know the rating of the MICRO-PIC Scope? |
||
|
|
|
|
|
(permalink) | |
|
Quote:
The rating of the MICRO-PICScope isn't really given, it just specifies "basically audio", but it does give 17KHz as the highest frequency, limited by the sampling rate. |
||
|
|
|
|
|
(permalink) |
|
Hi Nigel, I have something to ask you. My college programmer doesn't support PIC 16F628. Do I need to buy a programmer :?: OR build one :?:
|
|
|
|
|
|
|
(permalink) | |
|
Quote:
|
||
|
|
|
|
|
(permalink) | |
|
Quote:
|
||
|
|
|
|
|
(permalink) |
|
goto the mirochip flash pic selection guide and search a pic with enough RAM
http://www.microchip.com/ParamChartS...g=en&pageId=74 keep in mind that you need more ram then you need to store samples. Your code requires some ram to run also (to store counters, temporary values,...) |
|
|
|
|