Community Profile

photo

ABTJ


Last seen: 3일 전 2018년부터 활동

통계

  • Thankful Level 4

배지 보기

Content Feed

보기 기준

질문


Can we automatically/directly convert simulink block diagram(simulink model) into MATLAB code ?
Can we automatically/directly convert simulink block diagram(simulink model) into MATLAB code ? As we have options for C/C++ cod...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Can we use "dfilt.cascade" for mix of fir and iir filters?
There is MATLAB command "dfilt.cascade" that is used for series connection of filters My question is that can we use this com...

거의 3년 전 | 답변 수: 0 | 0

0

답변

질문


Non uniform quantization block in simulink?
Is there non uniform quantization block available in any version of simulink? I have tried to find in version 2013 but couldn...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


Conversion of .slx file to .mdl format?
I am right now using MATLAB 2011 ,but i have a simulink file,sampling.slx(link given below)that i am unable to open,can some one...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


Implementing factored form in MATLAB?
I have a z transform in rational form as shown in attached photo and i want to convert it into factored form How can i impleme...

대략 3년 전 | 답변 수: 0 | 0

0

답변

질문


MATLAB "conv"command valid/legal for both causal and non causal signals?
Can we use the built in MATLAB command "conv" for both causal and non causal signals?

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


How to plot quantized signal in MATLAB?
During the process of analog to digital conversion Some time it is needed to plot quantized signal Which command(s) can be u...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


What are symbolic variables in MATLAB? How they are different from normally used variables?
What are symbolic variables in MATLAB?Are they data type or class? Following are Links of mathworks pages for MATLAB classes an...

대략 3년 전 | 답변 수: 2 | 0

2

답변

질문


Queries regarding PID Tuner app?
I have two queries regarding PID Tuner app 1)What is the purpose of highlighted controls in PID Tuner app? 2)Can't we change...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


why my “pid” parameters(Kp,Ki and Kd) values are not showing up in pidtuner tool?
I am trying to implement PID controller in matlab,but pid parameters(Kp=350,Ki=300 and Kd=50) values are not showing up in my pi...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


What is meant by double here ?? is it data type
I was running a script but when i get out put , i see "double " written in my matrix, i have highlighted in attached snapshot M...

3년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to implement plagiarism check in Matlab?
I am teaching DSP Lab using Matlab Now campus is closed due to covid and online exam will be conducted Is there any ways in Ma...

3년 초과 전 | 답변 수: 2 | 0

2

답변

질문


unable to find c6000 processor dsp kit support in matlab?
I am using matlab15 and i want to use my matlab especially simulink with c6000 dsp processors but as shown in attached photo i a...

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


confusion regarding matlab command "fir1"
What is the meaning & signficance/benefit of using higlighted arguments like"DC-0" or "DC-1" as 3rd argument in fir1 command?

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


stop band ripples vs stop band attenuation?
What is difference between stop band ripples and stop band attenuation?Please show/explain with matlab plot

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Confusion implementing chebyshev type 2 band pass filter in matlab
I want to implement chebyshev type 2 band pass filter in matlab;actually i am not getting band pass oytput,output looks like low...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Plotting response of multiple filters in single figure of freqz/freqs and fvtool ?
https://www.mathworks.com/matlabcentral/answers/73580-how-to-plot-multiple-bode-plots-in-one-figure The above link discusses ...

3년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How i can get rid of this error?
In m-file, % Settings for Spectrum Scope, replace old value by these one span = 9*F; span1 = 9*F;

3년 초과 전 | 0

| 수락됨

질문


What is this issue "persistent memory:False" ??
I am trying to use matlab command dfilt.df1, and when i run my script , i get error shown in attached snapshot My code: clc ...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


What is meant by a "toolbox" in matlab?
What is meant by "toolbox" in matlab?for example such as signal processing toolbox and image processing toolbox Is it only comb...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


What is wrong with my code ,why i am getting exactly same output and plot for spline and cubic?
I am trying to write a code for reconstruction of signal in matlab using interpolation technique but i am getting same output/pl...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How i can get rid of this error?
I have downloaded a file from following fex link https://www.mathworks.com/matlabcentral/fileexchange/61097-sampling-and-recons...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


confusion regarding interp1 command?
I am trying to watch difference between cubic interpolation and spline interpolation using matlab plot but i am getting same plo...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


cubic interpolation vs spline interpolation vs cubic spline interpolation?
What is difference between these 3 types of interpolation, cubic interpolation spline interpolation cubic spline interpolatio...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Matlab command for plotting complex number?
What is the command that can be used to plot whole/full complex number with one plot command? plot(real(x) and plot(imag(x) ...

거의 4년 전 | 답변 수: 2 | 0

2

답변

질문


Unable to "Matlab" for zero order hold interpolation?
I am using Matlab to perform different types of interpolation of DSP. https://www.mathworks.com/help/matlab/ref/interp1.html ...

거의 4년 전 | 답변 수: 0 | 0

0

답변

질문


Use of ":"operator in matlab?
Let say i have a matrix; x=[2 3;4 5] % 2 rows 2 columns then i enter command , x(:)=[2;3;4;5] % 4 rows 1 column What is h...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Linear convolution vs circular convolution?
What is difference between these two types of convolution? fast convolution is applicable to both these types?

거의 4년 전 | 답변 수: 0 | 0

0

답변

질문


Radix2 fft vs radix 4 fft?
What is difference between radix 2 fft and radix 4 fft?

거의 4년 전 | 답변 수: 0 | 0

0

답변

질문


digitrevorder vs bitrevorder?
Apparently both commands are doing same job of reversing input but what is difference between both?especially in regards to appl...

거의 4년 전 | 답변 수: 1 | 0

1

답변

더 보기