Respested Sir, i have a radar data of size 512x2260.Sir i want to resize it as square matrix.Sir i have another question, that is how can perform curvelet transform on radar data inorder to denoise the data?

2 views (last 30 days)
curvelet transform is a denoising methode

Answers (2)

Image Analyst
Image Analyst on 28 Nov 2015
How about using imresize()???

Walter Roberson
Walter Roberson on 28 Nov 2015
You cannot resize 512 x 2260 as a square matrix.
>> sqrt(512*2260)
ans =
1075.69512409418

Categories

Find more on Environment and Clutter in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!