Umeshraja
Followers: 0 Following: 0
Feeds
답변 있음
UAV toolobx and UGV
Hi @Rosario, The UAV Toolbox is primarily intended for designing, simulating, testing, and deploying applications related to dr...
UAV toolobx and UGV
Hi @Rosario, The UAV Toolbox is primarily intended for designing, simulating, testing, and deploying applications related to dr...
대략 14시간 전 | 0
| 수락됨
답변 있음
How to plot this kind of figure?
Hi @Gaétan Andriano, I understand that you're looking to illustrate wavelets between two lines that pass through the origin. Th...
How to plot this kind of figure?
Hi @Gaétan Andriano, I understand that you're looking to illustrate wavelets between two lines that pass through the origin. Th...
대략 18시간 전 | 0
| 수락됨
답변 있음
My enemy randomly paths away from player in maze-solving game
Hi @John, I assume that the enemy always take the shortest path and takes moves only one step at a time. The core issue lies in...
My enemy randomly paths away from player in maze-solving game
Hi @John, I assume that the enemy always take the shortest path and takes moves only one step at a time. The core issue lies in...
1일 전 | 0
답변 있음
Combines all the measurements into a single matrix
Hi @Nadia I understand you're looking to combine your measurements into a single matrix. Assuming your input files are text fil...
Combines all the measurements into a single matrix
Hi @Nadia I understand you're looking to combine your measurements into a single matrix. Assuming your input files are text fil...
3일 전 | 0
답변 있음
WLAN Abstracted PHY Simulink Model
Hi @Erkin Amz, I understand you wanted to change some MAC parameters in 'WLANMultiNodeAbstractedPHYModel' simulink example. Her...
WLAN Abstracted PHY Simulink Model
Hi @Erkin Amz, I understand you wanted to change some MAC parameters in 'WLANMultiNodeAbstractedPHYModel' simulink example. Her...
3일 전 | 0
답변 있음
Free Space Optical communication channel model
Hi @Ekata Niraula, As per MATLAB R2024b documentation, there are no built-in function to model Gamma-Gamma(GG) channel. The GG ...
Free Space Optical communication channel model
Hi @Ekata Niraula, As per MATLAB R2024b documentation, there are no built-in function to model Gamma-Gamma(GG) channel. The GG ...
4일 전 | 0
답변 있음
How to open the example in documentation "Architectural 112G PAM4 ADC-Based SerDes Model"?
Hi @sheng chen, To open the documentation example, click "Copy Command" to get the command used to open the example, as shown b...
How to open the example in documentation "Architectural 112G PAM4 ADC-Based SerDes Model"?
Hi @sheng chen, To open the documentation example, click "Copy Command" to get the command used to open the example, as shown b...
4일 전 | 0
답변 있음
Performance of BCH code over AWGN channel
Hi @Muntader Saeed, To get you started on your project, I recommend checking out the following resource to understand Bit Error...
Performance of BCH code over AWGN channel
Hi @Muntader Saeed, To get you started on your project, I recommend checking out the following resource to understand Bit Error...
5일 전 | 0
답변 있음
Simulation of M/G/1 queue model, where M stands for Markovian, G stands for General distribution, and there is a single server
Hi @sidra, You can model a queuing system using SimEvents® , which is particularly useful for simulating discrete-event systems...
Simulation of M/G/1 queue model, where M stands for Markovian, G stands for General distribution, and there is a single server
Hi @sidra, You can model a queuing system using SimEvents® , which is particularly useful for simulating discrete-event systems...
7일 전 | 0
답변 있음
Increasing number of nodes in OFDMA
Hi @Jagrati Kulshrestha, The error you're encountering typically arises when the MCS is set too high. Try reducing the MCS to l...
Increasing number of nodes in OFDMA
Hi @Jagrati Kulshrestha, The error you're encountering typically arises when the MCS is set too high. Try reducing the MCS to l...
8일 전 | 0
답변 있음
Does the IEEE® 802.11a WLAN Physical Layer communication toolbox example have additional documentation?
Hi @Court, According to the MATLAB R2015b documentation, there is only one example that discusses the IEEE 802.11a WLAN Physica...
Does the IEEE® 802.11a WLAN Physical Layer communication toolbox example have additional documentation?
Hi @Court, According to the MATLAB R2015b documentation, there is only one example that discusses the IEEE 802.11a WLAN Physica...
8일 전 | 0
답변 있음
How can I use AWGN Channel Block to specify a SNR respect my signal power?
Hi @Javier Cuadros, I understand you wanted to find Input Signal Power of the IEEE802.11p Waveform. It's important to note that...
How can I use AWGN Channel Block to specify a SNR respect my signal power?
Hi @Javier Cuadros, I understand you wanted to find Input Signal Power of the IEEE802.11p Waveform. It's important to note that...
8일 전 | 0
답변 있음
Change data rates in IEEE® 802.11a WLAN Physical Layer simulink model
Hi @Atreyam Sharma To modify the data rates from 802.11a to 802.11p standards, we need to understand how data rates are calcu...
Change data rates in IEEE® 802.11a WLAN Physical Layer simulink model
Hi @Atreyam Sharma To modify the data rates from 802.11a to 802.11p standards, we need to understand how data rates are calcu...
10일 전 | 0
답변 있음
I would like to know in which paper the numeric parameters in the V2Vchannel.m file are referenced.
Hi @JUN YEON PARK I referenced the paper listed in the bibliography of the example and discovered this PPT presentation through...
I would like to know in which paper the numeric parameters in the V2Vchannel.m file are referenced.
Hi @JUN YEON PARK I referenced the paper listed in the bibliography of the example and discovered this PPT presentation through...
10일 전 | 0
답변 있음
ofdm subcarriers in matlab
Hi @amit barala, I understand you're looking to generate an OFDM signal using MATLAB. To get started, I recommend you to chec...
ofdm subcarriers in matlab
Hi @amit barala, I understand you're looking to generate an OFDM signal using MATLAB. To get started, I recommend you to chec...
11일 전 | 0
문제를 풀었습니다
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
대략 1개월 전
문제를 풀었습니다
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displayed ...
대략 1개월 전
문제를 풀었습니다
Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...
대략 1개월 전
문제를 풀었습니다
Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2 3 3 3 4...
대략 1개월 전
문제를 풀었습니다
Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...
대략 1개월 전
답변 있음
Unable to generate a proper contour plot
Hi @Bamelari Jovani The lines highlighted below are indeed attempting to mask areas outside the fluid domain to prevent plottin...
Unable to generate a proper contour plot
Hi @Bamelari Jovani The lines highlighted below are indeed attempting to mask areas outside the fluid domain to prevent plottin...
대략 1개월 전 | 1
답변 있음
Store image into array for classification training (SOM)
Hi @Justin I understand you're preparing a large dataset of images for training a Self-Organizing Map (SOM) and need to convert...
Store image into array for classification training (SOM)
Hi @Justin I understand you're preparing a large dataset of images for training a Self-Organizing Map (SOM) and need to convert...
대략 1개월 전 | 0
답변 있음
Without entering incident angle signal collection by phased.collector
Hi @Görkem, I understand you're asking about signal collection and direction finding using a Uniform Linear Array (ULA) antenn...
Without entering incident angle signal collection by phased.collector
Hi @Görkem, I understand you're asking about signal collection and direction finding using a Uniform Linear Array (ULA) antenn...
대략 1개월 전 | 0
답변 있음
how can i see final weights in nprtool?
Hi @majeed, To view the final weights and biases of the network trained using the nprtool in MATLAB, you first need to export t...
how can i see final weights in nprtool?
Hi @majeed, To view the final weights and biases of the network trained using the nprtool in MATLAB, you first need to export t...
대략 1개월 전 | 0
답변 있음
How to reconstruct/resample signal into continuous signal
Hi @Andreas, The process of reconstruction is indeed more complex than a simple resampling operation. It is true that a signal...
How to reconstruct/resample signal into continuous signal
Hi @Andreas, The process of reconstruction is indeed more complex than a simple resampling operation. It is true that a signal...
대략 1개월 전 | 0
답변 있음
Why does it give wrong answer?
Hi @Sadiq Akbar, As per latest MATLAB Documentation, the "rootmusicdoa" function is primarily designed for Uniform Linear Array...
Why does it give wrong answer?
Hi @Sadiq Akbar, As per latest MATLAB Documentation, the "rootmusicdoa" function is primarily designed for Uniform Linear Array...
대략 1개월 전 | 0
답변 있음
matlab code for multihop routing in wireless communication.
Hi @Bidyarani, There are several multi hop routing protocols in wireless communication. One such example is the multi-hop LEAC...
matlab code for multihop routing in wireless communication.
Hi @Bidyarani, There are several multi hop routing protocols in wireless communication. One such example is the multi-hop LEAC...
대략 1개월 전 | 0
답변 있음
Gerber File export function on the PCB Antenna Application made all my previously saved work go missing.
Hi @Ana, I understand that you were attempting to export a PCB Antenna design into a Gerber file using the PCB writer, but you...
Gerber File export function on the PCB Antenna Application made all my previously saved work go missing.
Hi @Ana, I understand that you were attempting to export a PCB Antenna design into a Gerber file using the PCB writer, but you...
대략 2개월 전 | 0
답변 있음
How to change nrDLCarrierConfig to FR2?
Hi @Al, To create an 'nrDLCarrierConfig' object for Frequency Range 'FR2', specific constraints apply to the configuration para...
How to change nrDLCarrierConfig to FR2?
Hi @Al, To create an 'nrDLCarrierConfig' object for Frequency Range 'FR2', specific constraints apply to the configuration para...
대략 2개월 전 | 0
답변 있음
How can I do padding in continuous wavelet transform?
Hi @Leila Farahani, To apply various padding methods before performing Continuous Wavelet Transform (CWT) in MATLAB, you can ut...
How can I do padding in continuous wavelet transform?
Hi @Leila Farahani, To apply various padding methods before performing Continuous Wavelet Transform (CWT) in MATLAB, you can ut...
대략 2개월 전 | 0