Dianxin - MATLAB Central
photo

Dianxin


University of Edinburgh

Last seen: ongeveer een maand ago Active since 2020

Followers: 0   Following: 0

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

Statistics

All
MATLAB AnswersFile ExchangeZoom OutFrom 07/20 to 05/25Use left and right arrows to move selectionFrom 07/20Use left and right arrows to move left selectionTo 05/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

5 Questions
4 Answers

File Exchange

7 Files

RANK
22.298
of 298.615

REPUTATION
2

CONTRIBUTIONS
5 Questions
4 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
1

RANK
17.997 of 20.624

REPUTATION
2

AVERAGE RATING
0.00

CONTRIBUTIONS
7 Files

DOWNLOADS
26

ALL TIME DOWNLOADS
26

RANK

of 161.826

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Submitted


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

ongeveer een maand ago | 4 downloads |

0.0 / 5

Submitted


Interpolation-ResNet
Invited paper for WSA 2021

ongeveer een maand ago | 2 downloads |

0.0 / 5

Submitted


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

ongeveer een maand ago | 3 downloads |

0.0 / 5

Submitted


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

ongeveer een maand ago | 4 downloads |

0.0 / 5

Submitted


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

ongeveer een maand ago | 5 downloads |

0.0 / 5

Submitted


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

ongeveer een maand ago | 4 downloads |

0.0 / 5

Submitted


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

ongeveer een maand ago | 4 downloads |

0.0 / 5

Question


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

bijna 4 jaar ago | 0 answers | 0

0

answers

Question


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

bijna 4 jaar ago | 1 answer | 0

1

answer

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

ongeveer 4 jaar ago | 0

Question


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

ongeveer 4 jaar ago | 1 answer | 0

1

answer

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

ongeveer 4 jaar ago | 1

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

ongeveer 4 jaar ago | 0

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

ongeveer 4 jaar ago | 0

Question


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

ongeveer 4 jaar ago | 1 answer | 0

1

answer

Question


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

bijna 5 jaar ago | 1 answer | 0

1

answer