photo

hafis radzi


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
294,080
of 300,292

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 20,908

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,999

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


how to find max value in a range?
hello guys, i need some help.i need to find the max value in range 0.4-10.

6 years 前 | 0 个回答 | 0

0

个回答

提问


how to compare the SNR filtered and original signal?
Hello guys,i need a some help.i am doing a singnal filtering processing.already got the result.but how to compare them based on ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


how to adjust the conv filtered data same like origanal data?
hello guys,i need some help.how to change the no of data on array?for exp the orginal data have 2500 in one array and the filter...

6 years 前 | 1 个回答 | 0

1

个回答

提问


how to get the x-axis filtering same to the noisy?
cut_off=1.5e3/Fs/2; order=16; h=fir1(order,cut_off); fh=fft(h,nfft2); fh=fh(1:nfft2/2); plot(xfft,abs(fh/max(fh))); ylabel...

6 years 前 | 0 个回答 | 0

0

个回答

提问


how to calculate SNR?
HELLO,i had some question.i have do some some filtering FFT using a matlab program.but,i need to compared the original signal,no...

6 years 前 | 1 个回答 | 0

1

个回答

提问


FFT filtering noise?
Why I did I get a final signal like the first signal after denoising?? filename = 'koo.CSV'; M = csvread(filename); x=M(:,3);...

6 years 前 | 0 个回答 | 0

0

个回答

提问


How to inverse this function IFFT?
Z = fft(Y); P2 = abs(Z/L); P1 = P2(1:L/2+1); P1(2:end-1) = 2*P1(2:end-1); subplot(3,2,3) plot(f,P1) title('FFT filter sig...

6 years 前 | 0 个回答 | 0

0

个回答

提问


how to insert rand noise for this?
filename = 'hafis.CSV'; M = csvread(filename); N=100; x=M(:,3); Y=M(:,4); N=100; subplot(2,2,1) plot (x,Y,'linewidth',2) ...

6 years 前 | 1 个回答 | 0

1

个回答