<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Removing 60Hz from ECG using digital band stop filter</title>
	<atom:link href="http://www.scienceprog.com/removing-60hz-from-ecg-using-digital-band-stop-filter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scienceprog.com/removing-60hz-from-ecg-using-digital-band-stop-filter/</link>
	<description>ScienceProg serves scientific, embedded, biomedical engineering, physics based contents. If you want your article or scientific project to be on this site, do not hesitate to contact and send to scienceprog@gmail.com.</description>
	<pubDate>Fri, 16 May 2008 07:05:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: ashwinss</title>
		<link>http://www.scienceprog.com/removing-60hz-from-ecg-using-digital-band-stop-filter/#comment-18846</link>
		<dc:creator>ashwinss</dc:creator>
		<pubDate>Tue, 13 May 2008 17:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/removing-60hz-from-ecg-using-digital-band-stop-filter/#comment-18846</guid>
		<description>Hi,
I am using digital filters,but since i am new to this concept,i have stuck at one doubt.Please help me out. i am designing a LPF having 6Hz &#38; 30Hz passband &#38; stopband edge freq Also Fs(Sampling) is 512Hz. I have got the filters coefficient by implementing it in matlab but on the site from where i am taking guidance of this topic they have got coeff. in integer forms like


//Lowpass FIR filter coefficients for 17 taps to filter &#62; 30Hz
static const int coeffslp[9] = {
     5225, 5175, 7255, 9453, 11595, 13507, 15016, 15983, 16315 };//
  
I  am not getting that how can we get such a large integer no. as a coeff.Is there any scaling process.
Please guide me about this</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am using digital filters,but since i am new to this concept,i have stuck at one doubt.Please help me out. i am designing a LPF having 6Hz &amp; 30Hz passband &amp; stopband edge freq Also Fs(Sampling) is 512Hz. I have got the filters coefficient by implementing it in matlab but on the site from where i am taking guidance of this topic they have got coeff. in integer forms like</p>
<p>//Lowpass FIR filter coefficients for 17 taps to filter &gt; 30Hz<br />
static const int coeffslp[9] = {<br />
     5225, 5175, 7255, 9453, 11595, 13507, 15016, 15983, 16315 };//</p>
<p>I  am not getting that how can we get such a large integer no. as a coeff.Is there any scaling process.<br />
Please guide me about this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scienceprog</title>
		<link>http://www.scienceprog.com/removing-60hz-from-ecg-using-digital-band-stop-filter/#comment-17625</link>
		<dc:creator>scienceprog</dc:creator>
		<pubDate>Tue, 04 Dec 2007 21:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/removing-60hz-from-ecg-using-digital-band-stop-filter/#comment-17625</guid>
		<description>Probably a mistake, but as ECG signal is low freq, it is even enough of 200Hz sampling freq.</description>
		<content:encoded><![CDATA[<p>Probably a mistake, but as ECG signal is low freq, it is even enough of 200Hz sampling freq.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose</title>
		<link>http://www.scienceprog.com/removing-60hz-from-ecg-using-digital-band-stop-filter/#comment-17621</link>
		<dc:creator>Jose</dc:creator>
		<pubDate>Tue, 04 Dec 2007 17:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/removing-60hz-from-ecg-using-digital-band-stop-filter/#comment-17621</guid>
		<description>The Fs in the zip file is 200, why?</description>
		<content:encoded><![CDATA[<p>The Fs in the zip file is 200, why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashwiny</title>
		<link>http://www.scienceprog.com/removing-60hz-from-ecg-using-digital-band-stop-filter/#comment-13938</link>
		<dc:creator>ashwiny</dc:creator>
		<pubDate>Thu, 23 Aug 2007 08:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/removing-60hz-from-ecg-using-digital-band-stop-filter/#comment-13938</guid>
		<description>hi 
i want to remove 50Hz noise of ECG..please help me where i can find the source code..i prefer c language..please help me..</description>
		<content:encoded><![CDATA[<p>hi<br />
i want to remove 50Hz noise of ECG..please help me where i can find the source code..i prefer c language..please help me..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scienceprog</title>
		<link>http://www.scienceprog.com/removing-60hz-from-ecg-using-digital-band-stop-filter/#comment-9815</link>
		<dc:creator>scienceprog</dc:creator>
		<pubDate>Tue, 20 Feb 2007 12:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/removing-60hz-from-ecg-using-digital-band-stop-filter/#comment-9815</guid>
		<description>Just change 
w0=2*pi*((60)/(fs)); 
to 
w0=2*pi*((50)/(fs)); 
in attached file bellow article. That should help.</description>
		<content:encoded><![CDATA[<p>Just change<br />
w0=2*pi*((60)/(fs));<br />
to<br />
w0=2*pi*((50)/(fs));<br />
in attached file bellow article. That should help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

