-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix summation limit N for explicit solutions #9
Comments
I have looked into [MorseFeshbach1981] -- it should be page 940, not eq. 940! --, there the trick is that no summation limit at all is mentioned, but simply Should I change it to the same, or better replace A related question would be if the functions are also correct for the planar and linear case where we don't have a summation, but an integral as the volume is a non compact space. |
change to inf would be good and consistent with other HOA related stuff so far.
Compact operators and non-compact ones such as the linear/planar deconvolution must and should be treated independently. |
Matter of taste, I guess. I completely agree that the planar (and linear) case should be treated independently. |
Good point, the actual summation indices can be from 0 to \inf or from -\inf to \inf depending on the basis function, correct? I also added the same three equations with \int instead of \sum for the non compact case, see: There I'm not sure if it is ok to just write |
Caveat: I'm not an expert.
Probably not. In the abstract setting, we don't know where k lives. We could possibly assume a mesurable space and integrate w.r.t. the measure Does the mathematical formulation for general infinite domains exist in the SFS literature? An option would be to ditch the abstract case altogether and adopt a more "hands-on" signal processing perspective: |
I decided to go with the abstract measure |
As Till reported in his mail:
In the expansions of the basis functions (4), (5), (6), the usage of
N
as limit of the summation is misleading as it suggests a finite number of basis functions.The definition of a Fredholm operator states that the kernel has finite dimensions and its mapping should be infinite.
=>
N
should be infiniteThe text was updated successfully, but these errors were encountered: