Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6970119
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T16:40:10+00:00 2026-05-27T16:40:10+00:00

I read that Matlab filter command is used to solve difference equations. Does filter()

  • 0

I read that Matlab filter command is used to solve difference equations. Does filter() internally use z-Transform or does it simply use recursion, that is, with a starting value x(0),y(0), it simply runs the difference equations forward in time? Sorry if this question does not make sense, I am new in this field.

Thanks,

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T16:40:10+00:00Added an answer on May 27, 2026 at 4:40 pm

    Filter implementation is likely some clever usage of frequency-domain techniques, however according to MATLAB documentation, it is mathematically equivalent to solving a difference equation:

     Y = FILTER(B,A,X) filters the data in vector X with the
        filter described by vectors A and B to create the filtered
        data Y.  The filter is a "Direct Form II Transposed"
        implementation of the standard difference equation:
    
        a(1)*y(n) = b(1)*x(n) + b(2)*x(n-1) + ... + b(nb+1)*x(n-nb)
                              - a(2)*y(n-1) - ... - a(na+1)*y(n-na)
    

    The initial conditions are picked to be all zero, since we assume simply absence of signal (all zeros) before we start filtering. If you would like to specify those initial conditions, the filter command allows you to specify vectors of initial (Zi) and final (Zf) conditions:[Y,Zf] = FILTER(B,A,X,Zi)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to read binary MATLAB .mat files in Python? I've seen that
I read that defined styles are located at C:\Program Files\Microsoft Office\Office12\Bibliography\Style I use ISO
I read in the documentation that I can use the statement echo on; to
Anyone out there used MATLAB's javaObject() function with a JAR file that uses JNI?
I'm trying to use the filtfilt command with matlab coder but I am running
I exported my matlab structs to text files so that I can read them
I read that you could call JavaScript code from a Java Applet by calling
I read that Domain Driven Design is about concentrating on the problem domain instead
I read that SQL exceptions are treated as normal exceptions in managed SPs; I
I read that you should define your JavaScript functions in the <head> tag, but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.