FFT Root Raised Cosine Filter
Jump to navigation
Jump to search
This filter is a convenience wrapper for an FFT-based Root Raised Cosine filter and a firdes taps generating function
Parameters
(R): Run-time adjustable
- Type
- options: [Complex->Complex (Complex Taps), Complex->Complex (Real Taps),
- Float->Float (Real Taps)]
- Decimation
- default: '1'
- Gain
- default: '1'
- Sample Rate
- default: samp_rate
- Symbol Rate
- default: '1.0'
- Alpha
- default: '0.35'
- Num Taps
- default: 11*samp_rate
- Num. Threads
- default: '1'
Example Flowgraph
Example Output
Source Files
- C++ files
- TODO
- Header files
- TODO
- Public header files
- TODO
- Block definition
- TODO