The littlewoodPaleySum
function syntax has changed. The function
now returns the spatial frequencies of the Littlewood-Paley sum in the x-
and y-directions as separate vectors. Previously, the function returned
the spatial frequencies as a two-column matrix, where the first and second columns were the
spatial frequencies in the x- and y-directions,
respectively. Because of this change, the function now supports 2-D wavelet scattering
networks configured with a non-square image size.
Original Code in R2023b or Earlier | Result | Updated Code in R2024a |
---|
[lpsum,f] = littlewoodPaleySum(sf)
| Runs but the second output argument has a different interpretation. | [lpsum,fx,fy] = littlewoodPaleySum(sf) |