Sign in

username:

password:



Not a member?

Search matlab



Search tips

Subscribe to matlab



matlab by Keywords

Atanh | Autocorrelation | Bandpass Filter | C++ | Conv | Database | Deconv | Excel | FFT | Filter | Filtering | FIR | Fourier Transfrom | FSK | Gaussian Noise | Haykin | IFFT | Image | Java | LFSR | LMS | LPC | MEX | OFDM | QPSK | Radix | Random | Sampling | Segmentation | Simulink | Visual Basic | Waveform | Wavelet

Sponsor

NEW! TMS320C6474: 3x the performance. 1/3 the cost. Three 1 GHz cores on 1 chip.

Discussion Groups

Discussion Groups | Matlab DSP | adaptive Median filtering

Technical discussion about Matlab and issues related to Digital Signal Processing.

  

Post a new Thread

adaptive Median filtering - hariza - Nov 28 23:26:00 2005




i have the source code for adaptive median filtering.but when i run
this code,it has an error..i'm new to matlab ..below are some of the
code
ip_edge = zeros (212,276);

ip_convert = double (ip);

the error is below..
ip_edge (11:202, 11:266) = ip_edge (11:202, 11:266) + ip_convert;

can anybody tell me what is the correct way to add those ip_dge and
ip_convert?




(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )

Re: adaptive Median filtering - Roshdy Korayem - Nov 29 13:39:00 2005

how ip is defined?
check the matrix dimensions
Roshdy

--- hariza <wizza_em@wizz...> wrote: > i have the source code for adaptive median
> filtering.but when i run
> this code,it has an error..i'm new to matlab ..below
> are some of the
> code >
> ip_edge = zeros (212,276);
>
> ip_convert = double (ip);
>
> the error is below..
> ip_edge (11:202, 11:266) = ip_edge (11:202, 11:266)
> + ip_convert;
>
> can anybody tell me what is the correct way to add
> those ip_dge and
> ip_convert?





(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )