Click here to Skip to main content
15,921,643 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: pseudorandom number generator algorithm Pin
CPallini15-Sep-08 11:05
mveCPallini15-Sep-08 11:05 
GeneralRe: pseudorandom number generator algorithm Pin
Roger Wright17-Sep-08 22:02
professionalRoger Wright17-Sep-08 22:02 
GeneralRe: pseudorandom number generator algorithm Pin
CPallini17-Sep-08 22:28
mveCPallini17-Sep-08 22:28 
QuestionRe: pseudorandom number generator algorithm Pin
David Crow18-Sep-08 2:38
David Crow18-Sep-08 2:38 
AnswerRe: pseudorandom number generator algorithm Pin
Roger Wright18-Sep-08 19:36
professionalRoger Wright18-Sep-08 19:36 
JokeRe: pseudorandom number generator algorithm Pin
CPallini18-Sep-08 22:06
mveCPallini18-Sep-08 22:06 
GeneralRe: pseudorandom number generator algorithm Pin
Roger Wright19-Sep-08 11:14
professionalRoger Wright19-Sep-08 11:14 
GeneralRe: pseudorandom number generator algorithm Pin
niconicx15-Sep-08 22:53
niconicx15-Sep-08 22:53 
GeneralRe: pseudorandom number generator algorithm Pin
CPallini15-Sep-08 22:59
mveCPallini15-Sep-08 22:59 
GeneralRe: pseudorandom number generator algorithm Pin
Lim Yuxuan16-Sep-08 4:41
Lim Yuxuan16-Sep-08 4:41 
GeneralRe: pseudorandom number generator algorithm Pin
CPallini16-Sep-08 5:29
mveCPallini16-Sep-08 5:29 
GeneralRe: pseudorandom number generator algorithm Pin
niconicx22-Sep-08 23:03
niconicx22-Sep-08 23:03 
Questionwhere to put the responsiblity + Scanner or Parser Pin
Leblanc Meneses13-Sep-08 6:54
Leblanc Meneses13-Sep-08 6:54 
AnswerRe: where to put the responsiblity + Scanner or Parser Pin
Robert.C.Cartaino13-Sep-08 9:15
Robert.C.Cartaino13-Sep-08 9:15 
GeneralRe: where to put the responsiblity + Scanner or Parser Pin
Leblanc Meneses13-Sep-08 9:52
Leblanc Meneses13-Sep-08 9:52 
QuestionHello I have a question. Pin
Dale Keller12-Sep-08 16:22
Dale Keller12-Sep-08 16:22 
AnswerRe: Hello I have a question. Pin
Roger Wright12-Sep-08 21:57
professionalRoger Wright12-Sep-08 21:57 
AnswerRe: Hello I have a question. Pin
CPallini13-Sep-08 1:02
mveCPallini13-Sep-08 1:02 
AnswerRe: Hello I have a question. Pin
Paul Conrad13-Sep-08 5:39
professionalPaul Conrad13-Sep-08 5:39 
AnswerRe: Hello I have a question. Pin
Alan Balkany15-Sep-08 3:23
Alan Balkany15-Sep-08 3:23 
QuestionDetecting Analog (A/D) Pulses using Software Pin
JohnnyG12-Sep-08 2:57
JohnnyG12-Sep-08 2:57 
AnswerRe: Detecting Analog (A/D) Pulses using Software Pin
Tim Craig12-Sep-08 10:08
Tim Craig12-Sep-08 10:08 
GeneralRe: Detecting Analog (A/D) Pulses using Software Pin
JohnnyG13-Sep-08 0:30
JohnnyG13-Sep-08 0:30 
AnswerRe: Detecting Analog (A/D) Pulses using Software Pin
cp987612-Sep-08 18:10
cp987612-Sep-08 18:10 
GeneralRe: Detecting Analog (A/D) Pulses using Software Pin
JohnnyG13-Sep-08 0:27
JohnnyG13-Sep-08 0:27 
I'm sorry if I wasn't clear, I've written so much each time I just tried to abbreviate it. No, I'm receiving beacon radar reply pulses from aircraft transponders. Additionally, though beacon radar transmits (interrogates) then turns off the transmitter and turns on the receiver, I am not an integral part of the radar system, primary (search) or secondary (beacon). So, they are not reflections that I am processing as in a primary radar, but responses or replies to interrogations to a secondary radar system.

I am not connected to the radar system and am simply receiving beacon radar replies, considered the downlink, from aircraft. The possibility exists that the system could be adapted to listen to the uplink (the radar transmitting interrogations) and if we did, that would simplify my processing significantly especially for Mode S data since the plane being interrogated would have its unique ID as part of the message and I would know what plane would be responding even if the receipt envelope was slightly corrupted. However, the added cost and development time makes it highly unlikely that this will be done.

Besides MODE-S data there can be Air Traffic Control Radar Beacon System (ATCRBS) replies (the older system prior to Mode-S which mostly general aviation uses except that Mode-S equipped aircraft will respond to ATCRBS interrogations) and finally there are ADS-B replies. All of these replies can be interleaved or overlapped.

Though, I am not totally familiar with all of the noise filtering methods, I have played around with them using D-Plot on the data and have used Least Means Squared, cubic spline, and others and have found while they do have some positive effect, the effect is not better than simply averaging or even decimating the samples. The other methods seem to smooth the data but don't reduce the noise level at the floor or suppress noise spikes. And the tried methods have very little effect on the noise levels on our legacy receiver. A new receiver has been designed and from what I'm told, requires more amplification, shoots up the leading edge much faster but has much more noise. Thus each receiver is different and the design will change.

Keep in mind that I am only over there for a short period of time on loan and that ideally, most of this would have been done in hardware, but there are other considerations as well such as cost. What they have now works for Mode S data using a very simple method, but they don't process anything else and they have problems processing overlapped pulse trains especially at low signal levels because of noise.

Right now, I am looking into the peak fitting suggestion above and its going slow but I will post back my final progress later.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.