photo

Alber


Last seen: 5年弱 前 2020 年からアクティブ

Followers: 0   Following: 0

Estudiante del Grado de Ingeniería en Tecnologías de la Telecomunicación.

統計

MATLAB Answers

15 質問
0 回答

ランク
31,229
of 300,759

評判
1

コントリビューション
15 質問
0 回答

回答採用率
66.67%

獲得投票数
0

ランク
 of 21,081

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,900

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How to represent a complex function in modulo
Hi, I would like to represent this function where w goes from 0 to 250 kHz and B is 1. My code is as follows: w = [0:1:249]; ...

約5年 前 | 1 件の回答 | 0

1

回答

質問


How can I calculate gray levels?
Black and white TV broadcasts occupied a bandwidth of the image signal of approximately 4.5MHz (without considering the vestigia...

約5年 前 | 0 件の回答 | 0

0

回答

質問


Create a grid on an image
Hello, this is my code: for P = shaping % Position beacon img(1:n, 1:n,1+flag) = 255; img(end-n:end, end-n:end,1...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


Count the number of items that exceed a threshold
Hello, I want to create a variable called 'proportion' which is defined as the number of pixels that exceed the threshold, of th...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


How to create a blue color gradient
Hello, I want to create a 4K image (3840 x 2160 pixels) that has the blue color gradient from 0 to 255, with its 255 levels. Som...

5年以上 前 | 3 件の回答 | 0

3

回答

質問


Create an image filter
I want to create a filter that looks like this: I would like to create a filter that goes from 0 to alpha, then go to -alpha an...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


How can I perfom an interpolation?
Hello, I have a code called codeAlpha, which has a value range of -1 to 1. My buffer is called frameBuffer and it has a size of ...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


Create a video from frames taken 5 by 5
Hello, I have this function to create a video: function [video] = writeBufferToFinalVideo(buffer,fps) video = VideoWriter('pru...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


Enter values into a FIFO array
Hello, I have an array called frameBuffer = zeros (height, width, numChannels, framesPerSymbol); and a video. The parameters...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


Create a video from a 4D array
Hello, I have a problem in this code. function [] = writeBufferToFinalVideo(buffer) video = VideoWriter('example','MPEG-4'); ...

5年以上 前 | 2 件の回答 | 0

2

回答

質問


Insert elements into a 4D array
Hello, I have a 4-dimensional buffer called: frameBuffer = zeros (width, height, numChannels, framesPerSymbol); in which I w...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


How can I use the ColorChannels function of VideoWriter in VideoReader?
I am currently making a code in which an input video comes in and I need to check the number of color channels it has. The funct...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


Interpolation filter in video
Hello, I've been looking at the documentation on the 'interp' function, which is the function that I think I should use. My p...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


How to add image 'x' to even frames and one image 'y' to odd frames
Hello, I have a video that we will call 'x' and some images that we will call 'output_cross_alfa' and 'output_cross_Nalfa'. M...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


How to create a chessboard?
I have created a chessboard function that goes from values 1 to -1, where its parameters are M (width of the image), N (height),...

6年弱 前 | 1 件の回答 | 0

1

回答