Community Profile

photo

Anitha Raj


Last seen: 9 months ago Active since 2012

Working as a Faculty in Engg., College. Professional Interests: Signal Processing,Image Processing and audio signal processing

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Answered
How to determine only the low frequency signals from the filter output?
%This code is used to Butterworth lowpass filter close all; clear all; clc; I=imread('Sunflower.bmp'); R = I(:,:,1); G = I...

9 years ago | 0

Question


How to determine only the low frequency signals from the filter output?
Thank you for the last answer.I want to zero down high frequency signals and retain low frequency signals so that I can reconstr...

9 years ago | 1 answer | 0

1

answer

Question


how to differentiate low order and high order fft coefficients of an image
I am working on fft compression so the fft signals are passed through lpf so that I can zerodown high frequency signals.But I am...

9 years ago | 1 answer | 0

1

answer

Question


How to predict AC coefficients in transform compression?
Sir, I have found the fft of an image and then trying to perform compression so that Compression ratio is numel(I)/numel(non ze...

10 years ago | 0 answers | 0

0

answers

Answered
What is the typical Compression ratio for color images?
Sir, Firstly I thank for the response. For fft,I meant fast fourier transform. I have designed a new algorithm for Fast Fourie...

10 years ago | 0

| accepted

Question


What is the typical Compression ratio for color images?
Sir, Iam working on fft algorithms for color images.I found that the number of bytes in fft file is more than no.of bytes in the...

10 years ago | 3 answers | 0

3

answers

Question


How to perform Deinterlacing for an color image? I tried using vision but its giving error as I don't ve vision computer system tool box. What's the solution
Hi, I am working on FFT algorithm and after reconstructing the image it has articrafts. So to resolve it I tried deinterlacin...

11 years ago | 2 answers | 0

2

answers

Question


About deinterlacing of color images
Hi, Iam using my own algorithm to find FFT and IFFT and got the result for both gray and color images.But the color images afte...

11 years ago | 0 answers | 0

0

answers

Question


How to find the threshold of a matrix?
Iam working on FFT algorithm.The FFT is applied to an image and it resulted in complex number matrix.Now I have to find threshol...

11 years ago | 1 answer | 0

1

answer