sadsorry
Newbie level 6
- Joined
- Feb 20, 2013
- Messages
- 11
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,347
Hi guys!
I generate PN code
but I don't know what is output of h. Is it CurrentStates or something else? I want to implement PN code for FHSS so I really want to know it.
Thanks
I generate PN code
Code:
h=commsrc.pn('GenPoly',gfprimdf(4),'InitialStates',[0 0 0 1],'CurrentStates',[0 0 0 1],'Mask',[0 0 0 1],'NumBitsOut',1);
Thanks