Google グループは Usenet の新規の投稿と購読のサポートを終了しました。過去のコンテンツは引き続き閲覧できます。
Dismiss

Antenna

閲覧: 1,729 回
最初の未読メッセージにスキップ

Shastri

未読、
2005/01/03 17:37:442005/01/03
To:
HI everyone,
I was trying to build an antenna in C++. I don't know
where to start. can anyone help me?? if there is some code that would
be even better. I don't care about the type of antenna as long as it
communicates.
THanks
Shastri

Phlip

未読、
2005/01/03 23:54:442005/01/03
To:
Shastri wrote:

> I was trying to build an antenna in C++. I don't know
> where to start. can anyone help me?? if there is some code that would
> be even better. I don't care about the type of antenna as long as it
> communicates.

Antennae are hardware. C++ is software. You have an insurmountable problem
with the fundamental nature of your toolset.

But it might be possible...

--
Phlip
http://industrialxp.org/community/bin/view/Main/TestFirstUserInterfaces


Robert Klemme

未読、
2005/01/04 11:15:242005/01/04
To:

"Phlip" <phli...@yahoo.com> schrieb im Newsbeitrag
news:okpCd.4288$Vj3...@newssvr17.news.prodigy.com...

> Shastri wrote:
>
>> I was trying to build an antenna in C++. I don't know
>> where to start. can anyone help me?? if there is some code that would
>> be even better. I don't care about the type of antenna as long as it
>> communicates.
>
> Antennae are hardware. C++ is software. You have an insurmountable problem
> with the fundamental nature of your toolset.
>
> But it might be possible...

A German computer magazine posted a software solution that could turn the
mouse chord into a radio antenna once.**

Regards

robert


** It was in an April issue...


:-)

Shastri

未読、
2005/01/05 16:12:542005/01/05
To:
Hello,
I know its not trivial. But what i wanted to do is create a
class in C++ named antenna. I would treat that as an object and write
the functionality to it. Is there any way that it could communicate??
Thanks for the earlier reply
Shastri

CTGuy67

未読、
2005/01/25 15:30:092005/01/25
To:
Maybe you should try to build a VB dish with Java coax you'll get more
channels...I did!

humm...@gmail.com

未読、
2005/01/25 15:35:362005/01/25
To:

YES! Excellent solution.

For added functionality you can use ASP.TIVO to inherit specific
programming to disk. That way you won't lose data while flushing the
thread, or dumping the stack.

CTGuy67

未読、
2005/01/25 16:11:052005/01/25
To:
Have they released ASP.TIVO.NET as a webservice yet?

Shawn

未読、
2005/01/25 17:08:512005/01/25
To:
http://vito.sfarkas.net/TiVo/NowPlaying is running as an ASP.Net 1.1
HttpHandler communicating with TiVo 7.1 :-)

HateKick

未読、
2005/01/25 18:02:032005/01/25
To:

You can do that in HTML. Why use C++ for that?

メッセージは削除されました

i8246i

未読、
2005/01/26 18:32:402005/01/26
To:

Are you confusing hardware with software? Or are you attempting to
make a virtual sketch of an antenna?

topmind

未読、
2005/01/26 20:25:512005/01/26
To:
>> I was trying to build an antenna in C++.
>> I don't know where to start.

> Antennae are hardware. C++ is software. You


> have an insurmountable problem
> with the fundamental nature of your toolset.

I know the feeling. I tried to build a girlfriend
once using Pascal :-)

-T-

Robert C. Martin

未読、
2005/01/27 9:03:342005/01/27
To:
On 5 Jan 2005 13:12:54 -0800, "Shastri" <sas...@gmail.com> wrote:

>Hello,
>I know its not trivial. But what i wanted to do is create a
>class in C++ named antenna. I would treat that as an object and write
>the functionality to it. Is there any way that it could communicate??
>Thanks for the earlier reply

If you created a mathematical model of the geometry and
electromagnetic properties of the antenna; and a mathematical model of
the electromagnetic environment that the antenna was in, then you
could subdivide space into a set of tiny three dimensional cubes and
apply Maxwell's laws in each cube. (This is called Finite Element
Analysis, or "Meshing"). In each cube (or finite element) you could
calculate how the electromagnetic environment in that cube induced
currents in the antenna in that cube.

There's probably more to it than this; but it's a way to start. I
suppose there are books on the topic of Finite Element Analysis.


-----
Robert C. Martin (Uncle Bob) | email: uncl...@objectmentor.com
Object Mentor Inc. | blog: www.butunclebob.com
The Agile Transition Experts | web: www.objectmentor.com
800-338-6716


"The aim of science is not to open the door to infinite wisdom,
but to set a limit to infinite error."
-- Bertolt Brecht, Life of Galileo

rgonzale

未読、
2005/01/27 10:04:142005/01/27
To:
So in summary, you could certainly make a working antenna in C++, and
use it to listen to radio stations. The only hitch is that these radio
stations would have to be software models, "broadcasting" in the same
software simulation of the electromagnetic environment around Earth.
Since you'd have to supply the music for these stations yourself, you
may as well bypass the whole thing and just listen to your iPod
directly.

jac...@gmail.com

未読、
2005/01/28 16:48:092005/01/28
To:
o.()

Shastri: That isn't possible. Is this a joke?

a...@deydas.com

未読、
2005/01/30 12:57:582005/01/30
To:
Is this somewhere near: http://www.codeproject.com/system/winradio.asp.
You got to have some form of hardware to receive the signal I guess.
-Abhishek.
http://deydas.com/

aro...@gmail.com

未読、
2005/01/31 19:46:222005/01/31
To:
int main( int argc, char **argv )
{
const int STRONG_ENOUGH = 1000000;
int signal = 0;
while( signal < STRONG_ENOUGH )
{
signal++;
}

return 0;
}

SamuraiCat

未読、
2005/02/03 11:11:022005/02/03
To:

Robert C. Martin wrote:
> On 5 Jan 2005 13:12:54 -0800, "Shastri" <sas...@gmail.com> wrote:
>
> If you created a mathematical model of the geometry and
> electromagnetic properties of the antenna;
>
> There's probably more to it than this; but it's a way to start. I
> suppose there are books on the topic of Finite Element Analysis.
>

I can do this in 3 easy steps....
A) Google on antenna builders (not end sales, though you might have to
find an point of sale location to get a brand name and track back from
there)
B) Contact service/support, request Azimuth/Elevation db/range tables
to evaluate if the antenna will work for you application...
C) load and use the data in table lookups in C/C++ use interpolation
between points... name the routine that looks up the information
"piecewise linear approximation" to make it sound more complicated than
it is....

Just me,
Jeff

新着メール 0 件