Main Content

designCustomFilter

Design custom filter for Analog Devices AD936x RF chip

Add-On Required: This feature requires the Communications Toolbox Support Package for Analog Devices ADALM-Pluto Radio add-on.

Description

example

designCustomFilter(x) opens the ADI filter wizard application. Use the ADI filter wizard to change the default filter design applied to the filter chain in the receiver or transmitter System object™ specified by x. The wizard enables you to design a custom filter for the Analog Devices® AD936x RF chip based on the BasebandSampleRate property of the object. You can adjust and optimize the settings for calculating the analog filters, the interpolation and decimation filters, and the FIR coefficients.

If the gain or bandwidth characteristics of the default filter does not satisfy the requirements for your application, use the ADI filter wizard to design a custom filter that meets your specific requirements.

Examples

collapse all

  1. Create a transmitter System object, and then open the ADI Filter Wizard.

  2. tx = sdrtx('Pluto');
    designCustomFilter(tx)

    Use the ADI filter wizard to change the default filter design applied to the filter chain in the receiver or transmitter.

  3. Design a new filter. To transfer the new filter settings to the object, click Apply filter design.

Input Arguments

collapse all

Receiver or transmitter, specified as a System object.

More About

collapse all

Software Requirements

The ADI filter wizard requires these MathWorks® products.

  • MATLAB®

  • Signal Processing Toolbox™

  • DSP System Toolbox™

For instructions on operating the ADI filter wizard, visit the Analog Devices website at MATLAB Filter Design Wizard for AD9361.

For more information, see Baseband Sampling Rate and Filter Chains.

Version History

Introduced in R2017b