Matt Southwick
Followers: 0 Following: 0
Feeds
回答済み
How to revolve 1D vector into a 2D matrix with sub-pixel interpolation?
Found a solution from Pau GALLES in another thread [rx,ry]=meshgrid( -order/2:order/2 , -order/2:order/2 ); r = hypot( ...
How to revolve 1D vector into a 2D matrix with sub-pixel interpolation?
Found a solution from Pau GALLES in another thread [rx,ry]=meshgrid( -order/2:order/2 , -order/2:order/2 ); r = hypot( ...
4年以上 前 | 1
| 採用済み
質問
How to revolve 1D vector into a 2D matrix with sub-pixel interpolation?
Hi, I would like take a 1D vector and revlove it about an endpoint to create a 2D image with the values of the original vector ...
4年以上 前 | 1 件の回答 | 1
1
回答質問
Creating a 3D volume containing an edge interpolated sphere from X,Y,Z coordinates
Hi, I would like to create a NxNxN volume containing a sphere of radius R, where R can be a fraction of a pixel, so the surface...
4年以上 前 | 1 件の回答 | 0
1
回答質問
FFT interpolation using zero-padding and the Chirp Z-Transform for a single tone sinusoid
Why would FFT interpolation by zero-padding or using the Chirp Z-Transform produce a maximum at a bin that corresponds to a freq...
5年以上 前 | 1 件の回答 | 0