| New Reply |
kernel/basis function for multiply connected region |
Share Thread | Thread Tools |
| Jun29-12, 07:21 AM | #1 |
|
|
kernel/basis function for multiply connected region
Hi all,
I have a smooth [itex]f(x,y)[/itex] in some region of ℝ2 that I know to be [itex]0\le f(x,y)\le 1[/itex]. The region has holes. I also know that inside the holes, f(x,y)=0, and outside of the region, f(x,y)=0. I'm looking for a good choice of polynomials or other functions I can expand f on in order to fit my data to. Is there a standard choice for something like this? (see attachment) Thanks |
| Jun29-12, 07:37 AM | #2 |
|
|
In terms of a polynomial expression, I don't think you are going to get something good through conventional methods. One suggestion I have is to use integral transforms and only consider projections within the non-hole regions. The idea is that you have an orthonormal basis for a particular region (i.e. your region minus the wholes) and then based on that region you have an orthonormal basis for an nth degree polynomial (or other function) that will create an approximation to the actual data. You could also use wavelets, but they are not anything like polynomials. If you are interested, take a look at fourier analysis and look at orthogonal polynomials and their construction for intervals in R^n (where n will be 2 in your case). Then take into account the holes and create an orthonormal basis suited for your left-over interval and project your data to that interval which will give a polynomial. There are other techniques to handle the holes without doing the above but they are going to be way more complicated and computationally expensive. |
| Jun29-12, 07:58 AM | #3 |
|
|
Thanks for the quick response!
|
| Jun29-12, 08:17 AM | #4 |
|
|
kernel/basis function for multiply connected regionThe basic idea is to use Gram-Schmidt processes and the L^2 formulation of the inner-product to construct the orthonormal basis. The inner-product is used and interpreted in the same way as the inner-product of say an n-dimensional vector space with an inner-space product (in fact, the L^2 is just a vector-space in the same sense, but proving the results requires infinite-dimensional theory with Hilbert-spaces which is a little harder). So the first thing is that you will have to construct a basis. To do this, start with a polynomial that you wish to use to project to. You will have to note that because you are in R^2, you will need to look at the appropriate theory for this if there are any issues (I have only done stuff in R myself, but I imagine it should be ok). Then from this you create a basis by subtracting the projection from each term of the polynomial. So think of it as a basis of <a,bx,cx^2,dx^3,..> and so on in the analog of say <i,j,k> in the normal R^3 basis. You then create an orthonormal basis for your interval of choice and normalize the basis so that it's unit length (i.e. <f,f> = 1 and <f,g> = 0 for all new orthonormal basis vectors in your space). You then project your data to each basis and your fit will be a linear combination of all projections with respect to the individual orthonormal basis vectors. So if your orthonormal basis is <a0,a1,a2,a3...> in terms of the orthonormal polynomials and the projections of the data with respect to the orthonormal basis are <b0,b1,b2,b3...> then the fit will be given by a0b0 + a1b1 + a2b2 + a3b3 + ... where the b's are just real numbers and the a's are polynomials that satisfy <an,am> = 1 if n=m and 0 otherwise where <.,.> is the inner product. |
| New Reply |
| Thread Tools | |
Similar Threads for: kernel/basis function for multiply connected region
|
||||
| Thread | Forum | Replies | ||
| Basis for kernel and image of a LT ? (Addition and Union of basis) | Calculus & Beyond Homework | 0 | ||
| Spatially averaging the Navier Stokes equations on a multiply connected domain | Differential Equations | 0 | ||
| Every locally path connected space has a basis consisting of path connected sets | Calculus & Beyond Homework | 3 | ||
| Newton, Einstein, multiply connected spacetime, Energy and so forth... | Special & General Relativity | 3 | ||
| Multiply connected spaces | Beyond the Standard Model | 8 | ||