Click here to Skip to main content
15,916,091 members
Home / Discussions / C#
   

C#

 
AnswerRe: Accessing ACPI Thermal Zone from C# Pin
Hessam Jalali24-Aug-07 1:10
Hessam Jalali24-Aug-07 1:10 
GeneralRe: Accessing ACPI Thermal Zone from C# Pin
Tim Wuytens24-Aug-07 1:57
Tim Wuytens24-Aug-07 1:57 
GeneralRe: Accessing ACPI Thermal Zone from C# Pin
DaveKolb15-Feb-10 17:19
DaveKolb15-Feb-10 17:19 
Questionsource code to eliminate power line noise frm ECG signal Pin
ashwiny24-Aug-07 0:01
ashwiny24-Aug-07 0:01 
AnswerRe: source code to eliminate power line noise frm ECG signal Pin
ashwiny24-Aug-07 0:33
ashwiny24-Aug-07 0:33 
GeneralRe: source code to eliminate power line noise frm ECG signal Pin
ekynox24-Aug-07 22:44
ekynox24-Aug-07 22:44 
GeneralRe: source code to eliminate power line noise frm ECG signal Pin
ashwiny25-Aug-07 1:47
ashwiny25-Aug-07 1:47 
GeneralRe: source code to eliminate power line noise frm ECG signal Pin
ekynox25-Aug-07 18:46
ekynox25-Aug-07 18:46 
I assume you are doing a paper in digital signal processing then doing it without matlab is a crime. Matlab offers you a much better environment for signal processing algorithm development and analysis then C would.

Try this link for info on notch filter design for removal of a 50hz signal using matlab.
http://www.dsprelated.com/showmessage/57537/1.php

Asking someone to give you source code on forums wont make you magically complete your project therefore you need to start reading some IEEE papers on the adapative digital notch filter and figure out how to implement it. That's where the power matlab comes into play, it has built in routines to allow you to do the mathematical aspects of filter design alot easily. Personally, I think your lecturer suggesting to do it in C doesnt really understand the concept of prototyping all too well. The issue is that if you do it in C you will have to do all the mathematics all over again whereas in matlab most of the mathematics are standard routines which you call to make your algorithm work.

Learning Matlab is worth while because the concepts of DSP is alot easily explained and learned through matlab then any other platform.

Good luck
GeneralRe: source code to eliminate power line noise frm ECG signal Pin
ashwiny21-Sep-07 7:30
ashwiny21-Sep-07 7:30 
GeneralRe: source code to eliminate power line noise frm ECG signal Pin
ekynox22-Sep-07 18:05
ekynox22-Sep-07 18:05 
QuestionHelp needed in DataGridView Pin
Exelioindia23-Aug-07 23:28
Exelioindia23-Aug-07 23:28 
AnswerRe: Help needed in DataGridView Pin
Rocky#24-Aug-07 0:09
Rocky#24-Aug-07 0:09 
AnswerRe: Help needed in DataGridView Pin
Alaric_24-Aug-07 3:50
professionalAlaric_24-Aug-07 3:50 
QuestionFast possiblity to send data from Server to Client Pin
hansipet23-Aug-07 21:43
hansipet23-Aug-07 21:43 
AnswerRe: Fast possiblity to send data from Server to Client Pin
hansipet23-Aug-07 21:46
hansipet23-Aug-07 21:46 
AnswerRe: Fast possiblity to send data from Server to Client Pin
Hessam Jalali23-Aug-07 23:40
Hessam Jalali23-Aug-07 23:40 
GeneralRe: Fast possiblity to send data from Server to Client Pin
hansipet24-Aug-07 0:04
hansipet24-Aug-07 0:04 
GeneralRe: Fast possiblity to send data from Server to Client Pin
Hessam Jalali24-Aug-07 0:57
Hessam Jalali24-Aug-07 0:57 
QuestionC# and Windows Visual Style Pin
greekius23-Aug-07 21:35
greekius23-Aug-07 21:35 
AnswerRe: C# and Windows Visual Style Pin
Talal Sultan23-Aug-07 21:55
Talal Sultan23-Aug-07 21:55 
GeneralRe: C# and Windows Visual Style Pin
greekius23-Aug-07 22:28
greekius23-Aug-07 22:28 
GeneralRe: C# and Windows Visual Style Pin
Talal Sultan23-Aug-07 23:19
Talal Sultan23-Aug-07 23:19 
AnswerRe: C# and Windows Visual Style Pin
\laddie23-Aug-07 22:02
\laddie23-Aug-07 22:02 
GeneralRe: C# and Windows Visual Style Pin
Thomas Stockwell25-Aug-07 2:40
professionalThomas Stockwell25-Aug-07 2:40 
GeneralSuggestion for Administrators Pin
Rocky#23-Aug-07 21:33
Rocky#23-Aug-07 21:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.