Nothing Special   »   [go: up one dir, main page]

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

In signal processing, a recursive filter is a type of filter which re-uses one or more of its outputs as an input. This feedback typically results in an unending impulse response (commonly referred to as infinite impulse response (IIR)), characterised by either exponentially growing, decaying, or sinusoidal signal output components. However, a recursive filter does not always have an infinite impulse response. Some implementations of moving average filter are recursive filters but with a finite impulse response. Non-recursive Filter Example:y[n] = 0.5x[n − 1] + 0.5x[n].

Property Value
dbo:abstract
  • In signal processing, a recursive filter is a type of filter which re-uses one or more of its outputs as an input. This feedback typically results in an unending impulse response (commonly referred to as infinite impulse response (IIR)), characterised by either exponentially growing, decaying, or sinusoidal signal output components. However, a recursive filter does not always have an infinite impulse response. Some implementations of moving average filter are recursive filters but with a finite impulse response. Non-recursive Filter Example:y[n] = 0.5x[n − 1] + 0.5x[n]. Recursive Filter Example:y[n] = 0.5y[n − 1] + 0.5x[n]. (en)
  • Рекурси́вний фільтр, IIR-фільтр (англ. Infinite impulse response) — фільтр, у якого розрахунок поточного значення вихідної величини залежить не тільки від дійсного і попередніх (N-1) значень вхідної величини, але також і від N попередніх значень вихідної величини. Це говорить про те, що фільтр використовує один або більше своїх виходів як вхід, тобто утворює зворотний зв'язок. Основною властивістю таких фільтрів є те, що їх імпульсна перехідна характеристика має нескінченну довжину в часовій області, а передавальна функція має дробово-раціональний вигляд. Такі фільтри можуть бути як аналоговими, так і цифровими. (uk)
  • 递归滤波器是在信號處理中的一種濾波器,用其中一個或多個輸出信號為其輸入。這種濾波器一般會產生無窮長度的脈衝響應(一般稱為無限脈衝響應,簡稱IIR),其特點是指數成長、指數衰減或是弦波的輸出。 不過递归滤波器不一定都有無窮脈衝響應,像有些移動平均的實現方式就會用到递归滤波器,不過仍為有限脈衝響應。 (zh)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 1735759 (xsd:integer)
dbo:wikiPageLength
  • 974 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1051729111 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • 递归滤波器是在信號處理中的一種濾波器,用其中一個或多個輸出信號為其輸入。這種濾波器一般會產生無窮長度的脈衝響應(一般稱為無限脈衝響應,簡稱IIR),其特點是指數成長、指數衰減或是弦波的輸出。 不過递归滤波器不一定都有無窮脈衝響應,像有些移動平均的實現方式就會用到递归滤波器,不過仍為有限脈衝響應。 (zh)
  • In signal processing, a recursive filter is a type of filter which re-uses one or more of its outputs as an input. This feedback typically results in an unending impulse response (commonly referred to as infinite impulse response (IIR)), characterised by either exponentially growing, decaying, or sinusoidal signal output components. However, a recursive filter does not always have an infinite impulse response. Some implementations of moving average filter are recursive filters but with a finite impulse response. Non-recursive Filter Example:y[n] = 0.5x[n − 1] + 0.5x[n]. (en)
  • Рекурси́вний фільтр, IIR-фільтр (англ. Infinite impulse response) — фільтр, у якого розрахунок поточного значення вихідної величини залежить не тільки від дійсного і попередніх (N-1) значень вхідної величини, але також і від N попередніх значень вихідної величини. (uk)
rdfs:label
  • Recursive filter (en)
  • 递归滤波器 (zh)
  • Рекурсивний фільтр (uk)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License