Programming Languages:
MATLAB
Spoken Languages:
English
Professional Interests:
Deep Learning Toolbox, Beamforming and Direction of Arrival Estimation
MATLAB
Spoken Languages:
English
Professional Interests:
Deep Learning Toolbox, Beamforming and Direction of Arrival Estimation
Feeds
提问
The signal generated by the chirp function has amplitude values that are not 1 in some parts of its time-domain diagram
N=800; t2 = 0:1/100e6:(N-1)/100e6; s3 = chirp(t2,0,t2(end),35e6); plot(t2,real(s3)); The signal generated by the chirp fun...
12 months 前 | 1 个回答 | 0
1
个回答提问
The commonly used chirp signal in papers is a complex signal. What formula is used to generate the real signal for the chirp() function in Matlab?
In most academic papers, the formula for the linear chirp signal used is shown in the figure below. It is obvious that this is a...
12 months 前 | 1 个回答 | 0
1
个回答提问
Why is the result matrix “rho” of function corr (A, B) not a symmetric matrix?
When I was browsing the ‘corr’ function examples provided on the official website, I found that the matrix rho in the result o...
12 months 前 | 2 个回答 | 0
2
个回答提问
MATLAB Deep Learning Toolbox cannot fully utilize all the GPU memory.
I am using the MATLAB Deep Learning Toolbox to train my CNN. I have four Tesla K80 GPUs, but when I enable parallel training of ...
1 year 前 | 1 个回答 | 0
1
个回答提问
Unable to generate chirp signal in wireless waveform generator app
It seems that there is no option to generate linear frequency modulation signals (i.e. chirp signals) in the MATLAB wireless wav...
1 year 前 | 1 个回答 | 0
1
个回答提问
change matlab linear index to numpy.
I have a three-dimensional matrix X with dimensions 16 x 10 x 1200. The original program used for i = 3876:10000 M...
1 year 前 | 1 个回答 | 0
1
个回答提问
Installing cvx (Linux version)on MATLAB online encountered an error
When I want to install the CVX linux version software package on the Matlab online to run my Matlab program.I upload the instal...
1 year 前 | 1 个回答 | 0
1
个回答提问
git ssh error: failed to start SSH session: Failed getting banner
I used the source code management function of MATLAB 2022, and when I followed the documentation prompts on the official website...
1 year 前 | 1 个回答 | 0
1
个回答提问
Push code error in git :Unable to locate the Git executable
When I try to use git to push code to the github repository in matlab, a window pops up asking me to enter my account and pass...
2 years 前 | 1 个回答 | 0
1
个回答提问
How to quickly view the variables in the mat file? My computer is poor, so it is slow to open matlab😭
Because my computer is poor, every time I open matlab, it takes a long time to initialize before I can write code normally. Many...
2 years 前 | 2 个回答 | 0
2
个回答提问
What is the function of this button? Where is the corresponding official document link?
I want to know the function of this button, but I can't find the corresponding official document. Does anyone know the correspon...
2 years 前 | 1 个回答 | 0