09-26-2000 02:36 PM
09-26-2000 04:36 PM
10-01-2003 11:43 AM
03-15-2019 06:24 PM
I need to know how compress data (wave form) using wavelets and send compressed data over RS232
03-15-2019 06:48 PM - edited 03-15-2019 06:56 PM
@Lektronico wrote:
I need to know how compress data (wave form) using wavelets and send compressed data over RS232
(Have you noticed the age of this thread??)
You probably need to provide more details.
I guess you are looking for lossy compression. Is the signal sparse in frequencies? How does it vary over time? What kind of information needs to be retained? Why would it matter how you transmit it? Do you have the wavelet toolkit?
03-15-2019 10:25 PM
@altenbach wrote:
(Have you noticed the age of this thread??)
Until you and I posted, everyone else on this thread only had 1 post! Not a lively group of people.
mcduff
03-17-2019 05:52 PM
Hi altenbach...
To be honest I don’t have much experience with wavelets, as far as I know we can use for data compression... the signal is coming from a pressure transducer in the range of 0 to 100PSI and varies over time, this signal is noisy, and we use a gps timestamp
gps_timestamp pressure
1550707199827 26.74
1550707203498 27.22
1550707206554 27.03
My intention is sending an array of 300 pressure points it respective gps timestamp, as reduced as possible.
Regards
03-17-2019 06:23 PM
Well, all you need is filtering and decimation. Wavelets might be too fancy for that.
Again, you haven't told us anything about the signal. How do you distinguish noise from interesting data? How quickly does the signal change over time? what's the color of the noise?