Rules | Recent posts | topic RSS | Search | Register  | Log in

which is best programming language for electronic engineer
Goto page Previous  1, 2
 
Post new topic  Reply to topic    EDAboard.com Forum Index -> General
Author Message
zio_nneo



Joined: 03 Jun 2007
Posts: 191
Helped: 2


Post04 Jul 2008 7:57   which is best programming language for electronic engineer
Report this post to the moderators of this forum

Thanks for giving the comment regarding my queries. Is it possible to simulate the project like GSM and CDMA related in C/C++......like multipath fading , channel allocation .....mobile fading system...frequency planning.??????

Report msg +5pts

Back to top
Tamasco



Joined: 27 Jun 2006
Posts: 167
Helped: 11


Post05 Jul 2008 18:36   Re: which is best programming language for electronic engine
Report this post to the moderators of this forum

p.mlo wrote:
C once again becouse:
- it's universal 40 ore more platforms that can manage with C applications
- open source tools like DevCpp
- it's easier to migrate to C++ and them maby study writing in .NET
- most producers gives C examples for microcontrollers

You can use C in Simulink from Matlab as an M-File and build own block's.


+ C is able to perform low level system manupulation, yet it's very powerful.
C is more stable than most of the other languages out there.

Report msg +5pts

Back to top
kekon



Joined: 19 Sep 2002
Posts: 103
Helped: 1
Location: Poland, Białystok


Post06 Jul 2008 10:32   Re: which is best programming language for electronic engine
Report this post to the moderators of this forum

There is one thing however, that brings some confusion. There are many C compilers for a given microcontroller. If one writes software in certain compiler it will not be compiled without errors in another one. For example if you write sofware in "Ride" environment in will crash in "CrossWorks". Is such case, many modifications are needed in your software. It makes me furious. That's why i think we cannot say that C language is fully portable.

Report msg +5pts

Back to top
boseji



Joined: 02 Jul 2007
Posts: 29
Helped: 3


Post10 Jul 2008 16:33   which is best programming language for electronic engineer
Report this post to the moderators of this forum

Hello,

I respect all out C/C++ fans. But let me tell you on system side if you want to do some simple things C takes a far longer time to do it.
Eg: I want to Scan a data file for a string of bytes
In C: 102 lines (No comments)
In Python: 18 Lines (No comments & Win32)

I want to write a program to prepare a coded message from a set of predefined events & Sinus Function values.
In C: 140 Lines
In Python: 26 Lines

So you can see that we surely have all Power full C but in some case its a overkill. So when you want things to be dome quick or have lower learning curve try out Python.
After all Honeywell & NASA believe in its Power.

Best of Lick !!

Report msg +5pts

Back to top
kekon



Joined: 19 Sep 2002
Posts: 103
Helped: 1
Location: Poland, Białystok


Post10 Jul 2008 17:07   Re: which is best programming language for electronic engine
Report this post to the moderators of this forum

Quote:
I want to write a program to prepare a coded message from a set of predefined events & Sinus Function values.
In C: 140 Lines
In Python: 26 Lines


Yes, but "shorter code" doesn't always mean "faster code".
If you put code generated by Python in any popular microcontroller it may turn out that code generated by C compiler would be faster despite more lines of code used. The similar situation happens when someone writes code in assembly and in C: code written in assembly occupies much more lines of code but it's faster.

Report msg +5pts

Back to top
boseji



Joined: 02 Jul 2007
Posts: 29
Helped: 3


Post10 Jul 2008 17:30   which is best programming language for electronic engineer
Report this post to the moderators of this forum

Hello,

I hope the author of this forum want to know about System Side language and not Micro side.

Let me know.

Report msg +5pts

Back to top
shekar_vlsi



Joined: 19 Aug 2005
Posts: 40


Post11 Jul 2008 21:00   Re: which is best programming language for electronic engine
Report this post to the moderators of this forum

I feel it depends on the application/system that we will be designing.

Report msg +5pts

Back to top
zollder



Joined: 08 Jul 2008
Posts: 20
Helped: 2


Post15 Jul 2008 4:26   Re: which is best programming language for electronic engine
Report this post to the moderators of this forum

Definitely C++ and verilog

Report msg +5pts

Back to top
chandregowda



Joined: 07 Jul 2008
Posts: 153
Helped: 9
Location: Bengaluru/Bangalore, India


Post15 Jul 2008 5:39   Re: which is best programming language for electronic engine
Report this post to the moderators of this forum

hi,
C with MATLAB and VHDL, also need ALPs

Report msg +5pts

Back to top
John_OR



Joined: 19 Jul 2008
Posts: 46
Helped: 5


Post20 Jul 2008 18:31   which is best programming language for electronic engineer
Report this post to the moderators of this forum

Obviously it is C

Report msg +5pts

Back to top
yurio2



Joined: 28 Jul 2008
Posts: 1


Post28 Jul 2008 18:20   Re: which is best programming language for electronic engine
Report this post to the moderators of this forum

best combination for electronic design:
- verilog
- perl

Report msg +5pts

Back to top
zio_nneo



Joined: 03 Jun 2007
Posts: 191
Helped: 2


Post08 Aug 2008 16:15   which is best programming language for electronic engineer
Report this post to the moderators of this forum

I am asking for the programming langauge that support the wireless communication simulation( Except matlab). Is C++ is good enough for the wireless communcation simulation ?????

Report msg +5pts

Back to top
lafushta



Joined: 11 Aug 2008
Posts: 5
Location: Bed


Post11 Aug 2008 7:13   Re: which is best programming language for electronic engine
Report this post to the moderators of this forum

body language! and cyberrat! you are funny eh? F U!

Report msg +5pts

Back to top
madicalphy



Joined: 22 Jul 2007
Posts: 35
Helped: 3


Post11 Aug 2008 10:50   Re: which is best programming language for electronic engine
Report this post to the moderators of this forum

c/c++ is the best for learning and advanced projects as well.

i m send you a book, read it, this is a short but comprhensive course for programming in c.

Added after 2 minutes:

c/c++ is the best for learning and advanced projects as well.

i m send you a book, read it, this is a short but comprhensive course for programming in c.

http://cslibrary.stanford.edu/101/EssentialC.pdf

Report msg +5pts

Back to top
lafushta



Joined: 11 Aug 2008
Posts: 5
Location: Bed


Post11 Aug 2008 10:54   which is best programming language for electronic engineer
Report this post to the moderators of this forum

hey guys Very Happy wat's up? the best language is body language!

Report msg +5pts

Back to top
madicalphy



Joined: 22 Jul 2007
Posts: 35
Helped: 3


Post11 Aug 2008 11:00   Re: which is best programming language for electronic engine
Report this post to the moderators of this forum

is it joking forum, or helping and technical ???

Report msg +5pts

Back to top
lafushta



Joined: 11 Aug 2008
Posts: 5
Location: Bed


Post11 Aug 2008 13:34   Re: which is best programming language for electronic engine
Report this post to the moderators of this forum

I am telling you again body language Very HappyVery HappyVery HappyVery Happy

Added after 1 minutes:

it is joking and technical both! you want technical? ok fine!!!! I show you techniques you haven't even dreamed about!!! F U! Very Happy

Report msg +5pts

Back to top
Post new topic  Reply to topic    EDAboard.com Forum Index -> General
Page 2 of 2 All times are GMT + 1 Hour
Goto page Previous  1, 2


Abuse
Administrator
Moderators
topic RSS 
sitemap