photo

Namnendra


Last seen: 17 days 前 自 2022 起处于活动状态

Followers: 0   Following: 0

Programming Languages:
C++
Spoken Languages:
English

统计学

  • 6 Month Streak
  • Knowledgeable Level 4
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Hi, I am calculating ground motion duration based on threshold level and it is frequency dependent. I roughly developed a code but don't understand what will be filter order?
Hi, Your code attempts to calculate frequency-dependent ground motion duration using Ormsby bandpass filters, which is an appro...

17 days 前 | 0

已回答
I wanted to know if in NR PUSCH Scheduling (Matlab 2021a and 2022a), if the CQI is the same for all time instance for all UEs or it should change.
Hi, In NR (New Radio) PUSCH (Physical Uplink Shared Channel) scheduling, the CQI (Channel Quality Indicator) is a measure of th...

21 days 前 | 0

已回答
calling cvx function in c++ by using matlab library compiler, but i met some problem with the global variable global cvx___,can anyone help me?
Hi, When using the MATLAB Compiler to call MATLAB functions from C++, certain global variables and states may not be preserved ...

21 days 前 | 0

已回答
Show/hide subsystem in simulink explorer
Hi, To hide Simscape subsystems in the Mechanics Explorer when they are not enabled, you can use a combination of masking and b...

23 days 前 | 0

已回答
SIL test harness creation error
Hi, When you encounter the error message "Configuring a subsystem as an AUTOSAR SW-Component is not supported," it indicates th...

23 days 前 | 0

已回答
2020b/bin/maci64/MATLAB cannot run:No Info.plist file in application bundle or no NSPrincipalClass in the Info.plist file
Hi, To run MATLAB scripts from the terminal on a Mac, especially with a version like R2020b on an M2 Mac, you might encounter s...

28 days 前 | 0

已回答
How to use 13 bandpass Ormsby filter for seismic signal with their integration of 13 bandpass and plot 13 acceleration and 13 integrations in a page?
Hi, To process a seismic signal using 13 bandpass Ormsby filters, you'll need to create a workflow that applies these filters t...

28 days 前 | 0

已回答
Project - Energy consumtion meter
Hi, Creating a Simulink model to simulate energy consumption and indicate it using LEDs can help you understand both energy mon...

28 days 前 | 0

已回答
Internal error while generating code from Simulink
Hi, The error you encountered during code generation from Simulink indicates an internal issue with the code generation process...

28 days 前 | 0

已回答
Generating UMI or TDL-A communication channel impulse response
Hi, To generate and extract the complex channel taps for a multipath channel using MATLAB, you can use the 5G Toolbox functions...

29 days 前 | 0

| 已接受

已回答
Matlab is fault in ubuntu
Hi, The error log you provided indicates several issues that may be causing MATLAB to crash on your Ubuntu system. Here are som...

29 days 前 | 0

已回答
How to generate data traffic and voice traffic in MATLAB?
Hi, To generate and classify data and voice traffic in MATLAB, you can simulate both non-real-time (NRT) and real-time (RT) tra...

1 month 前 | 0

已回答
When training reinforcement Learning toolbox, how can we transfer EpisodeQ0 into Simulink in real time
Hi, To transfer the `EpisodeQ0` value from a reinforcement learning (RL) agent to Simulink in real-time, you can use a combinat...

1 month 前 | 0

已回答
How I can do multipacket transmission using CAN transmit block
Hi, To transmit more than 8 bytes of data using a single CAN frame ID, you can implement a multipacket transmission strategy. T...

1 month 前 | 0

已回答
Matpower study not converging
Hi, When working with MATPOWER and setting up your power system case file (such as `case9.m`), there are several common issues ...

1 month 前 | 0

已回答
changing TrackLogicState manually while running the tracker and making the tracker use manually changed values
Hi, To manually change the `TrackLogicState` values in a `trackerGNN` object while running a SORT example in MATLAB, you will n...

1 month 前 | 0

已回答
Help me! Thank you! After I installed Spreadsheet Link, EXCEL 2019 reported the issue of VB.
Hi, The issue you're experiencing with Visual Basic in Excel after installing "Spreadsheet Link" for MATLAB is not uncommon. Sp...

1 month 前 | 0

已回答
I am working on project of iot communication in 6g based on onion routing framework and blockchain but unable to find codes for onion routing framework in matlab? Can some one
Hi Mohit, Implementing a project on "Blockchain and AI-based Secure Onion Routing Framework for Data Dissemination in IoT Envir...

1 month 前 | 0

已回答
HDL Workflow Advisor Generate Software Interface : Failed Dot indexing is not supported for variables of this type
Hi, When you encounter an error like "Dot indexing is not supported for variables of this type" in MATLAB, it usually indicates...

1 month 前 | 0

已回答
How to Specify Specific Buses to Generate a Report On
Hi, When working with Simulink models that contain numerous internal and external buses, you can customize the generation of bu...

1 month 前 | 0

已回答
How to use matlab to bind the signal and junction generated by the hdmap library
Hi, To dynamically control traffic signals at specific intersections using the HDMap library in MATLAB, you'll want to integrat...

1 month 前 | 0

已回答
How to create inverse 2D-LUT
Hi, Creating inverse lookup tables (LUTs) from existing 2D LUTs can be challenging, especially if the original LUTs are not bij...

1 month 前 | 0

已回答
F28335 ADC didn't work for MATLAB/Simulink R2022b
Hi, When working with the TMS320F28335 board and encountering issues with the ADC block in MATLAB/Simulink, there are several s...

1 month 前 | 0

已回答
Explains the operational flow of building the code and by what mechanism the built files are run
Hi, Building code in MATLAB and running the generated files involves several steps, particularly when you're creating standalon...

1 month 前 | 0

已回答
Matlab reinforcement learning training visual interface does not seem to converge, this is why? The training interface is shown below. Thank you for your answer.
Hi, When training reinforcement learning (RL) models in MATLAB, the convergence of the training process can be influenced by se...

1 month 前 | 0

已回答
Problem in Matlab example Motion-Based Multiple Object Tracking
Hi Alex, When working with a Kalman filter, especially in the context of motion-based multiple object tracking, the parameters ...

1 month 前 | 0

已回答
Deflection simply supported tapered beam
Hi, To calculate the deflection of a simply supported tapered beam under a uniform transverse load in MATLAB, you can follow a ...

2 months 前 | 1

| 已接受

已回答
Using exportNetworkToTensorFlow breaks while generating h5 file
Hi, The error you're encountering when using `exportNetworkToTensorFlow` in MATLAB suggests there might be an issue with writin...

2 months 前 | 0

已回答
How to draw ROC curve for Equal Error Rate (FAR vs FRR)
Hi Syed, In MATLAB, while the `perfcurve` function is primarily designed to plot the ROC curve in terms of False Positive Rate ...

2 months 前 | 0

| 已接受

已回答
Calling fortran executable file from matlab is much slower
Hi, When you observe a significant difference in execution speed between running a Fortran executable directly from the command...

2 months 前 | 0

加载更多