Sign in

username:

password:



Not a member?

Search compdsp



Search tips

comp.dsp by Keywords

Adaptive Filter | ADPCM | ADSP | ADSP-2181 | Aliasing | AMR | Anti-Aliasing | ARMA | Autocorrelation | AutoCovariance | Beamforming | Bessel | Blackfin | Butterworth | C6713 | CCS | Chebyshev | CIC Filter | Circular Convolution | Code Composer Studio | Comb Filter | Compression | Convolution | Cross Correlation | DCT | Decimation | Deconvolution | Demodulation | DM642 | DSP Boards | DSP/BIOS | DTMF | Echo Cancellation | Equalization | Equalizer | ETSI | EZLITE (Ez-kit Lite) | FFT | FFTW | FIR Filter | Fixed Point | FSK | G.711 | G.723 | G.729 | Gaussian Noise | Goertzel | GPIO | Hilbert Transform | IFFT | IIR Filter | Interpolation | Invariance | JTAG | Kalman | Laplace Transform | Levinson | LPC | McBSP | MIPS | Modulation | MPEG | Multirate | Notch Filter | Nyquist | OFDM | Oversampling | Pink Noise | Pitch | PLL | Polyphase | QAM | QDMA | Quantization | Quantizer | Radar | Random Noise | Reed Solomon | Remez | Resampling | RTDX | Sampling | Sharc | TI C6711 | Undersampling | Viterbi | Wavelets | White Noise | Wiener Filter | Windowing | XDS510PP | Z Transform

Ads

Discussion Groups

Free Online Books

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Comp.DSP | Identification

There are 3 messages in this thread.

You are currently looking at messages 0 to 3.


Identification - HardySpicer - 2010-03-12 15:27:00

Suppose I drive a LTI system G(z) with white noise unit variance. I
can then using various means make an attempt at identifying G(z)
(assume the white noise cannot be measured but only the output of
G(z)).

I then drive a similar system G(z) with coloured noise (say in real
life speech). I could model this for some short period of time as the
cascade (convolution) of G(z) with the colouring transfer function
(for this segment of speech) of the speech - say H(z)G(z) driven by
white noise. How can I separate the two transfer functions ie split
H(z)G(z). Is this even possible? Of course this is a deconvolution
problem but even so - how to know what dynamics is due to H and what
due to G?

Hardy
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: Identification - Rune Allnor - 2010-03-12 16:26:00



On 12 Mar, 21:27, HardySpicer <gyansor...@gmail.com> wrote:
> Suppose I drive a LTI system G(z) with white noise unit variance. I
> can then using various means make an attempt at identifying G(z)
> (assume the white noise cannot be measured but only the output of
> G(z)).
>
> I then drive a similar system G(z) with coloured noise (say in real
> life speech). I could model this for some short period of time as the
> cascade (convolution) of G(z) with the colouring transfer function
> (for this segment of speech) of the speech - say H(z)G(z) driven by
> white noise. How can I separate the two transfer functions ie split
> H(z)G(z). Is this even possible? Of course this is a deconvolution
> problem but even so - how to know what dynamics is due to H and what
> due to G?

Consider a scenario where you measure the output of
some system, and you measure nothing.

The possible causes for that fact are

1) There is no signal driving the system
2) The system blocks any input

There is no way you can tell which is correct from
only observing the output.

Rune
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: Identification - mmoctar - 2010-03-15 10:27:00

>Suppose I drive a LTI system G(z) with white noise unit variance. I
>can then using various means make an attempt at identifying G(z)
>(assume the white noise cannot be measured but only the output of
>G(z)).
>
>I then drive a similar system G(z) with coloured noise (say in real
>life speech). I could model this for some short period of time as the
>cascade (convolution) of G(z) with the colouring transfer function
>(for this segment of speech) of the speech - say H(z)G(z) driven by
>white noise. How can I separate the two transfer functions ie split
>H(z)G(z). Is this even possible? Of course this is a deconvolution
>problem but even so - how to know what dynamics is due to H and what
>due to G?
>
>Hardy
>
As H(z)G(z)=G(z)H(z), if we suppose that the output of G(z) is the input of
H(z) so you can estimate H(z) with certain factor.
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.