- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is it possible to use complex coefficients with the FIR Compiler II? If so, what notation is used to specify this when loading coefficients from a file into the wizard? I've tried i and j, but the wizard is complaining about invalid coefficients.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- Is it possible to use complex coefficients with the FIR Compiler II? If so, what notation is used to specify this when loading coefficients from a file into the wizard? I've tried i and j, but the wizard is complaining about invalid coefficients. --- Quote End --- I know dspbuilder doesn't support complex filter but you can use four real filters and do the complex addition/subtraction manually. remember for every tap the following multiplication is needed: yr = xr.hr - xi.hi yi = xr.hi + xi.hr thus the terms xr.hr becomes one filter for these inputs and the term xi.hi a second filter and so on. Finally you add/subtract the outputs of two pair filters to get real and imag output. You can alsouse three filters by some trick.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i don't think FIR II supports complex data paths
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks guys
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