Recent content by dsprao

  1. D

    Filter specifications, conversion between them

    Interesting, berk, i guess this is invoking another question, is the radius of pole shows some similar relation with the magnitude response?
  2. D

    How Do You Design a Digital FIR Filter to Remove a 70Hz Disturbance?

    You did wrong while expanding and simplifying
  3. D

    How to design a bandpass filter with specific specifications using MATLAB?

    use MATLAB, you can find functions for direct FIR designing using Remez Exchange Algorithm or using different Windows.
  4. D

    DSP: What do you mean by the Filter Lenght?

    An FIR filter for example H(z)= 1+h(0)/z + h(1)/z*z + h(2)/z*z*z, has length 4 and order 3.
  5. D

    Filtering Data with Matlab in FITS Format

    I think the problem is in the index of datastruct, as it is showing. May be the length of data_filtered is not the same as datastruct. It is very common problem occurs in MATLAB. For Example : if H=[1:5]; and then Y=[1:7]; and if you do H=Y(15); then it occurs. Hope it is helpful
  6. D

    System & Filter: Difference & Relation

    Yes Dear, a system in DSP can be a filter, and a filter can be use for different types of processing of signal in digital domain. A filter is always represented by a system function in z-transform. Some filters can be just anti-aliasing, while some can be differentiators or integrators. I think...
  7. D

    Sedumi for semidefinite optimization

    Dear Friends, Some one can help me to make sedumi function which can solve the semidefinite optimization. Additionally, how can I distinguish between Second order cone programming and semidefinite quadratic linear programming. Thank You.
Back
Top