Signal Processing Toolbox Major Bug Fixes

This document describes major bug fixes in this release. Click on a problem area listed below to read how it has been fixed.

FDATool Memory Leak Fixed
Fixed Segmentation Violation in buffer Function
Fixes to cremez Function
Fixes to remez Function
Segmentation Violation Fixed in upfirdn resample
Using Large Data Sets with upfirdn and resample

FDATool Memory Leak Fixed

A memory leak while using the FDATool graphical user interface has been fixed.

Fixed Segmentation Violation in buffer Function

Previously, a segmentation fault occured for the buffer function with the nodelay option when the overlap equaled the length of signal. This has been fixed.

Fixes to cremez Function

A number of fixes have been made to cremez, which has been renamed to cfirpm:

Fixes to remez Function

A number of fixes have been made to remez, which has been renamed to firpm:

Segmentation Violation Fixed in upfirdn resample

There was a bug in upfirdn, which manifested itself in resample, that caused segmentation violations. This bug has been fixed.

Using Large Data Sets with upfirdn and resample

upfirdn and resample no longer cause a segmentation fault when processing large data sets.