社区Profile

照片

Chaitanya Mallela

数学工作

Last seen: 5 months ago|自2020年以来活跃

我是Mathworks的应用程序支金宝app持工程师。我的责任是为ML,信号处理和通信,图像处理等应用程序提供最佳支持。金宝app
免责声明:这里的任何文章/想法/意见都是我自己的,绝不反映数学工程的文章/观点。

统计数据

  • Knowledgeable Level 3
  • 6个月连胜
  • 复兴级别3
  • Knowledgeable Level 2
  • 第一个答案

View badges

内容提要

View by

回答
Solve a symbolic equation in more than one variables
如果您不希望M在分母中,请尝试给出M的非零值,因为MENOMINATOR中存在m,它不能...

1年前|0

回答
Unable to find an PDE equation
创建具有空间和时间作为自变量的符号函数C。使用DIFF函数表示PDE并使用DSOLVE ...

1年前|0

回答
LTE中的子载波分配
Refer to this documentation here for Resource Grid Indexing.

1年前|0

回答
FMU import under Simulink extras is missing. Any ideas?
Importing FMUs into Simulink for simulation is supported from R2017b version. Install the latest MATLAB version to get the FMU b...

1年前|0

回答
simulink not loading whenever tried to open
请参阅社区中类似的答案链接。

1年前|0

回答
DSOLVE在尝试在循环中使用它时会出现错误
Change the while loop condition in the code.

1年前|0

回答
如何解决涉及时间和空间的ODES系统?
Create symbolic functions y1, y2, y3 with space and time as independent variables. Use diff function to represent ODE(s) and ...

1年前|0

回答
SNR (theory), signal noise
Refer the documentation here to know about the snr function. The SNR ratio of this function is representated in dBc or dB. More ...

1年前|0

回答
how can I represent a MATLAB signal in Microsoft excel?
使用函数WriteMatrix将数据存储在Excel文件中。有关更多信息,请在此处参考文档。

1年前|0

回答
以表格式存储数据
使用表函数将数据存储在表格式中。有关更多信息,请在此处参考文档。

1年前|0

回答
如何更改符号函数的显示格式?
您可以通过设置符号首选项来尝试代码。SYMS X;sympref(“ floatingPointOutput”,true);y =(13500*x^(1229/500))/1 ...

1年前|0

|accepted

回答
How do I create a series of variables (V0, V1, ...Vn) which act as independent variables in conjunction with a series of sums?
Fittype函数接受字符数组作为输入参数,但符号函数给出了符号变量。将fittype应用于...

1年前|0

|accepted

回答
Cannot re-open Simulink model containing Drive Cycle Source
我将问题带到了我们的开发人员的注意事项。他们将进一步调查此事。

1年前|1

回答
我如何模拟MATLAB中的802.15.7可见光通信
您可以参考此文档链接以模拟CSMA/CA Mac。

1年前|0

回答
为什么我不能下载我的MATLAB,而是说SSL同行关闭不正确?
我建议您浏览此链接以获取安装中的连接错误。如果您仍然面临此问题,那么您就会...

1年前|0

回答
将自由空间路径损失应用于信号
您可以使用如果signal_loss_fsp电压信号signal_loss_fsp = signal_tx_in * 10^(-fspl(L,lambda)/20); as signal loss ...

1年前|0

回答
the results from one timestep feed into the subsequent timestep?
您可以在Simulink中的MATLAB功能块中实现此方程,并以DCS(t)输出为M ...的反馈输入给出DCS(T)输出。金宝app

1年前|0

回答
Simulink timeseries output size differences
This comes to the aspect that the input signals here are treated as a 2-D scalar (Dimension: [1x1]) at each time step, instead o...

1年前|0

|accepted

回答
Possible bug/limitation in hilbert() implementation?
我将问题带到了我们的开发人员的注意事项。他们将进一步调查此事。

1年前|1

|accepted

回答
Xilinx Zynq平台HW金宝appSETUP错误的嵌入式编码器支持软件包HWSETUP错误
A pre-requisite to implement this example is Communications Toolbox Support Package for Xilinx Zynq-Based Radio. Also refer to t...

1年前|0

回答
Are there any limitations when converting EEG CSV to WAV?
当要编写的音频数据不在有效范围内时,数据剪辑就会发生。参考文档li ...

1年前|0

|accepted

回答
MatLab deleting itself after installation
I suggest you to explore installation help to check with the steps. In case you still face this issue then you can create a serv...

1年前|0

回答
用于模拟随机(动态)微网格中负载频率控制的基本纸
随机(动态)微电网中的负载频率控制是MATLAB Cent上的MATLAB文件交换中的几个提交之一...

1年前|0

回答
how to use findpeaks in fft (with for,if,else)
You can try findpeaks function with Name Value pairs such as 'MinPeaksHeight', 'MinPeakDistance' and 'NPeaks' Refer the docume...

1年前|0

回答
金宝appsimulink编译找不到字符串。
you can specify the C header file for simulation in the Simulation Target pane of the Model Configuration Parameters dialog box...

1年前|0

回答
Simulink时钟块连续输出之间的差异不是固定的仿真步骤金宝app
请参阅固定步骤求解器的文档https://www.tatmou.com/help/simulink/gui/fixed-step-size-fund金宝appamental-sample-t ...

1年前|0

回答
How to make 1-D Look-Up Table block run repeatedly
您可以在启用重置端口的1-D查找表块之前使用计数器块。当计数达到最大值时,重置端口为...

1年前|0

回答
5g NR PBCH DMRS & SSS channel estimatiom
Hi Chanuk, You can use edit option in the MATLAB command window to know more about the functionality of 'nrChannelEstimate' fu...

1年前|0

回答
Error in simulink, the upper bound is not specified
您必须在端口和数据管理器中的大小列中指定数值上行,以使Simulink实现一个变量大小...金宝app

1年前|0

回答
通过计时器函数导出范围数据变量到MATLAB工作区的问题
要将计算的变量导出到工作区中,请考虑将输出从SIM函数返回到MATLAB W ...

1年前|0

装载更多