RustFFT icon indicating copy to clipboard operation
RustFFT copied to clipboard

Add a simple documented example

Open psiphi75 opened this issue 3 years ago • 2 comments

Added a simple documented example on how to use real-world data and how to extract the results. Only one file was created, this is examples/simple.rs. No other changes were made.

I needed to get my head around how to do this, so I did, and I thought I would provide it.

psiphi75 avatar Jan 23 '22 08:01 psiphi75

Thanks I was already looking for something like this! Since I didn't understand how to use this lib, this is making it really easy.

Norlock avatar Nov 12 '22 11:11 Norlock

If you're trying to provide an example of how to work with real-valued signals I'm not sure it's appropriate here. realfft is a nice wrapper if you know you're only working with real-valued signals.

WalterSmuts avatar Jun 29 '23 08:06 WalterSmuts