Comp.dsp is a worldwide Usenet news group that is used to discuss various aspects of digital signal processing.
We found 741 threads matching "interpolation"
You are looking at page 1 of 19.
The most relevant threads are listed first
Hello,
In another post I asked about interpolation and sampling and I got some
good response. After reading them, I am now interested in non uniform
sampling and interpolation. What I am interested is to solve following type
of problems:
Assuming I have a 1D signal that the value...
Hi all,
Interpolation of a sampled signal x(n) to generate an up-sampled signal
y(n) can be represented mathematically as:
y(n) = x(n/L) /* here L is the intrpolation factor.
Regardless of the type of interpolation, if we increase the value of 'L'
weather it will increase the accuracy of ...
Dear all,
I am thinking of treating nature image like surfaces, suppose somehow there
are some missing pixels in this image, and I want to do surface
interpolation to reconstruct the missing pixels. Which surface interpolation
algorithm can do this job best? I hope this surface interpolation a...
20:19 06-09-07
I had the idea to try interpolation based on KLT.
I tried searching for this with 4 search engines and only found one
paper that mentions this concept in passing, but without a citation.
Any ideas where I might find out more about such interpolation?
...
Ron N. wrote:
> robert bristow-johnson wrote:
> > for 3rd order polynomial interpolation, it's usually 4 data points (and
> > you're interpolating between the inner two data points).
> ...
> > a 3rd order Hermite interpolation polynomial will match the 0th and 1st
> > derivative at...
Anshu wrote:
> Hi
>
> Does anyone know :
>
> Which interpolation method (in matlab or otherwise )is better for a non
> uniform data grid with complex numbers and Why?
>
No. The best method of interpolation is finding someone who knows how to
do it and paying him for doing...
"Anshu" wrote in message
news:1133372397.189684.326960@f14g2000cwb.googlegroups.com...
> Hi
>
> Does anyone know:
>
> Which interpolation method is better for a non uniform data grid with
> complex numbers and Why?
>
> Thanks
> Anshu
First, interpolation of complex numbers:...
Hello,
I'm supposed to design a transmit chain with a root-raised cosine pulse
shaping filter followed by some interpolation stages.
The RRC-filter shall interpolate by 2, and its output shall be
interpolated by 8, resulting in a total interpolation of 16.
I'm told that the total characteri...
cpshah99 - 16:47 17-07-08
Hello People
When we perform Linear Interpolation given by the formula below
y(n+v)=(1-v)*y(n)+v*y(n+1) where v is between 0 and 1
(http://ccrma.stanford.edu/~jos/pasp/Linear_Interpolation.html#12296)
Is there anything like interpolation error? I mean what we do in MMSE.
Your guidanc...
I'm looking forward implementing image interpolation in one dimension
at once, however I don't really know how to do it.
Linear interpolation doesn't fit me good, I need something better, more
like cubic spline interpolation, but the only problem that well
implementing it doesn't sound like su...
Hello to all,
Dear i am trying to resample the irregularly sampled data regularly, in
order to apply the standard spectrum analysis techniques on it. For this
purpose i am using linear interpolation. But there exist interpolation
noise, so kindly tells me the methods to reduce the interpolation...
Hello,
i am looking for decimation and interpolation technique in order to,
given a sampling rate fs, obtain a new sampling rate like (a/b)*fs.
A way to to do is to decimate and then use linear interpolation...
Is there some other ways (documents) to do this ?
If so, have you got some boo...
srikk - 08:00 01-02-07
Hi,
i would like to know which is the best method for implementing a integer
sample rate converter (decimation /interpolation) in terms of quality.
the conversion rates required are (2,4,8,16) both decimation and
interpolation.i had tried with polyphase implementation and lagrange
interpolatio...
I was given a project that uses a 150 some point interpolation filter that
upsamples digitized signal by 4. The digitized signals are sampled at rate
of 6.4 uS. I do not know the band checking characteristics of the filter,
only thing I know by looking at the code is that it upsamples by 4. No ot...
bharat pathak - 02:15 02-02-08
> One question about amplitudes:
>
> If the frequency is in the middle of two bins, then can the true
> amplitude still be calculated accurately ? If so how ?
This can be done using interpolation. Look at any 4 point
interpolation formulas like catmull-rom. for example if you
compu...
tcnasc - 15:13 06-09-07
Hi all!
Here's a brief description of my application:
-> I'm using a Stratix II FPGA to generate data samples and send them to
an external DAC.
-> Data is generated at rates from 1MSPS to 31.25MSPS.
-> I've instantiated an Altera FIR Filter to mask shape this data. This
filter also does an ...![Interpolation/FIR/etc... =]](/new/images/icon_more.jpg)
RAJA SEKAR R - 07:57 23-10-06
hi friends,
i have an interpolation function with 3 arguments. say
h(x)=interp(x,y,z).
i have to find out the value of h(x).
so plz if any one knows it.
mail it to me.
thanks in advance
rajasekar
...
Hi all,
I encounter some "problem" while using polyphase filter for
interpolation. I have implemented a 8 zero crossing with upsampling
of L=32.
The image I used are a simulated image with 4 sinc impulse response
near the four corner. All pixels values are positive.
While performing ...
HouYongmin - 14:03 23-04-07
Hi all,
As I know there are two interpolation method:
1. As many DSP book said, pading (L-1) zero points into space
between two primitive samples, then lowpass filter it. Then we get the
result.
2. linear cubic langerange interpolation.
What is difference be...
I was thinking about osculating polynomial interpolation (of which Hermite
is the first order member) in relation to sample rate conversion. As I
understand it, osculating interpolation is a method where the interpolating
function is a polynomial that matches a function's value(s) plus a certain...
mikedoesnotknow - 08:46 28-01-08
Hi all,
At the moment I am working on interpolation filters for bandlimited
signals. I was wondering whether anyone knows if there is a generalization
of the sinc based interpolation method for a recurrent sampling error.
For example the sampling times could look like
t = [0.99 2.02 3....
A.E lover - 09:26 19-11-07
Hi all,
I read somewhere that we can derive mathematically the zero padding
equation to show that zero-padding is simply an interpolation in
frequency domain. I tried to derive but still could not see the
interpolation operator. Can you please tell me how to derive it from
DFT formula?
Tha...
bharat pathak - 12:29 28-01-08
Hello Rick,
I worked out the math and here is the solution. For two stage
interpolation I = I1 x I2, the optimum value of I1 can be given
by
I1 = (fp + fs + sqrt(I*Fs*(Fs - fs - fp)))/Fs
where various quantities are:
fp = passband freq in hz
fs = stopban...
amrish - 02:46 08-02-07
Hi Friends,
I hav a signal(time_domain). 80ms/s. Sample distance = 12.5ns. I wana
interpolate by factor 6.
Wht should i use, interpolation filter?
Amrish.
...
Hello,
I want to implement RBF interpolation in Matlab for 2D signal (image)
interpolation. What I like to know is:
1- Is there any freely available RBF interpolator source code for Matlab?
2- How can I implement it? I read a lot about its theory but I couldn't
figure out how an...
Hello,
I know that one way of interpolation is low pass filtering. But I think
any other type of interpolation (such as spile or linre ,...) can be modeled
as a low pass filter with different frequency response. Am I wrong? if no,
where can I read more? for example what is the frequency...
oren_i - 06:30 15-06-06
Hello
I'm trying to perform Channel Estimation on an OFDM signal by using
various interpolation techniques between pilot symbols.
The best method is to implement an interpolation filter (in the time
domain, or in the freq domain using FFT).
The problem is that in order to achieve a "good" FIR...
Is there any reason why cubic splines are a poor method for
interpolation of audio signals such as speech or musical instrument
sounds?
Also, once upon a time I had a copy of a paper written by someone (if I
recall correctly) who worked for E-mu systems talking about pitch
shifting. Again IIR...
in article 1132685207.779486.257470@o13g2000cwo.googlegroups.com, Anshu at
anshu.dhawan@gmail.com wrote on 11/22/2005 13:46:
> Can anyone please explain me about Interpolation using FIR filters? I
> dont understand how they can be used for interpolation.
might you understand how an FIR fil...
monalisa - 13:08 27-03-06
Hi all,
i'd like to ask about pilot based interpolation in channel estimation
of OFDM cells. I have a block of reference cells which i need to
interpolate in time and frequency domain. An example :
xo....................oxooxooxooxooxooo
oo....................ooxoooxooooxoooox
ox.............
Hi Guys,
some days ago "hsquared" posted a question about
interpolating an audio signal from an original sample
rate of 11025 Hz to 24000 Hz. As far as I can tell,
that means an overall interpolation factor of 320/147.
I played around a little bit, using MATLAB, with this
notion of in...
p13dou - 10:32 20-07-07
HI all
My problem is : i have a signal x(n)(0 ...
kungcoccos - 06:46 20-11-07
Hello!
Im looking for a simple matlab code that illustrates an interpolation
using polyphase implementation. I need this to understand the purpose with
the polyphase structure. Maybe anyone knows some sources also?
Thanks in advance
...
09:30 11-10-06
I've been following a number of threads over the past couple of weeks
regarding fractional timing delays and interpolation, but none of them
really address my problem, so here goes....
I have a sampled received signal taken at r(kTs), Ts = sample rate and
k is integer. The sampled signal is t...
09:22 04-10-05
Hi,
i am Sreenivas, i want to clarify from you, "Can the the symbol
timing recovery be acheived by using interpolation filter method or not
?". Actuall i am working at 32MHz sampling rate, can i apply this
method at this rate for symbol timing recovery or not.
It is mentioned in "Interpolatio...
I am trying to figure out interpolation (I have given up on decimation for
now).
My scenario is that I have 8 ksamples per second audio (from a phone line),
and I want to interpolate it to 96 ksamples per second. I know my audio is
band limited within 0-4kHz, but other than that it could be a...
alex65111 - 22:40 15-12-07
How it is possible to estimate change ( deterioration) SNR on an output of
cubic interpolation at various number of samples on a symbol, for qpsk
signal?
How much will be worse snr (for cubic interpolation) in case of 4 samples
on a symbol in comparison of 10 samples on a symbol, for qpsk signal?...
tareqiubd@gmail.com - 15:26 28-09-07
Hi
How I can perform the linear interpolation onthe a vector A=[a,b]
where size[A]=[150,12] to make size[A]=[370,12]
plz reply me with some matlab code.
Thanks
...
Hi,
For interpolation, I'm using a truncated sinc function to get
interpolation coefficients. It appears that I'm getting Gibbs ripple,
as expected within this kernal.
So I'd like to taper the sinc. Any suggestions? What about sinc(x)/x?
Thanks.
...
"Ajay" wrote in message
news:1113558255.605980.208160@z14g2000cwz.googlegroups.com...
> Hi,
>
> I have subsampled 4:4:4 image using 15-tap filter into 4:2:2 image.
> Now, in order to view 4:2:2 image, I need to convert it back into 4:4:4
> image. I have repeated the chroma samples t...
|
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
next