photo

ad lyn


Last seen: 3 days 前 自 2021 起处于活动状态

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English

统计学

MATLAB Answers

16 个提问
2 个回答

排名
35,800
of 300,763

声誉
1

贡献数
16 个提问
2 个回答

回答接受率
68.75%

收到投票数
1

排名
 of 21,082

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,923

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • First Answer

查看徽章

Feeds

排序方式:

提问


how the strong correlation of the speech signal make the acoustic echon cancellation difficult?
how the strong correlation of the speech signal make the acoustic echon cancellation difficult?

3 days 前 | 0 个回答 | 0

0

个回答

提问


Unable to perform assignment because the left and right sides have a different number of elements.
clear all close all clc t=[0:0.5:20]; ip=zeros(12,22) q=0.25; Vp=0.25; p0=0.25; S=0.25; alpha=0.25; d=0.25; dabs=0.2...

3 years 前 | 1 个回答 | 0

1

个回答

提问


how to code i included in A
how to code " i included in A"

3 years 前 | 1 个回答 | 0

1

个回答

提问


how to plot this programme
njmp1 = 50000; njmp2 =60000; njmp3= 70000; fc1=1;fc2=3; fcx=2; for i = 1:20 %-------------------------------------...

4 years 前 | 1 个回答 | 0

1

个回答

提问


sort the values in a vector h(n)
with : h(n)=[0.00275644015144904,0.00355792817060437,-0.002423581...

4 years 前 | 1 个回答 | 0

1

个回答

提问


we assume that vectors X(k)are independent and identically distributed (i.i.d.).what's does it mean?
we assume that the input is a white Gaussian noise (WGN) signal and vectors are independent and identically distributed (i.i.d....

4 years 前 | 1 个回答 | 0

1

个回答

提问


what does format short in a matlab code do??
Format short

4 years 前 | 1 个回答 | 0

1

个回答

提问


error calculation window meaning ?
what does error calculation window means??

4 years 前 | 1 个回答 | 0

1

个回答

0

个回答

1

个回答

0

个回答

提问


what does the expression " if ( ) && ( ) " do
if (i>=njmp1) && (i<=njmp2) fcs(i)=a*i+b; elseif (i>njmp2) ...

4 years 前 | 2 个回答 | 0

2

个回答

提问


what does the "oldx =[x(n);oldx(1:256)]" in the following programm do?
fid = fopen('bbg1AR20.sig', 'r'); x = fread(fid,'int16') oldx = zeros(256,1); for n = 1: 256000 oldx =[x(n);oldx(1:255)]; ...

4 years 前 | 2 个回答 | 0

2

个回答

提问


how to repeat a loop until a condition is met than draw histogramm
what i want is to generate 2 uniforms randoms numbers 'u1' and 'u2' and evaluate the magnetude of the 2 nummbers .if the magnetu...

4 years 前 | 2 个回答 | 0

2

个回答

已回答
draw histogramm of X(i)
actually this the ziggurat method programm for generating gaussians randoms numbers.and what's i'm trying to do is to draw the h...

4 years 前 | 0

| 已接受

提问


draw histogramm of X(i)
v=9.91256303526217e-3; x(1)=3.442619855899; x(128)=0; for i=2:128 a(i)=exp(-0.5*x(i-1)^2)+(v/x(i-1)); x(i)=sqrt(-2*...

4 years 前 | 2 个回答 | 0

2

个回答

提问


problem in command window : "Subscript indices must either be real positive integers or logicals"
how do i resolve this?? function [ x] = zignrinv(c ) v=9.91256303526217e-3; r=3.442619855899; x(0)=(v/(nrmlpdf( r ))); x...

4 years 前 | 1 个回答 | 0

1

个回答

已回答
How to convert a code from C language to Matlab?
please i need to convert this c code to matlab . { #region Consts /// <summary> /// Num...

4 years 前 | 0