01-06-2010 11:08 AM
01-06-2010 11:13 AM
please define "hopping sequence".
Taking a guess...
Search on State Diagram on this site for something that may help.
Ben
01-06-2010 11:35 AM
01-07-2010
11:06 AM
- last edited on
03-25-2024
02:55 PM
by
Content Cleaner
schizo2,
What hardware are you using to acquire this sequence? I understand you are using LabVIEW but do you have any additional toolkits like the Modulation Toolkit or Spectral Measurements Toolkit. Have you seen any of these articles: Frequency Hopping/Sweeping, Discussion forum on Bluetooth?
01-07-2010 11:11 AM
01-08-2010 03:36 PM
Regards,
Dan King
01-09-2010 12:20 PM
Hello Dan,
Well i have implemented the frequency hopping in SIMULINK. i created a logic and implemented easily in the simulink. Here the frequency base is 5.7khz and the frequency jumps after every 512 hz.i have used NCO aslo called DDFS to generate frequencies. the frequency hopping block is created by using Pn sequence and converting the binary no to intergers then multiplying the integer with the jump which is equal to 512 and then added with the base frequency which is 5700.it will give u the next frequency to hop on. for example if we get the interger 3.we multiply it by 512 i.e 3*512 + 5700 =723. so how to implement this logic in labview?
01-11-2010 03:57 PM
The logic to generate your hopping frequency is quite easy in LabVIEW (see picture). I am not sure how you are interfacing with your device however, or what kind of data it takes in so I'm afraid I can't provide any more detail about getting data at this frequency into your device.