dft Questions
1
Solved
I want to develop musical notes detector as my degree project and I want to do it from scratch. I have written code for ".wav" file which extracts all info from that audio music file and gives me a...
2
So I'm trying to write the Discrete Fourier Transform in C to work with real 32-bit float wav files. It reads in 2 frames at a time (one for each channel, but for my purposes I'm assuming they are ...
1
Possible Duplicate:
How to get Frequency from FFT result
I am somehow confused with the x axis of fft(DFT) command in Matlab. When we do a fft command for a signal which has sampled i...
Nikethamide asked 15/11, 2012 at 12:16
2
I am working on optimizing a data flow task, I thought I will see which component takes how much time. I got these tasks:
How should I find out how much time each took? Except time if i can find...
Ely asked 21/8, 2012 at 12:29
2
Solved
For instance, consider the DFT or DCT. Precisely, what would be the differences between an image transformed by sub-blocks, and an image transformed whole? Is the resulting file size smaller? Is th...
Militate asked 21/6, 2012 at 22:23
3
I'm trying to understand a few things about neural networks. First, after looking around on the web, it seems that there is no way to compute a (discrete) Fourier transform through a neural n...
Tigges asked 26/4, 2012 at 15:34
1
Solved
2
Solved
I am currently trying to write some fourier transform algorithm. I started with a simple DFT algorithm as described in the mathematical definition:
public class DFT {
public static Complex[] Tran...
4
Solved
I've been playing around a little with the Exocortex implementation of the FFT, but I'm having some problems.
Whenever I modify the amplitudes of the frequency bins before calling the iFFT the res...
Lion asked 28/5, 2010 at 13:34
© 2022 - 2024 — McMap. All rights reserved.