Looking for a Chirp Function

J

joe

Hello, I need to write a chirp function and was wondering if anyone
has come across some code recently that has implemented a chirp?

Thanks,
joe
 
K

Keith Thompson

Hello, I need to write a chirp function and was wondering if anyone
has come across some code recently that has implemented a chirp?

void chirp(void)
{
printf("Chirp!\n");
}

I seriously doubt that that's what you're lookin for, but I have no
idea what you mean by "chirp". Your question is almost certainly
off-topic here.
 
R

red floyd

Keith said:
void chirp(void)
{
printf("Chirp!\n");
}

I seriously doubt that that's what you're lookin for, but I have no
idea what you mean by "chirp". Your question is almost certainly
off-topic here.

A little birdie told me it was off topic.
 
T

Tom St Denis

joe said:
Hello, I need to write a chirp function and was wondering if anyone
has come across some code recently that has implemented a chirp?

Sounds like a question for comp.dsp

Tom
 
C

CBFalconer

joe said:
Hello, I need to write a chirp function and was wondering if anyone
has come across some code recently that has implemented a chirp?

I have some crickets in the back yard who have.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
474,146
Messages
2,570,831
Members
47,374
Latest member
anuragag27

Latest Threads

Top