| Author |
Message |
liletian
Joined: 06 Mar 2008 Posts: 113
|
01 Oct 2008 3:39 how to implement CDMA protocal in ASIC? |
|
|
|
Can anyone give me some help how to implement CDMA protocal in ASIC? how to begin it? Is there a similar tutorial which I can have a look?
Thanks
|
|
| Back to top |
|
 |
cheelgo
Joined: 23 Nov 2004 Posts: 81 Helped: 3
|
01 Oct 2008 16:01 how to implement CDMA protocal in ASIC? |
|
|
|
| this is not simple question, it is kind of big project.
|
|
| Back to top |
|
 |
liletian
Joined: 06 Mar 2008 Posts: 113
|
01 Oct 2008 16:11 Re: how to implement CDMA protocal in ASIC? |
|
|
|
| cheelgo wrote: |
| this is not simple question, it is kind of big project. |
Can you explain more? Where is a good way to begin it? Can you recommend some books or online tutorials?
Thanks aaaaa lot
|
|
| Back to top |
|
 |
wudanyu
Joined: 02 Oct 2008 Posts: 4
|
02 Oct 2008 15:12 Re: how to implement CDMA protocal in ASIC? |
|
|
|
| liletian wrote: |
Can anyone give me some help how to implement CDMA protocal in ASIC? how to begin it? Is there a similar tutorial which I can have a look?
Thanks |
first, you need to understand CDMA communication system, you can try Matlab, agilent ADS, SystemView ...
then, you need a lot of ASIC design knowledge, analog, digtal, RF etc.
It's really a big project!
|
|
| Back to top |
|
 |
liletian
Joined: 06 Mar 2008 Posts: 113
|
02 Oct 2008 15:15 Re: how to implement CDMA protocal in ASIC? |
|
|
|
| wudanyu wrote: |
| liletian wrote: |
Can anyone give me some help how to implement CDMA protocal in ASIC? how to begin it? Is there a similar tutorial which I can have a look?
Thanks |
first, you need to understand CDMA communication system, you can try Matlab, agilent ADS, SystemView ...
Can you explain more on this part?
then, you need a lot of ASIC design knowledge, analog, digtal, RF etc.
I did have knowledge on analog and RF, I am learn digital,
is there some tutorial?
Thanks
It's really a big project! |
|
|
| Back to top |
|
 |
vtmc
Joined: 05 Sep 2008 Posts: 6 Helped: 1
|
02 Oct 2008 20:13 Re: how to implement CDMA protocal in ASIC? |
|
|
|
I'd totally agree with the above, as if you want to implement the whole stuff, then RF, mix-signal, digital and even maybe power has to be concerned.
However, if you are looking forward to implement the digital parts (in my understanding, just deal with digital data in and out), you should first check CDMA protocol and which communication layer it belongs to.
Then, maybe you should go find C code for the protocol, then try implement that into HDL. Building from scratch is very difficult as I believe.
Just some ideas as I havent tried similar projects. Hope to help.
|
|
| Back to top |
|
 |
liletian
Joined: 06 Mar 2008 Posts: 113
|
02 Oct 2008 20:26 Re: how to implement CDMA protocal in ASIC? |
|
|
|
| vtmc wrote: |
I'd totally agree with the above, as if you want to implement the whole stuff, then RF, mix-signal, digital and even maybe power has to be concerned.
However, if you are looking forward to implement the digital parts (in my understanding, just deal with digital data in and out), you should first check CDMA protocol and which communication layer it belongs to.
Then, maybe you should go find C code for the protocol, then try implement that into HDL. Building from scratch is very difficult as I believe.
Just some ideas as I havent tried similar projects. Hope to help. |
This is great comments, where can find the C code for the protocol?
So the steps for the digital part is:
1) use C code to simulate the protocol
Do we actually need a C compiler too?
How about the compiler process?
2) implement C code in verilog
3) how about test and synthesis?
Does anyone have similar experience before?
Thanks
|
|
| Back to top |
|
 |
useless_skew
Joined: 19 Nov 2007 Posts: 49 Helped: 5
|
03 Oct 2008 10:22 Re: how to implement CDMA protocal in ASIC? |
|
|
|
| To being with, try to get the CDMA specification, understand the protocol and get back to the forum after going these things.
|
|
| Back to top |
|
 |