Alber
Followers: 0 Following: 0
Estudiante del Grado de Ingeniería en Tecnologías de la Telecomunicación.
Statistik
15 Fragen
0 Antworten
RANG
30.876
of 295.467
REPUTATION
1
BEITRÄGE
15 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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]; ...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 4 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Enter values into a FIFO array
Hello, I have an array called frameBuffer = zeros (height, width, numChannels, framesPerSymbol); and a video. The parameters...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Create a video from a 4D array
Hello, I have a problem in this code. function [] = writeBufferToFinalVideo(buffer) video = VideoWriter('example','MPEG-4'); ...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Insert elements into a 4D array
Hello, I have a 4-dimensional buffer called: frameBuffer = zeros (width, height, numChannels, framesPerSymbol); in which I w...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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),...
fast 5 Jahre vor | 1 Antwort | 0