photo

Dianxin


University of Edinburgh

Last seen: 7 mesi fa Attivo dal 2020

Followers: 0   Following: 0

Messaggio

Programming Languages:
Python, MATLAB
Spoken Languages:
English, Chinese

Statistica

All
MATLAB Answers

5 Domande
4 Risposte

File Exchange

7 File

RANK
22.304
of 300.369

REPUTAZIONE
2

CONTRIBUTI
5 Domande
4 Risposte

ACCETTAZIONE DELLE RISPOSTE
40.0%

VOTI RICEVUTI
1

RANK
17.012 of 20.936

REPUTAZIONE
5

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
7 File

DOWNLOAD
17

ALL TIME DOWNLOAD
54

RANK

of 168.436

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Personal Best Downloads Level 1
  • GitHub Submissions Level 3
  • First Submission
  • Thankful Level 2
  • Thankful Level 1
  • First Answer
  • First Review

Visualizza badge

Feeds

Visto da

Inviato


Channel-Estimation
Simulates an FBMC and OFDM transmission over a doubly-selective channel. Allows to reproduce all figures from "Doubly-Selective ...

7 mesi fa | 4 download |

0.0 / 5

Inviato


Interpolation-ResNet
Invited paper for WSA 2021

7 mesi fa | 1 download |

0.0 / 5

Inviato


ICC_2023
Code for Achieving Robust Generalization for Wireless Channel Estimation Neural Networks by Designed Training Data

7 mesi fa | 3 download |

0.0 / 5

Inviato


Signal_detection_OFDMPowerofDNN
MATLAB demonstration for the paper 'Power of Deep Learning for Channel Estimation and Signal Detection in OFDM Systems'

7 mesi fa | 3 download |

0.0 / 5

Inviato


Channelformer
Code for Channelformer: Attention based Neural Solution for Wireless Channel Estimation and Effective Online Training

7 mesi fa | 2 download |

0.0 / 5

Inviato


OWC-Channels
The optical wireless channel used in the paper of "Robust Channel Estimation for Optical Wireless Communications Using Neural Ne...

7 mesi fa | 1 download |

0.0 / 5

Inviato


Attention_Based_Neural_Networks_for_Wireless_Channel_Estimat
Code for the paper Attention Based Neural Networks for Wireless Channel Estimation HA02

7 mesi fa | 3 download |

0.0 / 5

Domanda


How to recover the WINNER2 channel perfectly
How to recover the WINNER2 channel perfectly? So I think question would be how to access channel gain of the channel or how rege...

oltre 4 anni fa | 0 risposte | 0

0

risposte

Domanda


FLOPs of DAG neural network
Hi, everyone. Is there any way to measure the FLOPs or computational complexity of DAG neural network or functions? I tried to s...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Risposto
Error using dlfeval when custom training
The potential answer could be, do not specific the dimension labels when you do minibatch. Concretely, mbqTrain = minibatchque...

oltre 4 anni fa | 0

Domanda


Error using dlfeval when custom training
Hi, when I was doing custom training for the model there was an error of Error using dlfeval (line 43) One input argument can...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Risposto
How to manually modify weights in a SeriesNetwork?
You can covert the trained NN to an object and it is a possible way, which I had test for it. modify_able_NN = NN.saveobj; % C...

oltre 4 anni fa | 1

Risposto
How to manually change pre-trained CNN's (AlexNet) weights?
You can convert the DAG net to an object and then change that object with is a structure, then load that back. It is a possible ...

oltre 4 anni fa | 0

Risposto
MATLAB 2021a Memory bug
I solved that. I installed 2021a for the third time and at this time I clicked yes for sending experience or report to MATLAB fo...

oltre 4 anni fa | 0

Domanda


MATLAB 2021a Memory bug
Hi, even I did not run any script, the memory usage of MATLAB 2021a, still increasing until 100%, which is definitely a bug, I h...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Input Data format in deep learning
Hi, I just want to set a feature vector (size is 256 * 1) as the input of DNN, which kind of layer should I use? I saw there a...

oltre 5 anni fa | 1 risposta | 0

1

risposta