photo

Dianxin


University of Edinburgh

Last seen: 7개월 전 2020년부터 활동

Followers: 0   Following: 0

메시지

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

통계

All
MATLAB Answers

5 질문
4 답변

File Exchange

7 파일

순위
22,512
of 300,364

평판
2

참여
5 질문
4 답변

답변 채택
40.0%

획득한 표
1

순위
17,005 of 20,934

평판
5

평균 평점
0.00

참여
7 파일

다운로드 수
17

ALL TIME 다운로드 수
54

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

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

배지 보기

Feeds

보기 기준

제출됨


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

7개월 전 | 다운로드 수: 4 |

0.0 / 5

제출됨


Interpolation-ResNet
Invited paper for WSA 2021

7개월 전 | 다운로드 수: 1 |

0.0 / 5

제출됨


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

7개월 전 | 다운로드 수: 3 |

0.0 / 5

제출됨


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

7개월 전 | 다운로드 수: 3 |

0.0 / 5

제출됨


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

7개월 전 | 다운로드 수: 2 |

0.0 / 5

제출됨


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

7개월 전 | 다운로드 수: 1 |

0.0 / 5

제출됨


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

7개월 전 | 다운로드 수: 3 |

0.0 / 5

질문


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

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

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

4년 초과 전 | 0

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
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...

4년 초과 전 | 1

답변 있음
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 ...

4년 초과 전 | 0

답변 있음
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...

4년 초과 전 | 0

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

5년 초과 전 | 답변 수: 1 | 0

1

답변