photo

Felipe neut


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

5 个提问
0 个回答

ThingSpeak

1 公开的 个频道

排名
38,818
of 300,399

声誉
1

贡献数
5 个提问
0 个回答

回答接受率
60.0%

收到投票数
1

排名
 of 20,952

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,598

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
1 公开的 个频道

平均
30

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

频道


Temperatura DHT11

7 years 前

提问


"Attempt to execute SCRIPT fft2 as a function" Don't know how to solve this mistake. fft2 is a function of matlab. Thanks!
clc;clear; datos = imread('/users/Desktop/arroz.png'); U = im2double(datos); [N,M] = size(datos); P = 2*N; Q = ...

9 years 前 | 1 个回答 | 1

1

个回答

提问


Hi! Any ideas how I could write the sinc interpolation using this formula? Thanks!!
<</matlabcentral/answers/uploaded_files/62869/Captura%20de%20pantalla%202016-11-09%20a%20las%203.28.44.png>> The samples f(t_...

9 years 前 | 0 个回答 | 0

0

个回答

提问


Hi. I have a problem with the convolution (in black) that I don't know how to fix. The convolution is ok, but it should be transferred 5 units do the left (y+5). what could I do? Thanks!
%convolution u = [0.2, 0.4, 0.6, 0.8, 1, 0.8, 0.6, 0.4, 0.2]; n = 0:1:8; v = [2,0,0,0,0,1,0,0,0,0,-1,0,0,0,0]; n2=...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Hi! I need to use this code of fxquant, but I cant' do it. What I want to do is to reduce the signal sawtooth using fxquant with 2 bits, RMODE: 'round' and LMODE:'sat'. The idea is to graph the original signal vs the quantized one. Thanks!
%signal sawtooth t=-10:0.01:50; width=0.10; f_sierra=sawtooth(2*pi*0.1*t,width); function X = fxquant( s, bit, rmode, lmod...

9 years 前 | 0 个回答 | 0

0

个回答

提问


Hi! Can you guys help mi with this code? The error is "Undefined function 'plus' for input arguments of type 'function_handle'."
clc; clear; rect = @(n) rectangularPulse(-0.5,0.5,n); sum = 0; for i=0:7 a = @(n) (rect((n-19*i)/7)); ...

9 years 前 | 2 个回答 | 0

2

个回答