photo

Dianxin


University of Edinburgh

Last seen: 7 Monate vor Aktiv seit 2020

Followers: 0   Following: 0

Nachricht

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

Statistik

All
MATLAB Answers

5 Fragen
4 Antworten

File Exchange

7 Dateien

RANG
22.506
of 300.338

REPUTATION
2

BEITRÄGE
5 Fragen
4 Antworten

ANTWORTZUSTIMMUNG
40.0%

ERHALTENE STIMMEN
1

RANG
17.025 of 20.922

REPUTATION
5

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
7 Dateien

DOWNLOADS
16

ALL TIME DOWNLOADS
53

RANG

of 168.149

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


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

7 Monate vor | 4 Downloads |

0.0 / 5

Gesendet


Interpolation-ResNet
Invited paper for WSA 2021

7 Monate vor | 1 Download |

0.0 / 5

Gesendet


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

7 Monate vor | 2 Downloads |

0.0 / 5

Gesendet


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

7 Monate vor | 3 Downloads |

0.0 / 5

Gesendet


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

7 Monate vor | 2 Downloads |

0.0 / 5

Gesendet


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

7 Monate vor | 1 Download |

0.0 / 5

Gesendet


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

7 Monate vor | 3 Downloads |

0.0 / 5

Frage


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...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 4 Jahre vor | 0

Frage


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...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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...

mehr als 4 Jahre vor | 1

Beantwortet
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 ...

mehr als 4 Jahre vor | 0

Beantwortet
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...

mehr als 4 Jahre vor | 0

Frage


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...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort