Click here to Skip to main content
15,896,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How do I implement Rayleigh,Erlang,Impulse noise with c# language
I search in google a lot,but I could not find any sample code.
please help me
Thanks
Posted

1 solution

The same way you do with any other project:
1) Specify exactly what you want to produce
2) Design the system to implement the specification
3) Code the software to implement the design
4) Test the code against the specification
5) Repeat from 1, 2, 3 until the software passes.

"How do I implement" does not mean getting exact software source from somebody else...
 
Share this answer
 
Comments
Member 10532249 1-May-14 12:14pm    
I want source code about Rayleigh,Erlang,Impulse noise with c# language
please help me
OriginalGriff 1-May-14 13:54pm    
What have *you* tried?
Where are *you* stuck?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900