Sign in

username:

password:



Not a member?

Search compdsp



Search tips

comp.dsp by Keywords

Adaptive Filter | ADPCM | ADSP | ADSP-2181 | Aliasing | AMR | Anti-Aliasing | ARMA | Autocorrelation | AutoCovariance | Beamforming | Bessel | Blackfin | Butterworth | C6713 | CCS | Chebyshev | CIC Filter | Circular Convolution | Code Composer Studio | Comb Filter | Compression | Convolution | Cross Correlation | DCT | Decimation | Deconvolution | Demodulation | DM642 | DSP Boards | DSP/BIOS | DTMF | Echo Cancellation | Equalization | Equalizer | ETSI | EZLITE (Ez-kit Lite) | FFT | FFTW | FIR Filter | Fixed Point | FSK | G.711 | G.723 | G.729 | Gaussian Noise | Goertzel | GPIO | Hilbert Transform | IFFT | IIR Filter | Interpolation | Invariance | JTAG | Kalman | Laplace Transform | Levinson | LPC | McBSP | MIPS | Modulation | MPEG | Multirate | Notch Filter | Nyquist | OFDM | Oversampling | Pink Noise | Pitch | PLL | Polyphase | QAM | QDMA | Quantization | Quantizer | Radar | Random Noise | Reed Solomon | Remez | Resampling | RTDX | Sampling | Sharc | TI C6711 | Undersampling | Viterbi | Wavelets | White Noise | Wiener Filter | Windowing | XDS510PP | Z Transform


Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Comp.dsp is a worldwide Usenet news group that is used to discuss various aspects of digital signal processing.

We found 367 threads matching "fftw"

You are looking at page 1 of 10.

The most relevant threads are listed first

ANN: beta version of FFTW now available

2006-01-16 12:29:00
I just noticed a new beta version of FFTW is available at www.fftw.org. I look forward to trying it. I am building it as I write this. Thanks for all your hard work Steven & Mateo. Considering how often FFTW is discussed on this newsgroup, I thought it worthy of an announcement. If you c...ANN: beta version of FFTW now available

FFTW in Visual Studio C++

karenying - 2005-10-18 08:56:00
I want to use FFTW in visual Studio 6.0 , and I have downloaded the FFTW 3.0.1 static library files from http://www.ece.cmu.edu/~franzf/fftw.org/. However, I cannot run the program as expected ? Did i do anything wrong ? I did not download the FFTW 3.0.1 VisualStudio 6.0 project files (req...FFTW in Visual Studio C++

[FFTW] SSE is not used?

=?ISO-8859-15?Q?Sven_K=F6hler?= - 2007-05-13 21:56:00
Hi, any FFTW experts reading this? :-) I'm using FFTW. But i cannot measure any difference between runs with FFTW_NO_SIMD and without. I'm trying to do in-place DFT, with plans created like this: fftw_complex *buf0 = fftw_malloc(...) fftw_plan_dft_1d(N, buf0, buf0, FFTW_FORWARD, 0) ...[FFTW] SSE is not used?

Zero padding in FFTW

Peng Yu - 2005-03-04 22:45:00
Dear All, I want to do zero padding of of the data and than do fft by FFTW(www.fftw.org). The dummiest way is to make an array which has more elements than the data set size. However, it takes more memory space and more computation time. I'm wondering if there is a way to tell FFTW do zero...Zero padding in FFTW

Double precision in FFTW

chiraag - 2009-09-09 02:17:00
Hi all, I am relatively new to using FFTW.. I have been using FFTW to take fft for a few complex matrices. My problem is that I am not gettign the same values in Matlab and C++, the values seem to be differing after the sixth or seventh significant bit. When we use fftw_plan are we using double p...Double precision in FFTW

FFTW For VisualDSP

shachris23 - 2006-01-29 08:18:00
Hi, I'm looking to port FFTW to be used under VisualDSP. Has anyone done this before? If so, is it possible to send me the ported FFTW code at sbw@appsig.com? I found one post here: http://www.dsprelated.com/showmessage/35481/1.php I'm still trying to contact that person. Thank you! ...FFTW For VisualDSP

FFTW velocity

m.baldasseroni - 2006-11-23 10:03:00
Hi, I'm using FFTW. First of all I inform you that I have overcome my "Altivec assist" problem through a modification of simd-altivec.h. In particular I have defined #define VLITF(x0, x1, x2, x3) (vector float)(x0, x1, x2, x3) #define VLITUI(x0, x1, x2, x3) (vector unsigned int)(x0, x1, x2, x...FFTW velocity

[ANNOUNCE] FFTW-3.1.3 released

2008-10-07 17:07:00
Dear FFTW users, we are pleased to announce the availability of FFTW 3.1.3, which you can download from the web page: http://fftw.org/download.html This release fixes a bug that causes incorrect results to be computed in programs that use both REDFT11 (a.k.a. DCT-IV) and RODFT11 (...[ANNOUNCE] FFTW-3.1.3 released

Multi-threaded FFTW

Cristiano - 2007-08-14 06:37:00
I'm using the FFTW library implemented as DLL under Win XP. Now I'm writing (in C++) a multi-threaded application which call the FFTW functions from two function in my code at the same time and, obviously, the application crashes. Is there any way to use the FFTW library in a multi-threaded ap...Multi-threaded FFTW

FFTW Real FFT

2007-02-28 06:21:00
Hello, simple question: I have a time series with lots of entries (more than int). How can I use FFTW to do a FFT? The problem is, that FFTW can only handle up to "int n" entries in the datafile... Any idea? Thanks a lot! Mark ...FFTW Real FFT

FFTW Help

Raeldor - 2010-10-02 14:04:00
Hi All, I'm doing some tests with FFTW and it seems to be working ok, but I am seeing something that's a little odd and was wondering if my reasoning for it happening was correct. Basically, I have a 3 second 440hz sine wave file created in Audacity at 44.1khz sampling rate. I am running F...FFTW Help

Re: FFTW Sample Project

Michel Rouzic - 2005-05-24 19:56:00
FFTW is quite simple to use indeed, and it's well documented, but if you have a precise question then ask right away. ...Re: FFTW Sample Project

FFTW?

tcharles - 2006-12-14 06:00:00
Hello, can anyone explain me how to perform the convolution of two dimentional array with fftw? Thanks ...FFTW?

FFTW 3.3-beta1 available

Steven G. Johnson - 2011-06-27 01:22:00
Dear DSP and numerics folks, You might be interested to know that a beta release of FFTW 3.3 is now available from www.fftw.org, with the final 3.3 release scheduled for July 25. This release includes several major new features, including support for 256-bit AVX instructions on recent Intel/A...FFTW 3.3-beta1 available

Matlab's fftw returns nothing?

Vista - 2007-06-02 17:27:00
Hi all, Matlab command "fftw" supposedly should return something, as described in the following help document. But when I tried these command examples, nothing happened, i.e. "fftw" returned nothing. What might be the problem? Thanks --------------------------------------------------...Matlab's fftw returns nothing?

FFTW, Imlib & OpenCV

sunderam - 2005-06-18 13:02:00
Hi there, I am working on an image processing project. I am trying to represent an image in terms of signal and then calculate contrast using that signal representation of the image. I know that inorder to represent an image in terms of signal a FFT has to be performed. I am using FFTW to calc...FFTW, Imlib & OpenCV

Is the output of FFTW in angular velocity domain?

jv_ju - 2008-06-30 15:21:00
Hi, I have a question in FFTW, I need to make the out put data in angular velocity domain, like 1/2*sqrt(pi)*exp(omiga**2/4) for exp(-x**2). I guess the FFTW output is in frequency domain, what do I need to do to change it? Thanks, Shuangyi ...Is the output of FFTW in angular velocity domain?

Re: Calculate MACs in MATLAB

markt - 2008-04-30 15:47:00
> Agree the tic toc is useful but I am doing one method by hand and the > other practically on matlab so I can't use it. Well, you can time your functions then use an approximation to calculate the equivalent FLOP count. FFTW uses MFLOPS = 5*N*log2(N)/time (in us) for complex data, divide by 2 ...Re: Calculate MACs in MATLAB

FFTW + low pass filtering + reverse FFTW

greg838 - 2006-04-06 08:37:00
Dear FFTW experts, I'm using 2d r2c fftw on images, and now I would like to do a low pass filtering. I compute the module (sqrt(realpart*realpart+imagpart*imagpart)) of my data, and if it exceeds a threshold, I set it to zero. Therefore, I get an array of real data, and I don't know if I can use ...FFTW + low pass filtering + reverse FFTW

fftw tuning

Felipe G. Nievinski - 2011-03-07 19:02:00
The documentation for Matlab's fftw interface states that: fftw('planner', method) sets the method by which the tuning algorithm searches for a good FFT algorithm when the dimension of the FFT is _not_ a power of 2. So when the input dimension _is_ a power of 2 there is no potential spe...fftw tuning

FFTW question about larger output array than input

nobby_trussin - 2006-07-21 14:09:00
Hi, I am using FFTW to obtain freq values from an input signal. The input and output arrays are the same size. However, I need more precision (i need to detect frequencies which aren't whole numbers) therefore as i understand it i need a larger output array than my input one. i am using FFTW 3...FFTW question about larger output array than input

Re: FFT of 0s and 1s signal

Steven G. Johnson - 2008-04-22 17:19:00
On Apr 22, 5:12 pm, "markt" wrote: > That can be said for any pre-determined case and hence a lookup would > suffice. There are implementations that are faster than others, depending > upon the radices required for the given FFT (the FFTW folks discuss all > this, with prime radices up t...Re: FFT of 0s and 1s signal

FFTW multi-threaded routines, what's use case for them?

all4dsp - 2011-11-30 13:58:00
I'm creating a web application that accepts client requests to crunch math on a server. The application will receive multiple client requests simultaneously. Was FFTW's multi-threaded routines intended to: (A) process all client requests serially through FFTW, but for the current client process b...FFTW multi-threaded routines, what's use case for them?

fft 'n' size

Marc2050 - 2011-05-26 05:40:00
Hi. I'm using fftw in my code for my signal analysis. In fftw (1D), one of the parameters is 'n'. And the document says, "size n can be any positive integer, but sizes that are products of small factors are transformed most efficiently (although prime sizes still use an O(n log n) algorithm)" ...fft 'n' size

FFTW and VB.NET

vilaemail - 2010-03-11 08:56:00
Hi, I don't know where to post this (since FFTW developers do not provide help with VB, and posting on MSDN for non-VB related question is kinda dumb) so I decided to ask you guys. :) I really can't import FFTW library in VB.NET 9 (VS 2008). When trying to reference to it i get this error mess...FFTW and VB.NET

FFTW on DSP

bngguy - 2005-11-18 20:06:00
Hello All, I'm planning to use FFTW library on the DSP....has anybody used it with code composer studio to generate the coff file for the DSP ??..please share your experiences Thanks bngguy ...FFTW on DSP

benchmarking advanced interface using fftw bench

gvsaradhi - 2010-01-18 10:26:00
Hi, I would like to use the fftw bench program to time the following. Use plan_many_dft from Advanced interface to calculate a bunch of ffts on a contiguous array of complex numbers. Can some one help me with the options i need to pass on to fftw bench program to be able to choose plan_many opti...benchmarking advanced interface using fftw bench

Partial Derivative for 3D function by FFTW

xiaoniu - 2006-10-29 14:14:00
Dear FFTW experts, I want to do the partial derivative for a 3D function by FFTW. For example, I have a 3D function P(x,y,z), and I want to compute dP/dx and dP/dy (I can not find the symbol for partial so I use "d" here). As I remembered: 1. Determine dP/dx:(P is a 3D data) (1)I should do f...Partial Derivative for 3D function by FFTW

Re: FFT for sequences of arbitrary lengths

2006-03-10 15:02:00
Zero-padding produces a result different from the DFT of the original data. You probably want to use an FFT code that supports non-power-of-two sizes. There are several such FFT programs freely available, so there is no reason to write your own. (One possibility is our FFTW, www.fftw.org, w...Re: FFT for sequences of arbitrary lengths

FFTW small difference for r2c ?

kevinr - 2009-01-20 20:46:00
Hello, I am using FFTW v3.2 in C++ to compute the 3d DFT of a real image. I use the FFT as part of an iterative algorithm in which high accuracy is a must, so I checked the outputs of the FFTW and found some very small difference depending on whether I used the r2c or not. By small difference...FFTW small difference for r2c ?

FFTW Accuracy vs Matlab Accuracy

Clyde - 2007-04-12 02:09:00
Hi, i'm using FFTW to computer determine the SNR of a recorded sinusoidal signal. (1khz sinus for 5seconds @ 48khz) I'm experiencing a strange behaviour: if i compute the fft with FFTW i obtain really different values from what matlab compute. To be more specific: i compute a real 2 rea...FFTW Accuracy vs Matlab Accuracy

Convolution and FFTW question.

Les Cargill - 2010-05-30 12:20:00
Seems dumb*, but what the hey: (data sets are 1D PCM audio data) Convolution is O(n*m) where n is the length of one vector to be convolved, m is the length of the other vector. Convolution using FFT is alleged to be O(n log(n))... *part of this is things I can't easily find in the FFTW docs...Convolution and FFTW question.

Re: decomposing of an unknow signal?

Steven G. Johnson - 2003-10-12 20:00:00
Rune Allnor wrote: > Well, I would certainly start with a Fourier analysis. In good > implementations the FFT routines will work withe general data lengths, > not only powers of 2. Unfortunately, I don't know if such FFT routines > are available for free. There are several "general-leng...Re: decomposing of an unknow signal?

Compile process of FFTW3 on vxWorks O.S.

m.baldasseroni - 2006-10-10 05:00:00
Good morning, I need help about the compile process of FFTW3 source files. I'm working on vxWorks operating system. I have edit a new config.h file using the #define I need. I'm using Altivec optimization so I have #define the HAVE_ALTIVEC option. I have follow all the advices in "Installation...Compile process of FFTW3 on vxWorks O.S.

Using FFTW to do analysis of a WAV file

motleyruse - 2008-01-23 19:41:00
Hi, I'm extremely new to DSP, I just read about the FFT for the first time a couple of days ago. :) I wanted to construct a program will add filter effects to a WAV file. No, I'm not interested in a freeware/shareware program, I want to learn how to do this. I found that I would need a FFT an...Using FFTW to do analysis of a WAV file

Convolution of two one-dimensional arrays

katz - 2005-03-28 08:12:00
hello everyone, i just downloaded the FFTW library, and i read the tutorial (well..i skimmed through it). i'm using dev-C++. in c++, i constructed 2 vectors, and i have to convolve them using the FFTW library. the stuff in the tutorial seems much more complex than what i want to do, and i am a ...Convolution of two one-dimensional arrays

Re: fftw and dct/idct

markus_h - 2008-03-27 06:27:00
> Hi Markus, there are two sources to check which immediately reveal the > answer: the Matlab manual and the FFTW manual. In particular, if you > look in the two manuals, they give the exact mathematical definitions > of the transforms as computed by Matlab and FFTW: > > http://www.mathworks....Re: fftw and dct/idct

Re: Zero padding fftw

glen herrmannsfeldt - 2010-12-08 16:34:00
simwes wrote: > I am writing a code to transform an array from the frequency domain to time > domain using the fftw. In order to increase the resolution of the signal in > the time domain I am adding zero in the frequency before sending it to the > fftw. > The problem is that the s...Re: Zero padding fftw

Re: Mistake on FFTW3 - Transform size > 16

2006-10-25 11:19:00
(I apologize to comp.dsp about the offtopic thread. I regularly refer FFTW users to comp.dsp if they have DSP-related questions, but I don't encourage them to come here for FFTW-specific compiling/debugging advice.) m.baldasseroni wrote: > I'm using FFTW3 and I have noted that it's very fas...Re: Mistake on FFTW3 - Transform size > 16

FFTW question about larger output array than input

nobby_trussin - 2006-07-21 11:30:00
Hi, I am using FFTW to obtain freq values from an audio signal.The input and output arrays are the same size. However, I need more precision (i need to detect frequencies which aren't whole numbers) therefore as i understand it i need a larger output array than my input one. i am using t...FFTW question about larger output array than input
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | next