統計
MATLAB Answers
0 質問
17 回答
ランク
of 170,858
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
Is it possible to perform real-time low-pass filtering on the data received from the USRP X310 in Matlab
You could consider implementing the low pass filter on the FPGA of the USRP. Take a look at this documentation page to get start...
Is it possible to perform real-time low-pass filtering on the data received from the USRP X310 in Matlab
You could consider implementing the low pass filter on the FPGA of the USRP. Take a look at this documentation page to get start...
13日 前 | 0
回答済み
Does MATLAB automatically include antenna gain in phased.Radiator/phased.Transmitter
Hi Muhammad, You may need to share more details about your models for your question to be answered most effectively. Using the...
Does MATLAB automatically include antenna gain in phased.Radiator/phased.Transmitter
Hi Muhammad, You may need to share more details about your models for your question to be answered most effectively. Using the...
24日 前 | 0
回答済み
Can someone help me with performing range fft on FMCW Radar ADC data?
The Radar Toolbox has a few examples that you can look at to help you process this radar data. Your processing will probably con...
Can someone help me with performing range fft on FMCW Radar ADC data?
The Radar Toolbox has a few examples that you can look at to help you process this radar data. Your processing will probably con...
5ヶ月 前 | 1
回答済み
How to use phased.MUSICEstimator with the miniDSP UMA-16????
Hi Ron, I have a couple of things to point out that may be helpful for you. I took a quick look at the device that you are usi...
How to use phased.MUSICEstimator with the miniDSP UMA-16????
Hi Ron, I have a couple of things to point out that may be helpful for you. I took a quick look at the device that you are usi...
5ヶ月 前 | 0
回答済み
How to modify this code from MATHWORKS website?
Hello Basmah, There are a couple of things that you will need to change in order to get this example working with the phase cod...
How to modify this code from MATHWORKS website?
Hello Basmah, There are a couple of things that you will need to change in order to get this example working with the phase cod...
1年以上 前 | 0
回答済み
Interpolating Phased Array Toolbox patterns
Another thing to consider is that pattern also accepts optional azimuth and elevation angle input arguments: Plot array pattern...
Interpolating Phased Array Toolbox patterns
Another thing to consider is that pattern also accepts optional azimuth and elevation angle input arguments: Plot array pattern...
1年以上 前 | 1
回答済み
How can I develop a matlab code that used to fine the phase profile of a Reconfigurable intelligent surface? with contains a beamforming algorithm to locate the received wave
Take a look at this documentation page regarding simulating a RIS in Matlab: Introduction to Reconfigurable Intelligent Surface...
How can I develop a matlab code that used to fine the phase profile of a Reconfigurable intelligent surface? with contains a beamforming algorithm to locate the received wave
Take a look at this documentation page regarding simulating a RIS in Matlab: Introduction to Reconfigurable Intelligent Surface...
1年以上 前 | 0
回答済み
How can I implement phased.freespace channel model outside matlab with moving target?
In addition to implementing this yourself, you could consider generating C/C++ code to deploy onto a real time system. All of th...
How can I implement phased.freespace channel model outside matlab with moving target?
In addition to implementing this yourself, you could consider generating C/C++ code to deploy onto a real time system. All of th...
1年以上 前 | 0
回答済み
Steer different subarrays in different directions or phase for constructive interference of beams from each subarray
Hello, I recommend you take a look at the ReplicatedSubarray object: Phased array formed by replicated subarrays - MATLAB (math...
Steer different subarrays in different directions or phase for constructive interference of beams from each subarray
Hello, I recommend you take a look at the ReplicatedSubarray object: Phased array formed by replicated subarrays - MATLAB (math...
2年弱 前 | 0
回答済み
FMCW radar range estimation differences between phased.RangeResponse and fft
The main reason why you are see differences is because of the "RangeWindow" being set to Hann in the RangeResponse but not apply...
FMCW radar range estimation differences between phased.RangeResponse and fft
The main reason why you are see differences is because of the "RangeWindow" being set to Hann in the RangeResponse but not apply...
2年弱 前 | 0
| 採用済み
回答済み
How to modify FPGA-Based Beamforming in Simulink: Algorithm Design
Hello, As far as changing the example to work with 5 elements, it looks like the data for the example gets initialized in a c...
How to modify FPGA-Based Beamforming in Simulink: Algorithm Design
Hello, As far as changing the example to work with 5 elements, it looks like the data for the example gets initialized in a c...
2年弱 前 | 0
| 採用済み
回答済み
How to use MVDREstimator2D with real acoustic signals received by rectangle Microphone array ?
Hello, I am not sure what your final goal is with this analysis, because you are using the MVDREstimator2D, I assume that you w...
How to use MVDREstimator2D with real acoustic signals received by rectangle Microphone array ?
Hello, I am not sure what your final goal is with this analysis, because you are using the MVDREstimator2D, I assume that you w...
2年弱 前 | 0
| 採用済み
回答済み
Up Conversion and Down Conversion in Phased Array Toolbox
Hi Waseem, you just need to input your baseband signal to the radiator object. If you look at the phased.Radiator object, you w...
Up Conversion and Down Conversion in Phased Array Toolbox
Hi Waseem, you just need to input your baseband signal to the radiator object. If you look at the phased.Radiator object, you w...
2年弱 前 | 0
| 採用済み
回答済み
want to create phased array antenna as shown in picture
You can use a phased.ConformalArray to represent an array with arbitrary element positioning - https://www.mathworks.com/help/ph...
want to create phased array antenna as shown in picture
You can use a phased.ConformalArray to represent an array with arbitrary element positioning - https://www.mathworks.com/help/ph...
約2年 前 | 0
回答済み
How to apply MVDR to real signal?
Hi Marko, It looks like the simulation code that you posted is assuming that the input to the WidebandCollector is modulated, b...
How to apply MVDR to real signal?
Hi Marko, It looks like the simulation code that you posted is assuming that the input to the WidebandCollector is modulated, b...
約2年 前 | 0
回答済み
why am i getting the complex values after applying the phased.Freespace object to the rectangular waveform ouput
Hi Ijjada, To answer your questions: 1) You can use the phased.Collector to measure the phase of a signal in each antenna in a...
why am i getting the complex values after applying the phased.Freespace object to the rectangular waveform ouput
Hi Ijjada, To answer your questions: 1) You can use the phased.Collector to measure the phase of a signal in each antenna in a...
約2年 前 | 0
回答済み
What are the transmission side beamformer objects, that can be used for transmission side weights calculation and signal determination ?
Hi Rochelle, I would recommend taking a look at this documentation page: https://www.mathworks.com/help/phased/beamforming.htm...
What are the transmission side beamformer objects, that can be used for transmission side weights calculation and signal determination ?
Hi Rochelle, I would recommend taking a look at this documentation page: https://www.mathworks.com/help/phased/beamforming.htm...
約2年 前 | 0
| 採用済み


