From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to use DSSS or FHSS sequencing methods in LabVIEW using modulation pallete

Hi

I would really appreciate it if you give me an example how to use DSSS or FHSS using modulation pallete. I searched for any example or tutorial for spread spectrum techniques but I couldn't find anything useful. even a very basic vi might be really helpful for m

Many thanks

0 Kudos
Message 1 of 17
(6,985 Views)

I would really apperciate any help about how to implement DSSS and FHSS using modulation toolbox

 

0 Kudos
Message 2 of 17
(6,965 Views)

Hello 

In which wireless standard, do you want to implement DSSS? Do you have the LabVIEW Modulation and WLAN toolkits? You can download these to evaluate the software from https://lumen.ni.com/nicif/us/evaltlktsigproc/content.xhtml  and   https://lumen.ni.com/nicif/us/evalwlan/content.xhtml

 

Regards

 

William A
National Instruments UK
0 Kudos
Message 3 of 17
(6,955 Views)

Hi William

I have the modulation toolkit and I want to use DSSS and FHSS with PSK and FSK modulation and demodulation blocks in a noisy channel. I don't use any special standard but I might try it in Wifi and Zegbee in future but the most important thing right now is how to use FHSS and DSSS in a chain with modulation and demodulation blocks 

0 Kudos
Message 4 of 17
(6,949 Views)

Hello,

I have not come across any prewritten examples for implementing DSSS. I would recommend you call into the NI office, speak to your sales representative who will be able to arrange for a field engineer to visit you to discuss your exact requirements and develop a P.O.C for you.

 

Regards

William A
National Instruments UK
0 Kudos
Message 5 of 17
(6,936 Views)

Actually, you may find the attached VIs which implements DSSS based on WLAN 802.11 b & g useful. BUt i would strongly recommend arranging a meeting with one of our rf specialists about your application

 

Regards

 

NOTE: you will need the WLAN toolkit to be able to open the VIs. Evaluation copy downloadable from here : https://lumen.ni.com/nicif/us/evalwlan/content.xhtml

William A
National Instruments UK
0 Kudos
Message 6 of 17
(6,934 Views)

Many thanks for the VIs William

I am still struggling and I don't know how to use it.Just one question there is one block in the modulation toolbox called MT Spread Symbols.Can I use this block for DSSS? 

0 Kudos
Message 7 of 17
(6,913 Views)

Hi en99,

 

Yes I believe you can use the MT Spread Symbols VI for DSSS.

 

The detailed help for this VI explains that it:

 

"Performs the DSSS spreading operation given a user-defined spreading code. The spreading code algorithm performs non-return-to-zero (NRZ) encoding of the input bit stream and the spreading code. However, the output is an array of zeros and ones."

 

Hope this helps!

 

Kind regards,

Tori
Student
0 Kudos
Message 8 of 17
(6,889 Views)

Hi en99,

  apologies for a very late reply and I'm sure you've figured this out by now anyway but just in case, here's a quick and dirty example of using dsss with a PN sequence and QPSK.

I'm not re-applying the matched filter here since the de-spread requires a tight alignment to the original timings (if you de-spread the wrong chips then you won't get your symbols out correctly so you do need some level of synchronisation).

Have a play with the Eb/No and the filtering from the front panel - you'll see the un dsss'ed spectrum narrow up as expected with some level of filtering, but the aim of dsss is to spread that out.

 

Hope this is useful.

Thanks

Sacha Emery

ATE Systems Engineer (NIUK)

 

example dsss snippet.png

// it takes almost no time to rate an answer Smiley Wink
Download All
Message 9 of 17
(6,822 Views)

Hi SachaE,

 

I have tried your dsss comparison.vi and I wonder if the spread spectrum (red line) should not it be lower in the amplitude than the direct spectrum (white line)? 

 

dsss.png

0 Kudos
Message 10 of 17
(6,755 Views)