Namnendra
Followers: 0 Following: 0
C++
Spoken Languages:
English
Statistik
0 Fragen
119 Antworten
RANG
683
of 295.448
REPUTATION
108
BEITRÄGE
0 Fragen
119 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
12
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
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...
19 Tage vor | 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...
23 Tage vor | 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 ...
23 Tage vor | 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...
25 Tage vor | 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...
25 Tage vor | 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...
29 Tage vor | 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...
29 Tage vor | 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...
30 Tage vor | 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...
30 Tage vor | 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...
etwa ein Monat vor | 0
| akzeptiert
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...
etwa ein Monat vor | 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...
etwa ein Monat vor | 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...
etwa ein Monat vor | 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...
etwa ein Monat vor | 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 ...
etwa ein Monat vor | 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...
etwa ein Monat vor | 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...
etwa ein Monat vor | 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...
etwa ein Monat vor | 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...
etwa ein Monat vor | 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...
etwa ein Monat vor | 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...
etwa ein Monat vor | 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...
etwa ein Monat vor | 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...
etwa ein Monat vor | 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...
etwa ein Monat vor | 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...
etwa ein Monat vor | 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 ...
etwa ein Monat vor | 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 Monate vor | 1
| akzeptiert
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 Monate vor | 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 Monate vor | 0
| akzeptiert
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 Monate vor | 0