osman yurdakul
2011년부터 활동
Followers: 0 Following: 0
studying electronics engineering. live in turkey.
Professional Interests: daq
Feeds
질문
Frequency spectrum
how can i something by fft like in this image? link : http://imageshack.us/photo/my-images/841/ekil2.jpg/ please help me
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
digital modulation, ask, q-ask
hello friends, i have [0 0 0 1 1 0 1 1] bit sequence. i want to create q-ask modulation scheme like being showed in http...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
data aqusition toolbox,an error
[EDIT: 20110527 07:57 CDT - reformat - WDR] clear all;clc;close all f_signal = 40000; % Orneklenecek isaretin frekansi ...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
ascii to binary, binary to ascii
hello matlab lovers :) x = dec2bin('enginering'); x = 1100101 1101110 1100111 1101001 1101110 1100101 ...
13년 초과 전 | 답변 수: 2 | 0
2
답변질문
reshape,ascii to binary
hi friends, i have an ascii word and its binary state: x = dec2bin('matlab') x = 1101101 1100001 1110100 11...
13년 초과 전 | 답변 수: 2 | 0
2
답변질문
ascii to binary
hello there.. i'd like to convert a text(ascii) to binary by matlab... for example , word of home to binary code... how ca...
13년 초과 전 | 답변 수: 2 | 0
2
답변질문
plotting
hi friends, i have 2 array: A = [15 22.5 33.75]; B = [0.01 0.011 0.094]; i want to plot as semilog...y axis is B an...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
mosaic
hi friends, i have an image. And i did face detect process and now i have to make face mosaic...Just face not all image. plea...
13년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
Determining the difference between two vectors
thanks for all helps it's working properly now thanks again ...
Determining the difference between two vectors
thanks for all helps it's working properly now thanks again ...
13년 초과 전 | 0
질문
Determining the difference between two vectors
hello friends, i have to find error between 2 array. i sent a data from transmitter to receiver. data transmitted is; td =...
13년 초과 전 | 답변 수: 4 | 1
4
답변질문
sum
i have an array whose size is 467*320 = 149440 i mean, Y = [y1 y2 ... y149440] and i'd like to do that : Y_1 =[y1+y2+y3......
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
max value
et's suppose i have an array like: x = [1 2 35 33] and i'd like to find which element is the max element of this array... ...
13년 초과 전 | 답변 수: 2 | 0
2
답변질문
out of memory
hello friends, i have a problem with a code section for receiver synchronization. When i run the code, an error is occured. Tha...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
repmat
i try to create an array as following by using repmat() function: i have h array h = [1 2 3 4 5] and i want to carry o...
13년 초과 전 | 답변 수: 1 | 0