How can I classify two different types of radar modulation from images obtained in the time-frequency analysis?

3 次查看(过去 30 天)
Hello, as in the example in "Radar Waveform Classification Using Deep Learning," I need to classify two forms of radar modulation under study. These waveforms do not fit into the FMCW, BARKER, RECT, FRANK, COSTAS and LFM image library. Note that the picture that I saved (.png) has different modulation between them and the conventional ones. I would like to classify them into two distinct categories, with an acceptable percentage, type A or B. In the example in "Radar Waveform Classification Using Deep Learning," I saw that it was possible to classify 3 different types of modulations (RECT LFM, BARKER), and I would like to do the same for these two waveforms that I am studying. The data matrix (image) of the time-frequency analysis that I am doing with STFT has 801 (bins frequency) x 1207 (time resolution). I did not use the Wigner-Ville due to the high computational cost, and as the modulations are very different, the time-frequency resolution of the STFT is sufficient. How could I succeed in this study? Could you help me please? I'm starting to study this part of Machine Learning, and I saw that this toolbox and your help are directly linked to my final goal. Thank you very much
image from modulation type 1
image from modulation type 2

采纳的回答

Bjorn Gustavsson
Bjorn Gustavsson 2022-4-21
The second modulation is obviously a chirp. How can I be so sure? Well I cannot because there is no way I can distinguish a point-object accelerating away from the radar during one pulse and a stationary point-object scattering back a chirped radar-pulse (You haven't even put labels on the figures so there is no way anyone can say what they represent...). You can try to de-chirp those signals as best you can.
  5 个评论
Bjorn Gustavsson
Bjorn Gustavsson 2022-4-28
Then you should be able to simply reproduce the entire process of the training/learning of the network but with your responses as input instead of the inputs used in the example, but you will most likely have to make a modified version of the function: helperGenerateCommsWaveforms to also produce your novel radar-pulses.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Radar and EW Systems 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by