- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a matrix 8X4 (all initialized by 3).If Icompute FFT the first line should be 24 and all the rest should be zero instead I get a single value of 192 which means thatit computed the fft as vector not as matrix !!! I don't understand what is the problem with my code ?!?!?!?! Please help me !
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm not sure I understand your problemquite correctly. But if you have all values being the same =3 in your [8][4] matrix, then you should also expect only a single non-zero value (which is rescaled average of all block values - depending onwhen you do FFT normalization)in your FFT matrix.
Regards,
Andrew

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page